v1.0.4
Snekmer v1.0.4 Release Notes
The Snekmer v1.0.4 release includes minor code refactoring to directly call the flexible SnekmerModel
object rather than fixing the model type to logistic regression. All Snekmer-generated objects now also store the Snekmer version number as an attribute, important for reproducibility in analytical workflows involving Snekmer.
Changelog
Description
snekmer.model.SnekmerModel
is now used to build models, with the default model type remaining as"logistic"
.- Snekmer version numbers are stored as attributes in the
snekmer.score.KmerScoreScaler
,snekmer.vectorize.KmerBasis
, andsnekmer.vectorize.KmerVec
objects (asself.snekmer_version
).
What's Changed
- [docs] Add Apple silicon / additional instructions by @christinehc in #103
- [chore] merge main changes into branch by @christinehc in #104
- Update README.md by @lnanderson in #106
- chore: combine branches by @christinehc in #107
- Model version by @christinehc in #105
Contributors
- Christine Chang (@christinehc) - code development
- Bill Nelson (@wichne) - feature request
- Jason McDermott (@biodataganache)
- Jeremy Jacobson (@jjacobson95)
New Contributors
- @lnanderson made their first contribution in #106
Full Changelog: v1.0.3...v1.0.4