Skip to content

Commit

Permalink
v2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Nov 6, 2014
1 parent 8dba418 commit d0e169a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit d0e169a

Please sign in to comment.