From 07e847c571122f6d45eee748492eae7a28208e0a Mon Sep 17 00:00:00 2001 From: Antoine Delepoulle Date: Thu, 3 Dec 2020 11:30:26 +0100 Subject: [PATCH] Changelog update --- CHANGELOG.rst | 7 +++++-- src/py_eddy_tracker/observations/tracking.py | 1 - 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d3f2de91..72b204c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_ +and this project adheres to `Semantic Versioning `_. [Unreleased] ------------ + +[3.3.0] - 2020-12-03 +-------------------- Added ^^^^^ - Add an implementation of visvalingam algorithm to simplify polygons with low modification diff --git a/src/py_eddy_tracker/observations/tracking.py b/src/py_eddy_tracker/observations/tracking.py index f0ad7b0e..c67d130a 100644 --- a/src/py_eddy_tracker/observations/tracking.py +++ b/src/py_eddy_tracker/observations/tracking.py @@ -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(