File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,28 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en>`_
7
7
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
8
8
9
9
[Unreleased]
10
- ------------
10
+ -------------
11
+ Changed
12
+ ^^^^^^^
13
+
14
+ Fixed
15
+ ^^^^^
16
+
17
+ Added
18
+ ^^^^^
19
+
20
+
21
+ [3.6.0] - 2022-01-12
22
+ --------------------
11
23
Changed
12
24
^^^^^^^
13
25
14
26
- Now time allows second precision (instead of daily precision) in storage on uint32 from 01/01/1950 to 01/01/2086
15
27
New identifications are produced with this type, old files could still be loaded.
16
28
If you use old identifications for tracking use the `--unraw ` option to unpack old times and store data with the new format.
17
29
- Now amplitude is stored with .1 mm of precision (instead of 1 mm), same advice as for time.
18
- - expose more parameters to users for bash tools build_network & divide_network
19
- - add warning when loading a file created from a previous version of py-eddy-tracker.
30
+ - Expose more parameters to users for bash tools build_network & divide_network
31
+ - Add warning when loading a file created from a previous version of py-eddy-tracker.
20
32
21
33
22
34
You can’t perform that action at this time.
0 commit comments