From 3f3d412ca12a9ffb0815b7213e26df44950deaf8 Mon Sep 17 00:00:00 2001 From: Nathan Keim Date: Sun, 11 Feb 2024 14:58:10 -0500 Subject: [PATCH] RLS: Release notes for 0.6.2 (#749) --- doc/releases/v0.6.txt | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/releases/v0.6.txt b/doc/releases/v0.6.txt index 3d9e685a..d212be6d 100644 --- a/doc/releases/v0.6.txt +++ b/doc/releases/v0.6.txt @@ -1,9 +1,24 @@ v0.6.2 ------ -trackpy v0.6.2 includes version compatability fixes with newer library versions. -Also it drops support for Python 3.7 and earlier, NumPy 1.17 and earlier, Pandas 0.x, -and SciPy 1.2 and earlier. +trackpy v0.6.2 includes bug fixes, and compatibility fixes with newer +dependency versions. + +A special thanks to everyone who reported the issues fixed in this release! + +Bug fixes +~~~~~~~~~ +- Fixed an issue with feature-finding in 4D image sequences (@VeraMTitze, #739) +- Fixed a rare issue in which subtract_drift() with multiple particles + resulted in a Pandas indexing error. (@kevin-duclos, #735) + +Dependencies +~~~~~~~~~~~~ +- Adds official support for Python 3.12. (@caspervdw, #747) +- Adds support for latest Pandas, NumPy, and SciPy (@marcocaggioni, #740; + @nkeim, #743, @vivarose and @rodrigo-j-goncalves, #742; @caspervdw, #747) +- Drops official support for Python 3.7 and earlier, NumPy 1.17 and earlier, + Pandas 0.x, and SciPy 1.3 and earlier. v0.6.1