wolframalpha/CHANGES.rst
Zenohm 363ccf248d Noted severe change.
These changes will most likely break most code that relies on this library.
Using generators is great and all, but if you want to query Wolfram Alpha for more complex information with
more context this library needs to be able to do that and be expandable at the same time. There's a lot more to Wolfram Alpha and the Python API should be able to access that content in a uniform way.
2016-05-14 18:27:38 -04:00

45 lines
802 B
ReStructuredText

3.0
===
Changed to using dictionaries instead of parsing XML.
2.4
===
Automated release process with Travis-CI.
Issue #5: Use HTTPS by default.
2.3
===
Moved hosting to Github.
2.2
===
Add support for images (img attribute on Atom).
2.0
===
``pmxbot`` plugin now requires that the "Wolfram|Alpha API key"
config parameter be supplied. The hard-coded key has been
removed and will be de-activated. Users must register for their
own key at the `Wolfram|Alpha developer web site
<https://developer.wolframalpha.com>`_.
Additionally, the tests now no longer bundle a hard-coded API
key. Instead, to run the tests, one must supply a
``WOLFRAMALPHA_API_KEY`` environment variable.
1.4
===
Add pmxbot module and plugin, superseding pmxbot-wolframalpha package.
1.3
===
Moved hosting to Github.