-
Florian Obersteiner authoredFlorian Obersteiner authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.
- Changelog
- TODOs
- v0.1.0 release
- Backlog
- [Unreleased]
- Added
- Changed
- v0.0.18, 2025-03-31
- Fixed
- v0.0.17, 2025-03-31
- Added
- Changed
- v0.0.16, 2025-03-28
- Added
- Changed
- v0.0.15 - 2025-03-26
- Added
- Changed
- v0.0.14 - 2025-03-26
- Changed
- v0.0.13 - 2025-03-26
- Added
- Changed
- v0.0.12 - 2025-03-24
- Added
- Changed
- v0.0.11 - 2025-03-24
- Added
- Changed
- v0.0.10 - 2025-03-21
CHANGELOG.md 2.79 KiB
Changelog
Types of changes
- 'Added' for new features.
- 'Changed' for changes in existing functionality.
- 'Deprecated' for soon-to-be removed features.
- 'Removed' for now removed features.
- 'Fixed' for any bug fixes.
- 'Security' in case of vulnerabilities.
TODOs
- disable the "show trajectories" checkbox if no data
- add sources for BB tagging and ACN background
- investigate if data caching is necessary (load-from-thredds)?
- scatter-plot: plot as line if sufficient data is available?
v0.1.0 release
- when trajectory plotting is implemented?
Backlog
- containerize & auto-deploy
- use a polars dataframe or fireducks for better performance - if that turns out to be a bottleneck. (!) Keep this in mind when using pandas-specific functions.
- add tests
- add pre-commit
- get a DOI for the code
[Unreleased]
Added
- trajectory data info
- dockerfile and dockerignore
Changed
- select a secondary parameter by default
- same bg color for both plots
- show map attribution on top of map instead of hiding it below timeseries plot
- put 'show trajectories' button below map plot
v0.0.18, 2025-03-31
Fixed
- catch byte order glitch in trajectory data when calling
.sel
to select the trajectory. See also https://github.com/pandas-dev/pandas/issues/53234
v0.0.17, 2025-03-31
Added
- trajectory data loading from disk and thredds
- trajectory plotting
- backend: possibility to set log level in config file
- frontend: loading indicators for the plots
Changed
- thredds functionality now part of ./src/data.py
v0.0.16, 2025-03-28
Added
- prepare checkbox to toggle trajectories plotting
Changed
- revised callbacks; separate the one big figure-callback into multiple callbacks, in a separate file `./src/callbacks.py
- tweak css for dropboxes
v0.0.15 - 2025-03-26
Added
- secondary variable to plot (optional)
- info about BB flagging
Changed
- app startup immediately fails if no datasets are found
v0.0.14 - 2025-03-26
Changed
- skip files that have no ACN data
- tweak layout so that flights dropdown list doesn't get mangled up
v0.0.13 - 2025-03-26
Added
- load data from THREDDS TDS
- load range of flights
Changed
- replace 'draft' in titlebar with 'IAGOS-CARIBIC'
- put env.toml on gitignore list so that production and testing environment can have different configs
v0.0.12 - 2025-03-24
Added
- flight info
- variable info
Changed
- get version number from latest git tag
- exclude processing variables from Variables dropdown
- clean-up of flight and variable selection
v0.0.11 - 2025-03-24
Added
- DotDict class for configuration
Changed
- use DotDict class for app config
v0.0.10 - 2025-03-21
initial upload