Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update changelog for v3.6.0
  • Loading branch information
ludwigVonKoopa committed Jan 11, 2022
commit 862909e93d437a31213ae2c9e9416dc17efd8ae4
18 changes: 15 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,28 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en>`_
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

[Unreleased]
------------
-------------
Changed
^^^^^^^

Fixed
^^^^^

Added
^^^^^


[3.6.0] - 2022-01-12
--------------------
Changed
^^^^^^^

- Now time allows second precision (instead of daily precision) in storage on uint32 from 01/01/1950 to 01/01/2086
New identifications are produced with this type, old files could still be loaded.
If you use old identifications for tracking use the `--unraw` option to unpack old times and store data with the new format.
- Now amplitude is stored with .1 mm of precision (instead of 1 mm), same advice as for time.
- expose more parameters to users for bash tools build_network & divide_network
- add warning when loading a file created from a previous version of py-eddy-tracker.
- Expose more parameters to users for bash tools build_network & divide_network
- Add warning when loading a file created from a previous version of py-eddy-tracker.



Expand Down