Releases: axiom-data-science/particle-tracking-manager
Releases · axiom-data-science/particle-tracking-manager
v2.0.3
v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
- updated docs environment to use opendrift branch
v2.0.0
v0.13.2
v0.13.1
Changed all envs to OpenDrift 1.13.0
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- added CIOFS3, fixed some date issues by @kthyng in #60
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #57
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #58
- Fix
kerchunkJSON file filtering by @honzaflash in #54 - JSON Schema oil type improvements by @honzaflash in #59
- input new version for release by @kthyng in #61
New Contributors
- @honzaflash made their first contribution in #54
Full Changelog: v0.12.2...v0.13.0
v0.12.2
What's Changed
- Fixes: vertical_mixing, do3D, expanding some config descriptions by @kthyng in #48
- changes to oil_type by @kthyng in #49
- reverted time_step and time_step_output to seconds by @kthyng in #50
- Now ObjectTypeEnum has same objects as in OpenDrift by @kthyng in #51
- A variety of small changes by @kthyng in #52
Full Changelog: v0.12.1...v0.12.2
v0.12.1
v0.12.0
What's Changed
- Major refactor to use pydantic to organize and manager configuration and validation by @kthyng in #46
- Major refactoring:
- Removed
surface_onlyflag. - Changed default value for
vertical_mixingto False to matchdo3Ddefault of False. - Moved some configuration parameters between configuration objects.
- Major improvements of log handling.
time_stepandtime_step_outputchanged to minutes from seconds.- ocean_model_registry for known and user-input models
- changed some logger statement from "info" to "debug"
- now pinned to
opendriftv1.13.0 andkerchunkv0.2.7 because not ready for zarr v3 - can run plots from a parquet or netcdf output file now
- can't run idealized simulations using
OpenDriftdirectly in PTM anymore but this could be added back in if needed - updated docs
- property plot now requires keyword "variable" instead of "prop" (this change is from
OpenDrift) - most configuration parameters are under
m.confignow instead of justm, ifmrepresents a Manager instance. - a geojson dict can be input but it is not fully working at the moment
oil_typecan be input as the name or the id from the adios database..model_json_schema()is overridden inOpenDriftConfigto include a bit of custom code to modify theoil_typeoutput in the JSON schema "properties" area. This shouldn't affect anything other than it being available if people want that.
- Removed
- Major refactoring:
Full Changelog: v.0.11.3...v0.12.0