-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Isaac Virshup <[email protected]>
- Loading branch information
1 parent
df06682
commit 00cc0cf
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
1.7.1 :small:`the future` | ||
1.7.1 :small:`2021-02-24` | ||
~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. rubric:: Performance enhancements | ||
.. rubric:: Documentation | ||
|
||
- More twitter handles for core devs :pr:`1676` :smaller:`G Eraslan` | ||
|
||
.. rubric:: Bug fixes | ||
|
||
- :func:`~scanpy.tl.dendrogram` use `1 - correlation` as distance matrix to compute the dendrogram :pr:`1614` :smaller:`F Ramirez` | ||
- Fixed :func:`~scanpy.get.obs_df`/ :func:`~scanpy.get.var_df` erroring when `keys` not passed :pr:`1637` :smaller:`I Virshup` | ||
|
||
.. rubric:: Deprecations | ||
- Fixed argument handling for :func:`scanpy.external.pp.scrublet` :smaller:`J Manning` | ||
- Fixed passing of `kwargs` to :func:`scanpy.pl.violin` when `stripplot` was also used :pr:`1655` :smaller:`M van den Beek` | ||
- Fixed colorbar creation in `scanpy.pl.timeseries_as_heatmap` :pr:`1654` :smaller:`M van den Beek` |