From b2e3088a41a030ab372a9f7cceaca3b0e099a816 Mon Sep 17 00:00:00 2001 From: Constantine Evans Date: Wed, 3 Jan 2024 14:07:21 -0800 Subject: [PATCH] v0.5.0 --- README.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3ab93..b60aa25 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,14 @@ components at different concentrations spread across several plates. [docsstable]: https://alhambra-mixes.readthedocs.io/en/stable [docslatest]: https://alhambra-mixes.readthedocs.io/en/latest [tutorial]: https://github.com/cgevans/mixes/blob/main/tutorial.ipynb + +# Changelog + +## v0.5.0 + +An interim version release while larger changes are being made, so that users can make use of several important new features, and the pypi-available version fits well with the latest documentation. + +- Adds an `Experiment` class that can hold mixes and components, and keep track of volumes, etc. +- Adds volume/consumption tracking. +- Adds master/split mix functions. +- Fixes numerous minor bugs. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index d500287..72f1b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ target_version = ["py39"] [tool.mypy] python_version = "3.9" -# warn_return_any = truels +# warn_return_any = true warn_unused_configs = true ignore_missing_imports = true #disallow_untyped_defs = true