Skip to content

Commit

Permalink
Remove old modules (#1197)
Browse files Browse the repository at this point in the history
* Remove old modules

* Release note

* remove unneeded pytest config

---------

Co-authored-by: Philipp A <[email protected]>
  • Loading branch information
ivirshup and flying-sheep authored Nov 7, 2023
1 parent 85b4aa1 commit af7a5b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
7 changes: 0 additions & 7 deletions anndata/core.py

This file was deleted.

7 changes: 0 additions & 7 deletions anndata/readwrite.py

This file was deleted.

5 changes: 5 additions & 0 deletions docs/release-notes/0.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@

```{rubric} Performance
```

```{rubric} Breaking
```

* Removed deprecated modules `anndata.core` and `anndata.readwrite` {pr}`1197` {user}`ivirshup`
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ omit = ["anndata/_version.py", "**/test_*.py"]
addopts = [
"--strict-markers",
"--doctest-modules",
"--ignore=anndata/core.py", # deprecated
"--ignore=anndata/readwrite.py", # deprecated
]
filterwarnings = [
'ignore:Support for Awkward Arrays is currently experimental',
Expand Down

0 comments on commit af7a5b7

Please sign in to comment.