Blame view

CHANGELOG.md 1.51 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
3f0d5ea2   Goutte   Update the change...
4
- [ ] Optimize CSV generation (numpy vectorization ?)
7284f4ff   Goutte   Update the change...
5
- [ ] Credit the author of the pixel art planets
6b149919   Goutte   Add a Download bu...
6
- [ ] Add a README to the download tarball
7284f4ff   Goutte   Update the change...
7

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
6b149919   Goutte   Add a Download bu...
24
- [x] Download raw data (tarball of CSV) for current time interval and targets
3f0d5ea2   Goutte   Update the change...
25
- [ ] Download raw data as NetCDF for current everything, via SAMP
6b149919   Goutte   Add a Download bu...
26
- [ ] Add a warning for users with javascript disabled
3f0d5ea2   Goutte   Update the change...
27
- [ ] Set the log level to _error_ in production (see `web/run.py`)
a4a9ef03   Goutte   Cache generated C...
28
29


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

3f0d5ea2   Goutte   Update the change...
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
- [x] Initial website skeleton
- [x] Initial data bridge between netCDF and CSV
- [x] New parameters
    - [x] Temperature `T` (K)
    - [x] Density `N` (cm^-3)
    - [x] Angle Planet-Sun-Earth `Delta_angle` (degrees)
    - [x] Magnetism => B Tangential
- [x] Planets
- [x] Probes
    - [x] Rosetta
    - [x] Juno
- [x] Comets (the one visited by rosetta)
- [x] Orbits axes titles
- [x] Logo Europlanet
- [x] Cache remote NetCDFs locally
- [x] Add source name on time series
- [x] Support multiple sources
- [x] Support enabling/disabling sources