Skip to content

Commit

Permalink
Reorganized changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bdestombe committed Jul 28, 2023
1 parent 18b4caf commit c457f53
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@ Changelog

dev
---
New features
Added

* Improved the functionality of `merge_double_ended`, by adding a check that handles measurements missing in one channel while present in the other ([#171](https://github.com/dtscalibration/python-dts-calibration/pull/171))
* Support for Python 3.11
* Requiring netcdf4 >= 1.6.4

Bug fixes
Fixed

* Single-ended measurements with `fix_alpha` failed due to a bug introduced in v2.0.0 ([#173](https://github.com/dtscalibration/python-dts-calibration/pull/173)).
* Flox included in requirements to speed up resampling via xarray ([Xarray #5734](https://github.com/pydata/xarray/pull/5734)).

Introduced limitations
Changed

* Standardized parameter names. Reduced the freedom in choosing parameter names and dimension names in favor of simplifying the code.
* Requiring netcdf4 >= 1.6.4
* Flox included in requirements to speed up resampling via xarray ([Xarray #5734](https://github.com/pydata/xarray/pull/5734)).

Removed

* Removed ds.resample_datastore() in favor of using xarray's resample function. See example notebook 2.
* Removed support for Python 3.8

2.0.0 (2023-05-24)
------------------
Expand Down

0 comments on commit c457f53

Please sign in to comment.