2018-03-04 22:09:19 -05:00
|
|
|
3.0.1
|
|
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
Refreshed project metadata.
|
|
|
|
|
|
2016-05-14 19:33:27 -04:00
|
|
|
3.0
|
2016-05-14 18:27:38 -04:00
|
|
|
===
|
|
|
|
|
|
2016-09-03 11:18:40 -04:00
|
|
|
* Models now parse the results using xmltodict.
|
|
|
|
|
* Changed parameter of ``Client.query`` from
|
|
|
|
|
``query`` to ``input``.
|
|
|
|
|
* ``Client.query`` now accepts keyword arguments
|
|
|
|
|
and parameters passed directly to Wolfram|Alpha
|
|
|
|
|
as URL parameters.
|
2016-09-03 14:59:58 -04:00
|
|
|
* ``Result.pods`` and ``Pod.subpods`` now returns
|
|
|
|
|
an iterator and not a list.
|
2016-09-03 14:30:36 -04:00
|
|
|
* ``Pod`` objects are no longer iterable. To access
|
|
|
|
|
the subpods of a pod, simply use the ``Pod.subpod``
|
|
|
|
|
property.
|
2016-09-03 12:57:40 -04:00
|
|
|
* ``Result.tree`` and ``Pod.node`` have been removed.
|
2016-09-03 14:23:08 -04:00
|
|
|
* ``Result`` now additionally presents the new attributes:
|
|
|
|
|
- assumptions: An iterable of Assumptions.
|
|
|
|
|
- warnings: An iterable of Warnings.
|
|
|
|
|
- info: An iterable combining all Pods, Assumptions,
|
|
|
|
|
and Warnings.
|
2016-05-14 18:27:38 -04:00
|
|
|
|
2016-04-29 10:07:21 -04:00
|
|
|
2.4
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Automated release process with Travis-CI.
|
|
|
|
|
|
|
|
|
|
Issue #5: Use HTTPS by default.
|
|
|
|
|
|
2016-03-10 22:14:31 -05:00
|
|
|
2.3
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Moved hosting to Github.
|
|
|
|
|
|
2016-01-23 09:41:22 -05:00
|
|
|
2.2
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Add support for images (img attribute on Atom).
|
|
|
|
|
|
2016-01-18 16:07:31 -05:00
|
|
|
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>`_.
|
|
|
|
|
|
2016-01-18 16:21:00 -05:00
|
|
|
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.
|
|
|
|
|
|
2015-12-10 18:34:25 -05:00
|
|
|
1.4
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Add pmxbot module and plugin, superseding pmxbot-wolframalpha package.
|
|
|
|
|
|
2015-11-24 20:24:18 -05:00
|
|
|
1.3
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Moved hosting to Github.
|
2018-03-04 22:42:02 -05:00
|
|
|
|
|
|
|
|
1.2
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Rely on six for urllib compatibility.
|
|
|
|
|
|
|
|
|
|
1.1
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Added Python 3 compatibility.
|
|
|
|
|
|
|
|
|
|
1.0
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Initial release.
|