From 2d75cc302715eca504d198c9ed09d4a7bc1ab15f Mon Sep 17 00:00:00 2001 From: Xiaojie Qiu Date: Tue, 8 Jun 2021 11:19:23 -0400 Subject: [PATCH] prepare release of 1.0.0 --- CHANGELOG.md | 4 ++-- README.md | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d084d2641..345ead81c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -Unreleased +Released ========== -v0.99 pre-release: +v1.0.0 Release: Added for new features. diff --git a/README.md b/README.md index 3c7f9356a..776ffba05 100755 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Single-cell RNA-seq, together with RNA velocity and metabolic labeling, reveals * Move beyond RNA velocity to continuous vector field function for functional and predictive analyses of cell fate transitions: * Dynamical systems approaches to identify stable cell types (fixed points), boundaries of cell states (separatrices), etc * Calculate RNA acceleration (reveals early drivers), curvature (reveals master regulators of fate decision points), divergence (stability of cell states) and RNA Jacobian (cell-state dependent regulatory networks) - * Various downstream differential geometry analyses to rank and visualize early drivers, regulatory networks at key fate decision points + * Various downstream differential geometry analyses to rank and visualize critical regulators/effectors, regulatory networks at key fate decision points ## Discussion Please use github issue tracker to report coding related [issues](https://github.com/aristoteleo/dynamo-release/issues) of dynamo. For community discussion of novel usage cases, analysis tips and biological interpretations of dynamo, please join our public slack workspace: [dynamo-discussion](https://join.slack.com/t/dynamo-discussionhq/shared_invite/zt-itnzjdxs-PV~C3Hr9uOArHZcmv622Kg) (Only a working email address is required from the slack side). diff --git a/docs/source/conf.py b/docs/source/conf.py index 5afe6ba65..afbbaa28c 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -75,7 +75,7 @@ author = "Xiaojie Qiu, Yan Zhang, Ke Ni" # The full version, including alpha/beta/rc tags -release = "0.96.0" +release = "1.0.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5909e2fa6..6300c75d0 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ if __name__ == "__main__": setup( name="dynamo-release", - version="0.96.0", + version="1.0.0", python_requires=">=3.6", install_requires=[l.strip() for l in Path("requirements.txt").read_text("utf-8").splitlines()], # 'yt>=3.5.1', extras_require={