Releases: axiom-data-science/particle-tracking-manager
Releases · axiom-data-science/particle-tracking-manager
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_only
flag. - Changed default value for
vertical_mixing
to False to matchdo3D
default of False. - Moved some configuration parameters between configuration objects.
- Major improvements of log handling.
time_step
andtime_step_output
changed to minutes from seconds.- ocean_model_registry for known and user-input models
- changed some logger statement from "info" to "debug"
- now pinned to
opendrift
v1.13.0 andkerchunk
v0.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
OpenDrift
directly 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.config
now instead of justm
, ifm
represents a Manager instance. - a geojson dict can be input but it is not fully working at the moment
oil_type
can be input as the name or the id from the adios database..model_json_schema()
is overridden inOpenDriftConfig
to include a bit of custom code to modify theoil_type
output 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
v0.11.5
Re-release of v0.11.4 due to conda-forge downtime issues
What's Changed
Full Changelog: v0.11.2...v0.11.5
v0.11.4
v0.11.3
v0.11.2
v0.11.1
What's Changed
- changed location of hard-wired model dates by @kthyng in #42
- Add dockerfile for running PTM in a container by @ahmad-axds in #38
New Contributors
- @ahmad-axds made their first contribution in #38
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #36
- Added new plot option by @kthyng in #39
- minor change from when tests were run for merged PR by @kthyng in #40
- Added ability to input filepath for saving/reading interpolator file by @kthyng in #41
Full Changelog: v0.9.6...v0.10.1