Commit 58e589e95c6cfa90d4d805ed341b456039e7c1a3
1 parent
2cafab83
Exists in
master
and in
2 other branches
Update the CHANGELOG with the new tasks.
Showing
1 changed file
with
23 additions
and
3 deletions
Show diff stats
CHANGELOG.md
@@ -30,20 +30,40 @@ et prendre aussi | @@ -30,20 +30,40 @@ et prendre aussi | ||
30 | ## Future ? | 30 | ## Future ? |
31 | 31 | ||
32 | - [ ] Optimize data aggregation (numpy vectorization?) | 32 | - [ ] Optimize data aggregation (numpy vectorization?) |
33 | -- [ ] Credit the author of the pixel art planets (can't find it again) | ||
34 | - [ ] Add a README to the download tarball | 33 | - [ ] Add a README to the download tarball |
35 | - [ ] Set the log level to _error_ in production (see `web/run.py`) | 34 | - [ ] Set the log level to _error_ in production (see `web/run.py`) |
36 | -- [ ] CRON statements to call the cache cleanup and warmup | ||
37 | - [ ] Rework the images of Rosetta and Juno | 35 | - [ ] Rework the images of Rosetta and Juno |
38 | - [ ] Enable p67 | 36 | - [ ] Enable p67 |
39 | - [ ] Enable Uranus | 37 | - [ ] Enable Uranus |
40 | - [ ] Enable Neptune | 38 | - [ ] Enable Neptune |
41 | -- [ ] Find a way to handle the huge amount of data files for Earth (thousands!) | 39 | +- [ ] Check IE compat |
40 | + | ||
41 | + | ||
42 | +## 1.2 | ||
43 | + | ||
44 | +- [ ] Earth pdyn = pv² | ||
45 | +- [ ] Earth omnihour B is a Vector3 | ||
46 | +- [ ] Layers | ||
47 | + - SW Catalogs | ||
48 | + - Auroral Emissions | ||
49 | +- [x] Restore Earth | ||
50 | +- [x] Clean NetCDF, stage 1 | ||
51 | +- [x] Accordion on the parameters list | ||
52 | +- [x] Check IE compat | ||
53 | +- [x] Bind the Alert button to a website | ||
54 | + | ||
55 | + | ||
56 | +## 1.1 | ||
57 | + | ||
58 | +- [x] Credit the author of the pixel art planets (`Jr Astronaut`) | ||
59 | +- [x] … and buy his stuff from https://www.redbubble.com/people/spacefruitdox | ||
60 | +- [x] Fix a small glitch with the time series cursor on zoom | ||
42 | 61 | ||
43 | 62 | ||
44 | ## 1.0.1 | 63 | ## 1.0.1 |
45 | 64 | ||
46 | - [x] Fix an issue with the Time Series axes | 65 | - [x] Fix an issue with the Time Series axes |
66 | +- [x] CRON statements to call the cache cleanup and warmup | ||
47 | 67 | ||
48 | 68 | ||
49 | ## 1.0.0 | 69 | ## 1.0.0 |