diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ba55cd..e337a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ ## Misc - [ ] Support multiple models for each target -- [ ] Optimize CSV generation (with some vectorization using numpy) +- [ ] Optimize CSV generation (numpy vectorization ?) - [ ] Credit the author of the pixel art planets -- [ ] Set the log level to _error_ in production (see `web/run.py`) - [ ] Add a README to the download tarball @@ -23,27 +22,28 @@ - [x] API at /cache/clear - [ ] CRON statement to call it - [x] Download raw data (tarball of CSV) for current time interval and targets -- [ ] Same via SAMP +- [ ] Download raw data as NetCDF for current everything, via SAMP - [ ] Add a warning for users with javascript disabled +- [ ] Set the log level to _error_ in production (see `web/run.py`) ## 0.0.0 -- Initial website skeleton -- Initial data bridge between netCDF and CSV -- New parameters - - Temperature `T` (K) - - Density `N` (cm^-3) - - Angle Planet-Sun-Earth `Delta_angle` (degrees) - - Magnetism => B Tangential -- Planets -- Probes - - Rosetta - - Juno -- Comets (the one visited by rosetta) -- Orbits axes titles -- Logo Europlanet -- Cache remote NetCDFs locally -- Add source name on time series -- Support multiple sources -- Support enabling/disabling sources +- [x] Initial website skeleton +- [x] Initial data bridge between netCDF and CSV +- [x] New parameters + - [x] Temperature `T` (K) + - [x] Density `N` (cm^-3) + - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees) + - [x] Magnetism => B Tangential +- [x] Planets +- [x] Probes + - [x] Rosetta + - [x] Juno +- [x] Comets (the one visited by rosetta) +- [x] Orbits axes titles +- [x] Logo Europlanet +- [x] Cache remote NetCDFs locally +- [x] Add source name on time series +- [x] Support multiple sources +- [x] Support enabling/disabling sources -- libgit2 0.21.2