diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5a32e..9ff853e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## Misc - [ ] Support multiple models for each target -- [ ] Play button to start time dimension (not very useful?) - [ ] Optimize CSV generation (with some vectorization using numpy) +- [ ] Credit the author of the pixel art planets +- [ ] Set the log level to _error_ in production (see `web/run.py`) + ## 1.0.0 @@ -14,15 +16,13 @@ - [x] Start/Stop datetime fields - [x] Retry CSV generation when it fails due to a bug in AMDA's API - [x] Remove duplicate NetCDFs from AMDA's API response -- [ ] Add a version number somewhere -- [ ] Move the visitors counter to the footer +- [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 - [ ] Download raw data (tarball of CSV) for current time interval and targets - [ ] Same via SAMP -- [ ] Credit the author of the pixel art planets -- [ ] Set the log level to _error_ in production (see `web/run.py`) ## 0.0.0 diff --git a/VERSION b/VERSION index bd52db8..537aabf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.0 \ No newline at end of file +1.0.0-beta \ No newline at end of file -- libgit2 0.21.2