All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Adding deprecation warning for
find_bouts_individual
when bothfind_min_dict
andfind_max_dict
are used
FishTrajectories.get_bouts
no longer ignoresfind_min_dict
,find_max_dict
inputs, test updated accordingly.- Recommended use of
FishTrajectories.get_bouts
is to usefind_min_dict
orfind_max_dict
but not both. TrajectoriesWithPoints
no longer fails if the value for "setup_points" is None (Issue #39)
- Now it is possible to export trajectories to csv
- Deprecated unused code (
average_across_individuals
,sum_across_individuals
)
- Removing some deprecation warnings (
center_trajectories_and_obtain_radius
,center_trajectories_and_normalise
) because an alternative is not available yet. - Adding deprecation warnings (
Trajectory.orientation_towards
) - Deprecation warning from
from_idtracker
(usefrom_idtrackerai
instead) - Compute
arena_center
if does not exist inradius_and_center_from_traj_dict
- Minor refactoring (
find_bouts_individual
) - Black version 20.8
- updated README to warn about the two missing frames due to the computation of the velocity and acceleration.
- created CHANGELOG
- Added some utilities to perform polar plots to
plot/polar.py
- Changed function names in
social_context
, and made the per-frame versions public (neighbour_indices_in_frame
,adjacency_matrix_in_frame
)