-------------------
* Added odd angular orders to tools.vmi.Distributions (PR 266).
* **Important!** Some "center" functions/parameters are renamed to "origin" or
"method"; using old names still works but will print deprecation warnings,
please update your code accordingly. Image origin is now always in the
(row, column) format for consistency within PyAbel and with NumPy/SciPy; this
can break some code, so please check carefully and update it if necessary.
See PR 267.
* Fixed the GUI examples (example_GUI.py and example_simple_GUI.py)
so that they work with the lastest versions of tk (PR 269).
* New method rBasex for velocity-map images, based on pBasex and the work of
Mikhail Ryazanov (PR 270).
* Added "orders", "sinpowers" and "valid" to tools.vmi.Distributions results,
reordered cossin() powers for consistency (PR 270).
* Improved tools.vmi.Distributions performance on Windows (PR 270).
* More corrections to the GUI example: working without the "bases" directory,
loading "from transform", interface enhancements (PR 277).
* Improved documentation (PR 283, PR 288).
* Correctly use quadrants in abel.Transform (PR 287).
* Circularization now uses periodic splines (to avoid discontinuity), with
smoothing determined by the RMS tolerance instead of the nonintuitive
"smooth" parameter (PR 293).
* Corrected and improved tools.center (PR 302).
* Moved numpy import to try block in setup.py. This allows pip to install
PyAbel in situations where numpy is not already installed (PR 310).