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
1 ## Misc 1 ## Misc
2 2
3 - [ ] Support multiple models for each target 3 - [ ] Support multiple models for each target
4 -- [ ] Play button to start time dimension (not very useful?)  
5 - [ ] Optimize CSV generation (with some vectorization using numpy) 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 ## 1.0.0 9 ## 1.0.0
8 10
@@ -14,15 +16,13 @@ @@ -14,15 +16,13 @@
14 - [x] Start/Stop datetime fields 16 - [x] Start/Stop datetime fields
15 - [x] Retry CSV generation when it fails due to a bug in AMDA's API 17 - [x] Retry CSV generation when it fails due to a bug in AMDA's API
16 - [x] Remove duplicate NetCDFs from AMDA's API response 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 - [ ] Cache cleanup 21 - [ ] Cache cleanup
20 - [x] API at /cache/clear 22 - [x] API at /cache/clear
21 - [ ] CRON statement to call it 23 - [ ] CRON statement to call it
22 - [ ] Download raw data (tarball of CSV) for current time interval and targets 24 - [ ] Download raw data (tarball of CSV) for current time interval and targets
23 - [ ] Same via SAMP 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 ## 0.0.0 28 ## 0.0.0
1 -0.0.0  
2 \ No newline at end of file 1 \ No newline at end of file
  2 +1.0.0-beta
3 \ No newline at end of file 3 \ No newline at end of file