From 562954b43a9b8faa969e0ec01707bc56cbc021b0 Mon Sep 17 00:00:00 2001 From: falexwolf Date: Thu, 28 Dec 2017 23:47:37 +0100 Subject: [PATCH] updated docs --- docs/api.rst | 1 + docs/release_notes.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/api.rst create mode 100644 docs/release_notes.rst diff --git a/docs/api.rst b/docs/api.rst new file mode 100644 index 000000000..6eaf4ce40 --- /dev/null +++ b/docs/api.rst @@ -0,0 +1 @@ +.. automodule:: anndata diff --git a/docs/release_notes.rst b/docs/release_notes.rst new file mode 100644 index 000000000..d185dda69 --- /dev/null +++ b/docs/release_notes.rst @@ -0,0 +1,10 @@ + +**Future plans:** We will slowly support all of AnnData's generic data analysis functions - +currently in Scanpy (plotting, preprocessing) - via the anndata package. All +code will remain backwards compatible but :class:`anndata` will grow in its own +right. + + +**December 28, 2017**: version 0.4.1 + +1. read `UMI tools `_ files: :func:`~anndata.read_umi_tools`