Skip to content

Commit

Permalink
Bump version number to 3.13.2, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Aug 1, 2023
1 parent f9850d1 commit 9f08bbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin

## History

### 3.13.2
* Allow export of observations from NEOexchange in LaTeX table or deluxetable format.
* Fix some inconsistencies in PDS exports (Issue #619).
* Filter out solar analogs that have quality<0 to allow them skipped when finding suitable ones for spectroscopy. (3.13.1.3)
* Switch default albedo to CNEOS standard 14%, fix guider gif movie axis labelling for earlier AstroPy versions also. (3.13.1.2)
* Add tests and traps for malformed dates in Goldstone targets CSV file. (Issue #617; 3.13.1.1)

### 3.13.1
* Major update for DART mission support to handle exporting of lightcurves (from NEOexchange or photometrypipeline) and FITS frames to the Planetary Data System (PDS)

Expand Down
2 changes: 1 addition & 1 deletion neoexchange/neox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import rollbar


VERSION = '3.13.1.3'
VERSION = '3.13.2'


CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 9f08bbb

Please sign in to comment.