What's Changed
- Move
set_nan_defaults
from straxen to strax by @dachengx in #936 - Move
compute_center_times
from straxen to strax by @dachengx in #938 - First convert to int then add float to keep precision by @dachengx in #939
- Use
bool
instead ofnp.bool_
by @dachengx in #940 - Calculate
area_fraction_top
,center_time
andmedian_time
at peaklet level by @dachengx in #941 - Delete input chunks after compute method to save memory by @dachengx in #942
- Reduce RAM usage of
find_hit_integration_bounds
by @dachengx in #943
Full Changelog: v2.0.2...v2.0.3