Skip to content

Releases: biocore/BIRDMAn

v0.2.0

30 Oct 18:09
d947e36
Compare
Choose a tag to compare

Major updates to fitting & documentation.

v0.1.0

22 Jul 20:28
ebc6f03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: gibsramen/BIRDMAn@v0.0.4...v0.1.0

v0.0.4

27 Jul 22:58
34e9909
Compare
Choose a tag to compare

Refactored Model architecture to be more maintainable. Now abstract class BaseModel has two subclasses TableModel and SingleFeatureModel for full table regression and single feature regression respectively. Explicit Dask integration is removed as it was too unwieldy. A ModelIterator class is provided to make iterating over single features from a table more accessible.

v0.0.3

28 May 20:24
2b26ead
Compare
Choose a tag to compare

Refactor of Model API - decomposed into BaseModel and subclass RegressionModel. Large overhaul of parallelization including more options for workflows. Can now specify auto-conversion to InferenceData when fitting model.

Alpha Release - Minor Update

10 Apr 18:55
Compare
Choose a tag to compare

Minor updates to README and setup.py for documentation & PyPi purposes.

Alpha Release

05 Apr 16:17
5dc78b0
Compare
Choose a tag to compare

Initial release - primarily for internal testing.