Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed Dec 3, 2020
1 parent 5d03787 commit 07e847c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ Changelog

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

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).
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]
------------

[3.3.0] - 2020-12-03
--------------------
Added
^^^^^
- Add an implementation of visvalingam algorithm to simplify polygons with low modification
Expand Down
1 change: 0 additions & 1 deletion src/py_eddy_tracker/observations/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ def close_tracks(self, other, nb_obs_min=10, **kwargs):
tr, nb = unique(other.track[indexs], return_counts=True)
return other.extract_ids(tr[nb >= nb_obs_min])


def format_label(self, label):
t0, t1 = self.period
return label.format(
Expand Down

0 comments on commit 07e847c

Please sign in to comment.