From 363ccf248d1ab10a6ff9e2c6049607f1c54bcbcb Mon Sep 17 00:00:00 2001 From: Zenohm Date: Sat, 14 May 2016 18:27:38 -0400 Subject: [PATCH] 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. --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index bb5eed5..1d5fb72 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +3.0 +=== + +Changed to using dictionaries instead of parsing XML. + 2.4 ===