wolframalpha/CHANGES.rst
Zenohm 48ff24daa9 It's a change. :D
Contrary to what I thought, this update appears to be mostly compatible with all the code listed that came before. All generators have been switched out for lists so that information can be used from one location. If this is determined to somehow have an impact despite Wolfram Alpha not being expected to return oodles of information, then the code can be easily rewritten to use generators instead of lists. Lists are simply more convenient when experimenting with the source code.
2016-05-14 18:50:56 -04:00

45 lines
802 B
ReStructuredText

2.5
===
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.