Feat
- add range option to remove function (814)
Fix
- print correct filenames in docstring test (808)
- smoothers should handle empty data series [CHART-1005] (800)
- raise UserValueError when magnitude < 0 in perturb_timestamp [CHART-1031] (804)
- Change unit of timedelta to milliseconds instead of seconds (795)
- ensure that functions with old naming scheme (e.g. WAVELET_FILTER) are copy of v1.0 (792)
- Handle empty time series in gas_density function [CHART-1090] (805)
- use pd.Timedelta type in smoother functions [CHART-1030] (801)
- reindex returns pd.Series instead of List[pd.Series] [CHART-1344] (785)
- use pd.Timedelta datatypes in numerical_calculus functions [CHART-973] (797)
- remove invalid wavelet sym1 and add test [CHART-905] (796)
- **deps**: pin dependencies (773)
Refactor
- remove unused private function _get_sample_frequency (809)