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