You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
11
11
12
12
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
21
14
design recipes for mixes of many components, intended primarily for DNA
22
15
computation experiments. The library recursively tracks individual components
23
16
through layers of intermediate mixes, performs checks to ensure those layers of
@@ -34,6 +27,12 @@ components at different concentrations spread across several plates.
34
27
35
28
# Changelog
36
29
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
+
37
36
## v0.6.1
38
37
39
38
- Adds `html_with_borders_tablefmt` again (and import `printing`).
0 commit comments