Commit 59dfb4fcadd3e95474244c52f8ccc15f733e5d8e
1 parent
bde97e4d
Exists in
master
and in
2 other branches
Update the CHANGELOG
Showing
1 changed file
with
29 additions
and
10 deletions
Show diff stats
CHANGELOG.md
@@ -3,9 +3,37 @@ | @@ -3,9 +3,37 @@ | ||
3 | - [ ] Optimize CSV generation (numpy vectorization ?) | 3 | - [ ] Optimize CSV generation (numpy vectorization ?) |
4 | - [ ] Credit the author of the pixel art planets | 4 | - [ ] Credit the author of the pixel art planets |
5 | - [ ] Add a README to the download tarball | 5 | - [ ] Add a README to the download tarball |
6 | +- [ ] Set the log level to _error_ in production (see `web/run.py`) | ||
7 | +- [ ] Cache warmup | ||
8 | +- [ ] CRON statements to call the cache cleanup and warmup | ||
9 | + | ||
10 | + | ||
11 | +## 1.0.0-rc4 | ||
12 | + | ||
13 | +- [ ] Make the tarball with netcdf files instead of CSVs | ||
14 | +- [ ] Add a priority for models to support Juno's trajectory (using Jupiter's) | ||
15 | +- [ ] Support having no position to display (for Rosetta in some intervals) | ||
16 | +- [ ] Make the local cache more resilient to naming collisions | ||
17 | + | ||
18 | + | ||
19 | +## 1.0.0-rc3 | ||
20 | + | ||
21 | +- [x] Make the targets dynamic in the orbit plot, allowing zoom | ||
22 | + | ||
6 | 23 | ||
24 | +## 1.0.0-rc2 | ||
7 | 25 | ||
8 | -## 1.0.0 | 26 | +- [x] Refactor and clean up |
27 | +- [x] Add loaders to targets' toggle button | ||
28 | + | ||
29 | + | ||
30 | +## 1.0.0-rc1 | ||
31 | + | ||
32 | +- [x] Support multiple data and orbit models for each target | ||
33 | +- [x] Cache cleanup | ||
34 | + | ||
35 | + | ||
36 | +## 0.1.0 | ||
9 | 37 | ||
10 | - [x] Cache generated CSVs on the server side | 38 | - [x] Cache generated CSVs on the server side |
11 | - [x] Cache generated CSVs on the client side | 39 | - [x] Cache generated CSVs on the client side |
@@ -17,18 +45,9 @@ | @@ -17,18 +45,9 @@ | ||
17 | - [x] Remove duplicate NetCDFs from AMDA's API response | 45 | - [x] Remove duplicate NetCDFs from AMDA's API response |
18 | - [x] Add a version number somewhere | 46 | - [x] Add a version number somewhere |
19 | - [x] Move the visitors counter to the footer | 47 | - [x] Move the visitors counter to the footer |
20 | -- [ ] Cache cleanup | ||
21 | - - [x] API at /cache/clear | ||
22 | - - [ ] CRON statement to call it | ||
23 | -- [ ] Cache warmup | ||
24 | - [x] Download raw data (tarball of CSV) for current time interval and targets | 48 | - [x] Download raw data (tarball of CSV) for current time interval and targets |
25 | - [x] Download raw data as NetCDF for current everything, via SAMP | 49 | - [x] Download raw data as NetCDF for current everything, via SAMP |
26 | - [x] Add a warning for users with javascript disabled | 50 | - [x] Add a warning for users with javascript disabled |
27 | -- [ ] Set the log level to _error_ in production (see `web/run.py`) | ||
28 | -- [ ] Make the targets dynamic in the orbit plot, allowing zoom | ||
29 | -- [ ] Add units to the generated CSV files | ||
30 | -- [x] Support multiple models for each target | ||
31 | - | ||
32 | 51 | ||
33 | 52 | ||
34 | ## 0.0.0 | 53 | ## 0.0.0 |