Skip to content

Commit

Permalink
Remove reduce.py (#517)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Removes the previously-deprecated `reduce.py`

### Does this PR introduce a breaking change?

Yes. The entire module has been removed.
  • Loading branch information
Zeitsperre authored Jan 23, 2025
2 parents c528c72 + 5cc1df1 commit 9f99fed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 173 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ New features and enhancements
Breaking changes
^^^^^^^^^^^^^^^^
* ``xs.utils.publish_release_notes`` and ``xs.utils.show_versions`` have been moved to ``xs.testing``. (:pull:`492`).
* The previously-deprecated ``xs.reduce`` module has been removed. Refer to ``xs.ensembles.make_criteria`` and ``xs.ensembles.reduce_ensemble`` for replacement functionality. (:pull:`517`).

Bug fixes
^^^^^^^^^
Expand Down
7 changes: 0 additions & 7 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ Aggregation
:members:
:noindex:

Reduction
----------

.. automodule:: xscen.reduce
:members:
:noindex:

Diagnostics and Quality Checks
------------------------------

Expand Down
166 changes: 0 additions & 166 deletions src/xscen/reduce.py

This file was deleted.

0 comments on commit 9f99fed

Please sign in to comment.