Skip to content

Releases: axiom-data-science/particle-tracking-manager

v2.0.3

05 Dec 20:29

Choose a tag to compare

New release to try to fix docs.

v2.0.2

05 Dec 20:20
af86676

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

04 Dec 22:19

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

  • updated docs environment to use opendrift branch

v2.0.0

04 Dec 21:42
f55d1dd

Choose a tag to compare

What's Changed

  • start on HABs scenario by @kthyng in #64
  • Jumped up in release to match the way we verbally describe the software.

Full Changelog: v0.13.2...v2.0.0

v0.13.2

20 Nov 20:21
ef76422

Choose a tag to compare

What's Changed

  • timezones are now applied if present and converted to UTC before being removed by @kthyng in #62

Full Changelog: v0.13.1...v0.13.2

v0.13.1

19 Nov 23:37
7cd6d39

Choose a tag to compare

Changed all envs to OpenDrift 1.13.0

Full Changelog: v0.13.0...v0.13.1

v0.13.0

19 Nov 22:26
4cbff04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.12.2...v0.13.0

v0.12.2

15 Apr 20:16
75c76aa

Choose a tag to compare

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

09 Apr 20:36
50afc3d

Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Apr 17:10
f0f0a48

Choose a tag to compare

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 match do3D default of False.
      • Moved some configuration parameters between configuration objects.
      • Major improvements of log handling.
      • time_step and time_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 and kerchunk 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 just m, if m 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 in OpenDriftConfig to include a bit of custom code to modify the oil_type output in the JSON schema "properties" area. This shouldn't affect anything other than it being available if people want that.

Full Changelog: v.0.11.3...v0.12.0