Commit 7284f4ff6b9d0dd10f34144fe3ad085cef43de9c

Authored by Goutte
1 parent 23110c4a

Update the changelog and tag the version as (open) beta.

Showing 2 changed files with 6 additions and 6 deletions   Show diff stats
CHANGELOG.md
1 1 ## Misc
2 2  
3 3 - [ ] Support multiple models for each target
4   -- [ ] Play button to start time dimension (not very useful?)
5 4 - [ ] Optimize CSV generation (with some vectorization using numpy)
  5 +- [ ] Credit the author of the pixel art planets
  6 +- [ ] Set the log level to _error_ in production (see `web/run.py`)
  7 +
6 8  
7 9 ## 1.0.0
8 10  
... ... @@ -14,15 +16,13 @@
14 16 - [x] Start/Stop datetime fields
15 17 - [x] Retry CSV generation when it fails due to a bug in AMDA's API
16 18 - [x] Remove duplicate NetCDFs from AMDA's API response
17   -- [ ] Add a version number somewhere
18   -- [ ] Move the visitors counter to the footer
  19 +- [x] Add a version number somewhere
  20 +- [x] Move the visitors counter to the footer
19 21 - [ ] Cache cleanup
20 22 - [x] API at /cache/clear
21 23 - [ ] CRON statement to call it
22 24 - [ ] Download raw data (tarball of CSV) for current time interval and targets
23 25 - [ ] Same via SAMP
24   -- [ ] Credit the author of the pixel art planets
25   -- [ ] Set the log level to _error_ in production (see `web/run.py`)
26 26  
27 27  
28 28 ## 0.0.0
... ...
VERSION
1   -0.0.0
2 1 \ No newline at end of file
  2 +1.0.0-beta
3 3 \ No newline at end of file
... ...