Skip to content

Commit 3255afc

Browse files
committed
update readme
1 parent ae4b09e commit 3255afc

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Documentation Status](https://readthedocs.org/projects/riverine/badge/?version=latest)](https://riverine.readthedocs.io/en/latest/?badge=latest)
2-
[![Codecov](https://img.shields.io/codecov/c/github/cgevans/mixes)](https://pypi.org/project/riverine/)
2+
[![Codecov](https://img.shields.io/codecov/c/github/cgevans/riverine)](https://app.codecov.io/gh/cgevans/riverine/)
33
[![GitHub Workflow
44
Status](https://img.shields.io/github/actions/workflow/status/cgevans/mixes/python-package.yml?branch=main)](https://github.com/cgevans/mixes/actions/workflows/python-package.yml)
55
[![PyPI](https://img.shields.io/pypi/v/riverine)](https://pypi.org/project/riverine/)
@@ -10,14 +10,7 @@ Status](https://img.shields.io/github/actions/workflow/status/cgevans/mixes/pyth
1010
For DNA 28, our [poster as a Jupyter notebook is available here](https://costi.eu/poster-notebook.zip). [Our documentation][docsstable] is in the process of being written ([latest git documentation is here][docslatest]); we also have [a tutorial notebook][tutorial] (WIP).
1111

1212

13-
This package, riverine, is a separate package containing the `alhambra.mixes`
14-
library from
15-
[alhambra][alhambra]
16-
modified to be more compatible with Python < 3.10. Continued development on
17-
mixes will take place here, and alhambra will be made to depend on this. **The
18-
name may change soon to something more unique.**
19-
20-
The mixes package is a Python library to systematically, efficiently, and safely
13+
Riverine is a Python library to systematically, efficiently, and safely
2114
design recipes for mixes of many components, intended primarily for DNA
2215
computation experiments. The library recursively tracks individual components
2316
through layers of intermediate mixes, performs checks to ensure those layers of
@@ -34,6 +27,12 @@ components at different concentrations spread across several plates.
3427

3528
# Changelog
3629

30+
## v0.7.0
31+
32+
- Renames the package from `alhambra-mixes` to `riverine`.
33+
- Deprecates Python 3.9 support.
34+
- Several bug fixes.
35+
3736
## v0.6.1
3837

3938
- Adds `html_with_borders_tablefmt` again (and import `printing`).

0 commit comments

Comments
 (0)