Skip to content

Commit

Permalink
DOC: Add changes in soft-matter#499 to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lagru committed Jun 14, 2018
1 parent 08daad2 commit ef5fa85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/releases/v0.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ API Changes

- "trackpy.legacy.linking.link_df" does not copy a DataFrame automatically
anymore if the provided DataFrame is a view. (:issue:`503`)
- The "locate" options in "trackpy.batch" are now collected in "**kwargs"
(except for "diameter") and passed to the wrapped "trackpy.locate" function.
This means when using the "meta" option of "trackpy.batch" only explicitly
given options for the wrapped "trackpy.locate" are saved to the file;
unspecified options using default values from "locate" aren't saved.
(:issue:`499`)


Enhancements
~~~~~~~~~~~~

- Added support for multiprocessing to "trackpy.batch". (:issue:`499`)


Bug fixes
Expand Down

0 comments on commit ef5fa85

Please sign in to comment.