Commit 3f0d5ea2b36926852631e7f265604cd204bf189e
1 parent
180d7d97
Exists in
master
and in
2 other branches
Update the change log.
Showing
1 changed file
with
21 additions
and
21 deletions
Show diff stats
CHANGELOG.md
1 | 1 | ## Misc |
2 | 2 | |
3 | 3 | - [ ] Support multiple models for each target |
4 | -- [ ] Optimize CSV generation (with some vectorization using numpy) | |
4 | +- [ ] Optimize CSV generation (numpy vectorization ?) | |
5 | 5 | - [ ] Credit the author of the pixel art planets |
6 | -- [ ] Set the log level to _error_ in production (see `web/run.py`) | |
7 | 6 | - [ ] Add a README to the download tarball |
8 | 7 | |
9 | 8 | |
... | ... | @@ -23,27 +22,28 @@ |
23 | 22 | - [x] API at /cache/clear |
24 | 23 | - [ ] CRON statement to call it |
25 | 24 | - [x] Download raw data (tarball of CSV) for current time interval and targets |
26 | -- [ ] Same via SAMP | |
25 | +- [ ] Download raw data as NetCDF for current everything, via SAMP | |
27 | 26 | - [ ] Add a warning for users with javascript disabled |
27 | +- [ ] Set the log level to _error_ in production (see `web/run.py`) | |
28 | 28 | |
29 | 29 | |
30 | 30 | ## 0.0.0 |
31 | 31 | |
32 | -- Initial website skeleton | |
33 | -- Initial data bridge between netCDF and CSV | |
34 | -- New parameters | |
35 | - - Temperature `T` (K) | |
36 | - - Density `N` (cm^-3) | |
37 | - - Angle Planet-Sun-Earth `Delta_angle` (degrees) | |
38 | - - Magnetism => B Tangential | |
39 | -- Planets | |
40 | -- Probes | |
41 | - - Rosetta | |
42 | - - Juno | |
43 | -- Comets (the one visited by rosetta) | |
44 | -- Orbits axes titles | |
45 | -- Logo Europlanet | |
46 | -- Cache remote NetCDFs locally | |
47 | -- Add source name on time series | |
48 | -- Support multiple sources | |
49 | -- Support enabling/disabling sources | |
32 | +- [x] Initial website skeleton | |
33 | +- [x] Initial data bridge between netCDF and CSV | |
34 | +- [x] New parameters | |
35 | + - [x] Temperature `T` (K) | |
36 | + - [x] Density `N` (cm^-3) | |
37 | + - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees) | |
38 | + - [x] Magnetism => B Tangential | |
39 | +- [x] Planets | |
40 | +- [x] Probes | |
41 | + - [x] Rosetta | |
42 | + - [x] Juno | |
43 | +- [x] Comets (the one visited by rosetta) | |
44 | +- [x] Orbits axes titles | |
45 | +- [x] Logo Europlanet | |
46 | +- [x] Cache remote NetCDFs locally | |
47 | +- [x] Add source name on time series | |
48 | +- [x] Support multiple sources | |
49 | +- [x] Support enabling/disabling sources | ... | ... |