Releases: JuBiotech/bletl
Releases · JuBiotech/bletl
v1.4.1
What's Changed
- 🛡️ Drop filtersets with non-monotonic time by @michaelosthege in #47
- 🛡️ More robustness against defective BLPro resultfiles also in #47
- 🐛
.metadatafrom BLPro results now a dict also in #47 - 🆕
"cycle"number column now included in.commenttables also in #47
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- Dropped support for PyMC <5 by @michaelosthege in #44
- The
.fluidics["reservoir"]column is now typed as integers by @michaelosthege in #43
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Fix twine check errors that blocked the previous release by @michaelosthege in #41
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Support Python 3.11 by @michaelosthege in #33
- Fix all typing errors and run mypy in pre-commit by @michaelosthege in #40
- Use alphanumeric well IDs in
.fluidicsDataFrame index by @michaelosthege and @katroh in #39
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Update isort by @michaelosthege in #36
- Ensure pandas 2 compatibility by @michaelosthege in #37
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Increase parsing robustness by @michaelosthege in #34
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
What's Changed
- Dropped PyMC3 compatibility in favor of PyMC v5 by @michaelosthege in #32
- Fixed a docstring typo by @simoneschito in #30
New Contributors
- @simoneschito made their first contribution in #30
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Upgrade PyMC dependencies for testing by @michaelosthege in #23
- Add test dataset and regression test for #24 by @michaelosthege in #25
- Check availability of filtersets (closes #24) by @LarsHalle in #26
- Avoid deprecated pandas method and bump version by @michaelosthege in #27
New Contributors
- @LarsHalle made their first contribution in #26
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Another PyMC 4.0.0b6 compatibility bugfix in
bletl.growth. - Increased NUTS robustness in
bletl.growthby switching from"jitter+adapt_diag"to"adapt_diag"NUTS initialization.
Full Changelog: v1.1.1...v1.1.2