Blame view

CHANGELOG.md 1.41 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
- [ ] Credit the author of the pixel art planets
- [ ] Set the log level to _error_ in production (see `web/run.py`)
6b149919   Goutte   Add a Download bu...
7
- [ ] Add a README to the download tarball
7284f4ff   Goutte   Update the change...
8

8644387c   Goutte   Use real data.
9

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


9390ec89   Goutte   Initial experimen...
30
31
32
## 0.0.0

- Initial website skeleton
8644387c   Goutte   Use real data.
33
34
35
36
37
38
- 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
39
40
41
42
43
- Planets
- Probes
    - Rosetta
    - Juno
- Comets (the one visited by rosetta)
8644387c   Goutte   Use real data.
44
45
- Orbits axes titles
- Logo Europlanet
b7fe650c   Goutte   Misc bundle of ol...
46
47
48
- Cache remote NetCDFs locally
- Add source name on time series
- Support multiple sources
a4a9ef03   Goutte   Cache generated C...
49
- Support enabling/disabling sources