From d0e169a3de41a1dc860fd707e9c84bc3fb533ca3 Mon Sep 17 00:00:00 2001 From: "Michael S. P. Kelley" Date: Thu, 6 Nov 2014 11:16:00 -0500 Subject: [PATCH] v2.2.4 --- CHANGES.rst | 41 +++++++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2bb0105..cff1077 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,44 @@ +2.2.4 +----- + +Critical fixes +^^^^^^^^^^^^^^ + +- `eph.State.v` for an array of dates returned `r`, now returns `v`. + +New features +^^^^^^^^^^^^ + +- New `util.planckfit`. + +- New `comet` functions: + - `Q2flux` to convert gas production rates into fluxes. + - `afrho2flux` to convert Afrho into flux density. + - `m2qh2o` to convert absolute magnitude into water production rate, + based on Jorda et al. (2008) relationship. + - Renamed `m2afrho1` to `M2afrho1`. + - New `m2afrho` to convert apparent magnitude into Afrho. This is + an EXPERIMENTAL relationship that WILL CHANGE. + +- New `SolarSysObject.ephemeris` functionality: + - Filter output given solar elongation limits. + - Allow observers other than Earth. + +- New `ephem.proper_motion`. + +- New instrument: `BASS`. + +Other improvements +^^^^^^^^^^^^^^^^^^ + +- `image.gcentroid` now ignores nans, infs. + +- Fix time bug when milliseconds are passed to + `SolarSysObject.ephemeris`. + +- The ephemeris script in `scripts/` now displays help when no + parameters are given. + 2.2.3 ----- diff --git a/setup.py b/setup.py index 65babce..7844b2f 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def find_data_files(): files = find_data_files() setup(name='mskpy', - version='2.2.4-dev', + version='2.2.4', description='General purpose and astronomy related tools', author="Michael S. Kelley", author_email="msk@astro.umd.edu",