Provide an interface to supply multiple parameters (even with the same name) to the query. Renamed 'query' to 'input' for clarity and to align with the API.

This commit is contained in:
Jason R. Coombs
2016-09-03 11:18:40 -04:00
parent 788746c595
commit bee228a1d5
2 changed files with 24 additions and 6 deletions

View File

@@ -1,7 +1,12 @@
3.0
===
Changed to using dictionaries instead of parsing XML.
* 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.
2.4
===