Skip to content

Commit

Permalink
Rewrite warming_level stuff for vectorization - upd doc - upd hist
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Oct 9, 2023
1 parent 3f42c95 commit 125df00
Show file tree
Hide file tree
Showing 8 changed files with 15,752 additions and 319 deletions.
3 changes: 2 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ New features and enhancements
* ``xs.save_to_table`` and ``xs.io.to_table`` to transform datasets and arrays to DataFrames, but with support for multi-columns, multi-sheets and localized table of content generation.
* Better ``xs.extract.resample`` : support for weighted resampling operations when starting with frequencies coarser than daily and missing timesteps/values handling. (:issue:`80`, :issue:`93`, :pull:`265`).
* Added annual global tas timeseries for CMIP6's models CMCC-ESM2 (ssp245, ssp370, ssp585), EC-Earth3-CC (ssp245, ssp585), KACE-1-0-G (ssp245, ssp370, ssp585) and TaiESM1 (ssp245, ssp370). Moved global tas database to a netCDF file. (:issue:`268`, :pull:`270`).
* Implemented support for multiple levels and models in ``xs.subset_warming_level``. Better support for `DataArray` and `DataFrame` in ``xs.get_warming_level``. (:pull:`270`).

Breaking changes
^^^^^^^^^^^^^^^^
* N/A
* For a sequence of models, the output of ``xs.get_warming_level`` is now a list. Revert to a dictionary with ``output='selected'`` (:pull:`270`).

Bug fixes
^^^^^^^^^
Expand Down
Loading

0 comments on commit 125df00

Please sign in to comment.