Commit 46512d17745b74293b5abaeee53d7f2c9b2d58b5
1 parent
27097d87
Exists in
master
and in
2 other branches
Update the change log.
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
CHANGELOG.md
@@ -11,11 +11,13 @@ | @@ -11,11 +11,13 @@ | ||
11 | - [x] Zoom in on time series | 11 | - [x] Zoom in on time series |
12 | - [x] Loader and targets loading animation | 12 | - [x] Loader and targets loading animation |
13 | - [x] Start/Stop datetime fields | 13 | - [x] Start/Stop datetime fields |
14 | -- [ ] Optimize CSV generation | ||
15 | -- [ ] Remove duplicate NetCDFs from Myriam's API response | 14 | +- [x] Retry CSV generation when it fails due to a bug in AMDA's API |
15 | +- [ ] Optimize CSV generation (with some vectorization using numpy) | ||
16 | +- [ ] Remove duplicate NetCDFs from AMDA's API response | ||
16 | - [ ] Download raw data (as CSV) for current time interval and targets | 17 | - [ ] Download raw data (as CSV) for current time interval and targets |
17 | - [ ] Same via SAMP | 18 | - [ ] Same via SAMP |
18 | - [ ] Credit the author of the pixel art planets | 19 | - [ ] Credit the author of the pixel art planets |
20 | +- [ ] Set the log level to _error_ in production (it's _debug_, right now) | ||
19 | 21 | ||
20 | 22 | ||
21 | ## 0.0.0 | 23 | ## 0.0.0 |