------------------------- * MAJOR UPDATE: re-organise the structure of the package into core, metrics and utils * rename jet statistics, waviness metrics and jet core algorithm files * add wrappers to check data is xarray and is sorted in descending order (in core/check_data.py) * move waviness metrics to new file * Update appropriate tests
0.0.19alpha
------------------------- * Update JetStreamOccurenceAndCentreAlgorithm to skip longitude values outside lon range in data * Make changes to work with Shapely version 1.8/2.0. Means changes to Cattiaux et al. 2016
0.0.18
------------------------- * update fitted parabola func for Barnes & Polvani 2015 * Add Blackport & Fyfe 2022 * update Barnes & Simpson 2017 to drop all NaN slices * update to check for more than one time step for time groupby methods * add test to check all metrics when input is one time step
0.0.17
------------------------- * add try and except for Grise & Polvani 2017 to account for missing vals
0.0.16
------------------------- * skipna=True for calc_latitude_and_speed_where_max_ws * Barnes and Simpson mean over longitude for jet lat
0.0.15
------------------------- * rename max_lat_0.01 to jet_lat for Grise & Polvani 2017 * Fix get_3_latitudes_and_speed_around_max_ws to work with isel around lon * Fix barnes polvani parabola to deal with nan values