Skip to content

Commit

Permalink
prepare release of 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaojieqiu committed Jun 8, 2021
1 parent a2f0d77 commit 2d75cc3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Unreleased
Released
==========
v0.99 pre-release:
v1.0.0 Release:

Added for new features.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 2d75cc3

Please sign in to comment.