diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eaa762..6f78572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,37 @@ - [ ] Optimize CSV generation (numpy vectorization ?) - [ ] Credit the author of the pixel art planets - [ ] Add a README to the download tarball +- [ ] Set the log level to _error_ in production (see `web/run.py`) +- [ ] Cache warmup +- [ ] CRON statements to call the cache cleanup and warmup + + +## 1.0.0-rc4 + +- [ ] Make the tarball with netcdf files instead of CSVs +- [ ] Add a priority for models to support Juno's trajectory (using Jupiter's) +- [ ] Support having no position to display (for Rosetta in some intervals) +- [ ] Make the local cache more resilient to naming collisions + + +## 1.0.0-rc3 + +- [x] Make the targets dynamic in the orbit plot, allowing zoom + +## 1.0.0-rc2 -## 1.0.0 +- [x] Refactor and clean up +- [x] Add loaders to targets' toggle button + + +## 1.0.0-rc1 + +- [x] Support multiple data and orbit models for each target +- [x] Cache cleanup + + +## 0.1.0 - [x] Cache generated CSVs on the server side - [x] Cache generated CSVs on the client side @@ -17,18 +45,9 @@ - [x] Remove duplicate NetCDFs from AMDA's API response - [x] Add a version number somewhere - [x] Move the visitors counter to the footer -- [ ] Cache cleanup - - [x] API at /cache/clear - - [ ] CRON statement to call it -- [ ] Cache warmup - [x] Download raw data (tarball of CSV) for current time interval and targets - [x] Download raw data as NetCDF for current everything, via SAMP - [x] Add a warning for users with javascript disabled -- [ ] Set the log level to _error_ in production (see `web/run.py`) -- [ ] Make the targets dynamic in the orbit plot, allowing zoom -- [ ] Add units to the generated CSV files -- [x] Support multiple models for each target - ## 0.0.0 -- libgit2 0.21.2