Skip to content

Commit

Permalink
Update README and NEOx version forLCOGT-NEOX-3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
talister committed Sep 22, 2020
1 parent b4577ee commit fa15b0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Portal for scheduling observations of NEOs (and other Solar System objects) usin

## History

### 3.5.2
Various small backend fixes:
* Fix HORIZONS SPK lookup on some comets (Issue #480)
* Prevent objects inheriting old elements when refitting with `find_orb` fails
* Fix crazy time from perihelion when mean anomaly is extremely close to 0/360.0 (Issue #484)
* Catch various URL connection errors
* Update internal links to SMASS datasets if they change after ingestion (Issue #486)

### 3.5.1.4
Limit Solar Analog spectra to 1 regardless of frames requested for Target
Fix more Server Error Bugs
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.5.1.4'
VERSION = '3.5.2'

CURRENT_PATH = os.path.dirname(os.path.realpath(__file__))
PRODUCTION = True if CURRENT_PATH.startswith('/var/www') else False
Expand Down

0 comments on commit fa15b0d

Please sign in to comment.