File tree Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Expand file tree Collapse file tree 3 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 1
- # Changelog
1
+ Changelog
2
+ =========
2
3
3
4
All notable changes to this project will be documented in this file.
4
5
5
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en),
6
7
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
8
- ## [ Unreleased]
9
-
10
- ### Added
9
+ [Unreleased]
10
+ ------------
11
+ Added
12
+ ^^^^^
11
13
- Add an implementation of visvalingam algorithm to simplify polygons with low modification
12
14
- Add method to found close tracks in an other atlas
13
15
- Allow to give a x reference when we display grid to be able to change xlim
14
16
- Add option to EddyId to select data index like `--indexs time=5 depth=2 `
15
17
- Add a method to merge several indexs type for eddy obs
16
- - Acces at dataset variable like attribute, and lifetime/age are available for all observations
18
+ - Get dataset variable like attribute, and lifetime/age are available for all observations
17
19
- Add **EddyInfos ** application to get general information about eddies dataset
18
20
- Add method to inspect contour rejection (which are not in eddies)
19
- - Grid interp could be "nearest" or "bilinear"
20
- ### Changed
21
- - Now to have object informations in plot label used python ``` fomat ``` style, several key are available :
21
+ - Grid interp could be "nearest" or "bilinear"
22
+
23
+ Changed
24
+ ^^^^^^^
25
+ - Now to have object informations in plot label used python ```format` `` style, several key are available :
26
+
22
27
- "t0"
23
28
- "t1"
24
29
- "nb_obs"
25
30
- "nb_tracks" (only for tracked eddies)
26
- ### Removed
27
-
28
31
29
- ## [ 3.2.0] - 2020-09-16
32
+ [3.2.0] - 2020-09-16
33
+ --------------------
30
34
31
- ## [ 3.1.0] - 2020-06-25
35
+ [3.1.0] - 2020-06-25
36
+ --------------------
Original file line number Diff line number Diff line change
1
+ .. include :: ../CHANGELOG.rst
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Welcome to py-eddy-tracker's documentation!
40
40
41
41
api
42
42
Source (Git) <https://github.com/AntSimi/py-eddy-tracker >
43
+ changelog
43
44
44
45
45
46
Indices and tables
You can’t perform that action at this time.
0 commit comments