Blame view

CHANGELOG.md 1.31 KB
9c0c4509   Goutte   Add a loader to t...
1
## Misc
f75faf5f   Goutte   WIP
2

9c0c4509   Goutte   Add a loader to t...
3
- [ ] Support multiple models for each target
28bb4b28   Goutte   API for the cache...
4
- [ ] Optimize CSV generation (with some vectorization using numpy)
7284f4ff   Goutte   Update the change...
5
6
7
- [ ] Credit the author of the pixel art planets
- [ ] Set the log level to _error_ in production (see `web/run.py`)

8644387c   Goutte   Use real data.
8

a4a9ef03   Goutte   Cache generated C...
9
10
11
12
## 1.0.0

- [x] Cache generated CSVs on the server side
- [x] Cache generated CSVs on the client side
9c0c4509   Goutte   Add a loader to t...
13
- [x] Count visits
0afabe4e   Goutte   Update the change...
14
- [x] Zoom in on time series
9c0c4509   Goutte   Add a loader to t...
15
- [x] Loader and targets loading animation
a7ef1487   Goutte   More logs !
16
- [x] Start/Stop datetime fields
46512d17   Goutte   Update the change...
17
- [x] Retry CSV generation when it fails due to a bug in AMDA's API
08abc2d4   Goutte   Remove duplicate ...
18
- [x] Remove duplicate NetCDFs from AMDA's API response
7284f4ff   Goutte   Update the change...
19
20
- [x] Add a version number somewhere
- [x] Move the visitors counter to the footer
2fedd73b   Goutte   Initial implement...
21
- [ ] Cache cleanup
28bb4b28   Goutte   API for the cache...
22
  - [x] API at /cache/clear
2fedd73b   Goutte   Initial implement...
23
  - [ ] CRON statement to call it
28bb4b28   Goutte   API for the cache...
24
- [ ] Download raw data (tarball of CSV) for current time interval and targets
a4a9ef03   Goutte   Cache generated C...
25
- [ ] Same via SAMP
a4a9ef03   Goutte   Cache generated C...
26
27


9390ec89   Goutte   Initial experimen...
28
29
30
## 0.0.0

- Initial website skeleton
8644387c   Goutte   Use real data.
31
32
33
34
35
36
- Initial data bridge between netCDF and CSV
- New parameters
    - Temperature `T` (K)
    - Density `N` (cm^-3)
    - Angle Planet-Sun-Earth `Delta_angle` (degrees)
    - Magnetism => B Tangential
f75faf5f   Goutte   WIP
37
38
39
40
41
- Planets
- Probes
    - Rosetta
    - Juno
- Comets (the one visited by rosetta)
8644387c   Goutte   Use real data.
42
43
- Orbits axes titles
- Logo Europlanet
b7fe650c   Goutte   Misc bundle of ol...
44
45
46
- Cache remote NetCDFs locally
- Add source name on time series
- Support multiple sources
a4a9ef03   Goutte   Cache generated C...
47
- Support enabling/disabling sources