Skip to content

Commit

Permalink
Release 0.7.6 (#549)
Browse files Browse the repository at this point in the history
* Update release date formatting

* Bump scipy version
  • Loading branch information
ivirshup authored Apr 11, 2021
1 parent 9df70b3 commit 0ec9741
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions docs/release-latest.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. role:: small
.. role:: smaller

On master
~~~~~~~~~
0.7.6 :small:`11 April, 2021`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: New features

Expand All @@ -25,8 +25,8 @@ On master
- :func:`anndata.read_loom` arguments `obsm_names` and `varm_names` are now deprecated in favour of `obsm_mapping` and `varm_mapping` :pr:`538` :smaller:`I Virshup`


0.7.5 :small:`2020-11-12`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.7.5 :small:`12 November, 2020`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: Functionality

Expand All @@ -38,8 +38,8 @@ On master
- Allow `adata.raw = None`, as is documented :pr:`447` :smaller:`I Virshup`
- Fix warnings from pandas 1.1 :pr:`425` :smaller:`I Virshup`

0.7.4 :small:`2020-07-10`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.7.4 :small:`10 July, 2020`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: Concatenation overhaul :pr:`378` :smaller:`I Virshup`

Expand All @@ -55,15 +55,15 @@ On master
- Fixed error from `AnnData.concatenate` by bumping minimum versions of numpy and pandas :issue:`385`
- Fixed colors being incorrectly changed when `AnnData` object was subset :pr:`388`

0.7.3 :small:`2020-05-20`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.7.3 :small:`20 May, 2020`
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: Bug fixes

- Fixed bug where graphs used too much memory when copying :pr:`381` :smaller:`I Virshup`

0.7.2 :small:`2020-05-15`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.7.2 :small:`15 May, 2020`
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. rubric:: Concatenation overhaul :smaller:`I Virshup`

Expand Down
16 changes: 8 additions & 8 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Version 0.7
.. include:: release-latest.rst


0.7.0 :small:`2020-01-22`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.7.0 :small:`22 January, 2020`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. warning::
Breaking changes introduced between `0.6.22.post1` and `0.7`:
Expand Down Expand Up @@ -91,8 +91,8 @@ Version 0.6
- iteration over chunks :func:`~anndata.AnnData.chunked_X` and :func:`~anndata.AnnData.chunk_X`
:noteversion:`0.6.1` :pr:`20` :smaller:`S Rybakov`

0.6.0 :small:`2018-05-01`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.6.0 :small:`1 May, 2018`
~~~~~~~~~~~~~~~~~~~~~~~~~~

- compatibility with Seurat converter
- tremendous speedup for :func:`~anndata.AnnData.concatenate`
Expand All @@ -105,8 +105,8 @@ Version 0.6
Version 0.5
-----------

0.5.0 :small:`2018-02-09`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.5.0 :small:`9 February, 2018`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- inform about duplicates in :class:`~anndata.AnnData.var_names` and resolve them using :func:`~anndata.AnnData.var_names_make_unique`
- automatically remove unused categories after slicing
Expand All @@ -120,8 +120,8 @@ Version 0.5
Version 0.4
-----------

0.4.0 :small:`2017-12-23`
~~~~~~~~~~~~~~~~~~~~~~~~~
0.4.0 :small:`23 December, 2017`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- read/write `.loom`_ files
- scalability beyond dataset sizes that fit into memory: see this `blog post`_
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = '>=3.6'
requires = [
'pandas>=1.1.1', # pandas <1.1.1 has pandas/issues/35446
'numpy>=1.16.5', # required by pandas 1.x
'scipy~=1.0',
'scipy>1.4',
'h5py',
'natsort',
'packaging>=20',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# auto-generated from pyproject.toml, DO NOT EDIT
pandas>=1.1.1
numpy>=1.16.5
scipy~=1.0
scipy>1.4
h5py
natsort
packaging>=20
Expand Down

0 comments on commit 0ec9741

Please sign in to comment.