Skip to content

Commit 9f08bbb

Browse files
committed
Bump version number to 3.13.2, update README
1 parent f9850d1 commit 9f08bbb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin
44

55
## History
66

7+
### 3.13.2
8+
* Allow export of observations from NEOexchange in LaTeX table or deluxetable format.
9+
* Fix some inconsistencies in PDS exports (Issue #619).
10+
* Filter out solar analogs that have quality<0 to allow them skipped when finding suitable ones for spectroscopy. (3.13.1.3)
11+
* Switch default albedo to CNEOS standard 14%, fix guider gif movie axis labelling for earlier AstroPy versions also. (3.13.1.2)
12+
* Add tests and traps for malformed dates in Goldstone targets CSV file. (Issue #617; 3.13.1.1)
13+
714
### 3.13.1
815
* Major update for DART mission support to handle exporting of lightcurves (from NEOexchange or photometrypipeline) and FITS frames to the Planetary Data System (PDS)
916

neoexchange/neox/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import rollbar
88

99

10-
VERSION = '3.13.1.3'
10+
VERSION = '3.13.2'
1111

1212

1313
CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))

0 commit comments

Comments
 (0)