Skip to content

Commit

Permalink
RLS: Release notes for 0.6.2 (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed Feb 11, 2024
1 parent 8883b8a commit 3f3d412
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions doc/releases/v0.6.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3f3d412

Please sign in to comment.