Skip to content

Commit

Permalink
Rip out deprecated modules (#146)
Browse files Browse the repository at this point in the history
* Rip out deprecated modules

* Edit whats new
  • Loading branch information
jbusecke committed Sep 8, 2022
1 parent 84e282e commit 5a5d936
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 1,627 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repos:
- repo: https://github.com/python/black
rev: stable
rev: 22.8.0
hooks:
- id: black
13 changes: 10 additions & 3 deletions docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@

What's New
===========
.. _whats-new.1.2.0:
.. _whats-new.2.0.0:

v1.2.0 (unreleased)
v2.0.0 (unreleased)

Breaking changes
~~~~~~~~~~~~~~~~
- Dropped support for python 3.8 (:pull:`141`)
By `Julius Busecke <https://github.com/jbusecke>`_

- Deprecated multiple modules:
`visualization.py`
`vertical_coordinates.py/vertical_remapping.py`
`weighted_operations.py`
`numpy_utils.py`
(:pull:`146`, :issue:`84`)

Documentation
~~~~~~~~~~~~~

Expand All @@ -27,7 +34,7 @@ v1.1.0 (2022/2/15)

New Features
~~~~~~~~~~~~
- `sing_agreement` now supports the option to not count nans along the given dimension (:pull:`118`). By `Julius Busecke <https://github.com/jbusecke>`_
- `sign_agreement` now supports the option to not count nans along the given dimension (:pull:`118`). By `Julius Busecke <https://github.com/jbusecke>`_

Bugfixes
~~~~~~~~
Expand Down
3 changes: 0 additions & 3 deletions xarrayutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from . import utils
from . import numpy_utils
from . import xmitgcm_utils
from .utils import *

from ._version import get_versions
Expand Down
83 changes: 0 additions & 83 deletions xarrayutils/numpy_utils.py

This file was deleted.

Loading

0 comments on commit 5a5d936

Please sign in to comment.