Skip to content

Commit 07e847c

Browse files
committed
Changelog update
1 parent 5d03787 commit 07e847c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6-
The format is based on [Keep a Changelog](https://keepachangelog.com/en),
7-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
The format is based on `Keep a Changelog <https://keepachangelog.com/en>`_
7+
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
88

99
[Unreleased]
1010
------------
11+
12+
[3.3.0] - 2020-12-03
13+
--------------------
1114
Added
1215
^^^^^
1316
- Add an implementation of visvalingam algorithm to simplify polygons with low modification

src/py_eddy_tracker/observations/tracking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ def close_tracks(self, other, nb_obs_min=10, **kwargs):
566566
tr, nb = unique(other.track[indexs], return_counts=True)
567567
return other.extract_ids(tr[nb >= nb_obs_min])
568568

569-
570569
def format_label(self, label):
571570
t0, t1 = self.period
572571
return label.format(

0 commit comments

Comments
 (0)