soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
445 stars 131 forks source link

Parallel batch() by default #606

Closed nkeim closed 4 years ago

nkeim commented 4 years ago

This also spiffs up the release notes and fixes a bug in parallel batch(). It does not yet relabel this release as v0.5.0, which was sensibly proposed in #601. See the discussion there.

The fact that there was a bug lurking in parallel batch() + pims suggests that very few people have been using that feature in v0.4.2. Which means

  1. this version should get a lot more testing before it's released, and
  2. this change could make a lot of people very happy 🎉
nkeim commented 4 years ago

This PR now indicates that the next release will be v0.5, which is appropriate both for the change to batch() and for the change to trajectory numbering discussed in #601 .

rbnvrw commented 4 years ago

This looks great! I think the documentation is also getting much clearer now. Thanks :+1: