Commit Graph

10 Commits

Author SHA1 Message Date
Isaac Smith 13c2f7700d Update CHANGES.rst 2016-05-14 20:12:18 -04:00
Isaac Smith 5675e1ec2c Nevermind.
Yeah, it'll break some stuff.
2016-05-14 19:33:27 -04:00
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
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
Jason R. Coombs 8c81096e91 Update changelog 2016-04-29 10:07:21 -04:00
Jason R. Coombs ac1789f815 Update changelog 2016-03-10 22:14:31 -05:00
Jason R. Coombs 0aa45b748e Update changelog 2016-01-23 09:41:22 -05:00
Jason R. Coombs 648a4b5aac For tests, also disable the API key. This is the API key that was seeing high usage. 2016-01-18 16:21:00 -05:00
Jason R. Coombs 5fc802f6e7 Remove hard-coded API key from the library. 2016-01-18 16:07:31 -05:00
Jason R. Coombs cf3ba1c929 Rename text files to match skeleton 2015-12-19 22:41:28 -05:00