diff --git a/CHANGES.md b/CHANGES.md index dfa4b0006..d0ab76a04 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,21 @@ -0.3 (unreleased) -================ +0.2.2 (2017-10-07) +================== -New Features +New features ------------ +- Added a new coordinate frame aligned with the Palomar 5 stream. +- Added a function ``gala.dynamics.combine`` to combine ``PhaseSpacePosition`` + or ``Orbit`` objects. -API-breaking changes --------------------- +Bug fixes +--------- +- Added a density function for the Kepler potential. +- Added a density function for the Long & Murali bar potential + +Other changes +------------- +- Added JOSS paper. +- Cleaned up some tests and documentation to use the ``Hamiltonian`` object. 0.2.1 (2017-07-19) ================== diff --git a/setup.py b/setup.py index d12de0e58..5b88c78f8 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.3.dev' +VERSION = '0.2.2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION