Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkelley committed Oct 24, 2017
1 parent 90657cb commit 698487b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
37 changes: 36 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
3.0.7-dev
3.0.7
-----

Critical fixes
^^^^^^^^^^^^^^

- `scripts/transit` updated for Python 3 (finally!).

New features
^^^^^^^^^^^^

- `util`:
- `drange` for regularly-spaced times over an interval.
- `spherical_distribution` to generate a set of equally distributed
points on a unit sphere.

- Add `dt` keyword to `comet.Coma`, a time offset for activity
scaling.

- `scripts`:
- `H2D` script to convert asteroid absolute magnitude to diameter.
- `irs-plot` script for a quick plot of Spitzer/IRS data.
- Added --dt (peak activity offset) parameter to `ephemeris`.

Other improvements
^^^^^^^^^^^^^^^^^^

- `instruments.spitzer` module script
- Now able to run `slitloss_correct`.
- Configuration files may now have comment lines starting with "#".

- Fixed `instruments.spitzer.irs_summary` crash when "COLUMN" or "ROW"
is missing from the data header.

- `scripts/horizons2dct-tcs` can obtain HORIZONS ephemerides itself.
It now requires `callhorizons` and Python 3.2 or later.


3.0.6
-----

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mskpy v3.0.7-dev
mskpy v3.0.7
============

MSK's personal Python library, mostly for astronomy work.

Requires: python3 (3.5+ recommended), numpy, scipy, astropy v2.0+, FORTRAN compiler.

Recommended: spiceypy (v1.1.0), matplotlib, pyds9, photutils (for `gcentroid`).
Recommended: spiceypy (v1.1.0), matplotlib (v2), pyds9, photutils (for `gcentroid`).


Caution
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='3.0.7-dev',
version='3.0.7',
description='General purpose and astronomy related tools',
author="Michael S. P. Kelley",
author_email="[email protected]",
Expand Down

0 comments on commit 698487b

Please sign in to comment.