Skip to content

Releases: JuBiotech/bletl

v1.2.1

01 Jan 15:00
6935ea7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Dec 10:18
27ef1ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

22 Jul 13:05
d43d15a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

22 May 09:39
Compare
Choose a tag to compare

What's Changed

  • Another PyMC 4.0.0b6 compatibility bugfix in bletl.growth.
  • Increased NUTS robustness in bletl.growth by switching from "jitter+adapt_diag" to "adapt_diag" NUTS initialization.

Full Changelog: v1.1.1...v1.1.2

v1.1.1

20 May 16:29
3fbe91c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Feb 18:00
ad4d5b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5

12 Feb 16:35
57a384b
Compare
Choose a tag to compare

What's Changed

  • BioLector II/Pro measurement rows with REFOVERLD are now skipped in parsing (see #13).

Full Changelog: v1.0.4...v1.0.5

v1.0.4

26 Jan 15:26
2c18287
Compare
Choose a tag to compare

Fixes a bug in parsing of BioLector Pro result files where metadata of custom-named filtersets was not correctly extracted.

See #9 for details.

v1.0.3

20 Aug 16:43
Compare
Choose a tag to compare

This release brings bugfixes and a tiny breaking change related to the bletl.growth.fit_mu_t function:

  • The model was refactored to describe µ only for the segments inbetween the data points. This removes a bias introduced by incorrectly shifting the prediction by 1 timestep. Unfortunately this also means that X and mu have different lengths, so the GrowthRateResult.t was removed in favor of GrowthRateResult.t_data and GrowthRateResult.t_segments.
  • A mu_prior kwarg was added to fit_mu_t. This allows the user to predefine where the random walk should start and can greatly improve the result on datasets that don't start with a lag phase.
  • The σ kwarg was renamed to drift_scale and is no longer optional.
  • The probability threshold used for switchpoint detection can now be user-configured.
  • Two bugs in filtering detected switchpoints were fixed.
  • Initial growh rate guesses are now clipped to the interval [-0.5, 0.5].

See #4 and #5 for more information.

v1.0.2

30 Jul 18:09
Compare
Choose a tag to compare
  • Fixes a bug in the bletl.growth._make_random_walk helper function that caused the nu kwarg to be ignored.
  • Also adds a nu kwarg to the fit_mu_t function to allow for fine-tuning of switchpoint prior probability.

Also see 29bf6db.