Blame view

CHANGELOG.md 2.21 KB
e18701b6   Goutte   Cache clear (remo...
1
## Future ?
f75faf5f   Goutte   WIP
2

3f0d5ea2   Goutte   Update the change...
3
- [ ] Optimize CSV generation (numpy vectorization ?)
7284f4ff   Goutte   Update the change...
4
- [ ] Credit the author of the pixel art planets
6b149919   Goutte   Add a Download bu...
5
- [ ] Add a README to the download tarball
59dfb4fc   Goutte   Update the CHANGELOG
6
- [ ] Set the log level to _error_ in production (see `web/run.py`)
e18701b6   Goutte   Cache clear (remo...
7
- [ ] Cache warmup (generate for today's default interval) `/cache/warmup`
59dfb4fc   Goutte   Update the CHANGELOG
8
- [ ] CRON statements to call the cache cleanup and warmup
927c69c3   Goutte   Make the local ca...
9
- [ ] Add a priority for models to support Juno's trajectory (using Jupiter's)
59dfb4fc   Goutte   Update the CHANGELOG
10
11
12
13


## 1.0.0-rc4

e18701b6   Goutte   Cache clear (remo...
14
- [ ] Make the tarball with netcdf files instead of CSVs
59dfb4fc   Goutte   Update the CHANGELOG
15
- [ ] Support having no position to display (for Rosetta in some intervals)
e18701b6   Goutte   Cache clear (remo...
16
- [x] Cache clear (remove all files) `/cache/clear`
927c69c3   Goutte   Make the local ca...
17
- [x] Make the local cache more resilient to naming collisions
59dfb4fc   Goutte   Update the CHANGELOG
18
19
20
21
22


## 1.0.0-rc3

- [x] Make the targets dynamic in the orbit plot, allowing zoom
e18701b6   Goutte   Cache clear (remo...
23
- [x] Refactor some more to move as much as we can to the config
59dfb4fc   Goutte   Update the CHANGELOG
24

7284f4ff   Goutte   Update the change...
25

59dfb4fc   Goutte   Update the CHANGELOG
26
## 1.0.0-rc2
8644387c   Goutte   Use real data.
27

59dfb4fc   Goutte   Update the CHANGELOG
28
29
30
31
32
33
34
- [x] Refactor and clean up
- [x] Add loaders to targets' toggle button


## 1.0.0-rc1

- [x] Support multiple data and orbit models for each target
e18701b6   Goutte   Cache clear (remo...
35
- [x] Cache cleanup (remove old files) `/cache/cleanup`
59dfb4fc   Goutte   Update the CHANGELOG
36
37
38


## 0.1.0
a4a9ef03   Goutte   Cache generated C...
39
40
41

- [x] Cache generated CSVs on the server side
- [x] Cache generated CSVs on the client side
9c0c4509   Goutte   Add a loader to t...
42
- [x] Count visits
0afabe4e   Goutte   Update the change...
43
- [x] Zoom in on time series
9c0c4509   Goutte   Add a loader to t...
44
- [x] Loader and targets loading animation
a7ef1487   Goutte   More logs !
45
- [x] Start/Stop datetime fields
46512d17   Goutte   Update the change...
46
- [x] Retry CSV generation when it fails due to a bug in AMDA's API
08abc2d4   Goutte   Remove duplicate ...
47
- [x] Remove duplicate NetCDFs from AMDA's API response
7284f4ff   Goutte   Update the change...
48
49
- [x] Add a version number somewhere
- [x] Move the visitors counter to the footer
6b149919   Goutte   Add a Download bu...
50
- [x] Download raw data (tarball of CSV) for current time interval and targets
bde97e4d   Goutte   Add more changes ...
51
- [x] Download raw data as NetCDF for current everything, via SAMP
05e269d1   Goutte   Show an error mes...
52
- [x] Add a warning for users with javascript disabled
a4a9ef03   Goutte   Cache generated C...
53
54


9390ec89   Goutte   Initial experimen...
55
56
## 0.0.0

3f0d5ea2   Goutte   Update the change...
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
- [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