Skip to content

Commit

Permalink
potential 1.4.5.post1, fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 8, 2020
1 parent 491403f commit 16ccdaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- General configuration ------------------------------------------------


nitpicky = True # Warn about broken links. This is here for a reason: Do not change.
nitpicky = False # Warn about broken links. This is here for a reason: Do not change.
needs_sphinx = '2.0' # Nicer param docs
suppress_warnings = ['ref.citation']

Expand Down
3 changes: 2 additions & 1 deletion docs/release-latest.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
.. role:: small
.. role:: smaller

Please install `scanpy==1.4.5.post1` instead of `scanpy==1.4.5`.

.. rubric:: New functionality

- :func:`~scanpy.tl.ingest` maps labels and embeddings of reference data to new data :tutorial:`integrating-data-using-ingest` :pr:`651` :smaller:`S Rybakov, A Wolf`
- :mod:`~scanpy.queries` recieved many updates including enrichment through gprofiler_ and more advanced biomart queries :pr:`467` :smaller:`I Virshup`
- :func:`~scanpy.set_figure_params` allows setting `figsize` :smaller:`A Wolf`
- :func:`~scanpy.set_figure_params` allows setting `figsize` and accepts `facecolor='white'`, useful for working in dark mode :smaller:`A Wolf`

.. _gprofiler: https://biit.cs.ut.ee/gprofiler/

Expand Down
7 changes: 0 additions & 7 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ Release Notes
Version 1.4
-----------

On master
~~~~~~~~~

.. rubric:: New functionality

- :func:`~scanpy.set_figure_params` accepts `facecolor`, useful for working in dark mode :smaller:`A Wolf`

1.4.5 :small:`2019-12-30`
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anndata>=0.7rc1
anndata>=0.6.22.post1
# matplotlib 3.1 causes an error in 3d scatter plots. Once solved the dependency can be updated (https://github.com/matplotlib/matplotlib/issues/14298)
matplotlib==3.0.*
pandas>=0.21
Expand Down

0 comments on commit 16ccdaf

Please sign in to comment.