Skip to content

Release 1.2.0

Latest

Choose a tag to compare

@jgallowa07 jgallowa07 released this 16 Oct 16:15
· 3 commits to main since this release

multidms 1.2.0

New Features

  • Added multidms.jaxmodels module - new API for global epistasis modeling using JAX and Equinox. This provides an alternative implementation to the existing multidms.biophysical module with improved performance and a simplified interface.

Bug Fixes

  • Fixed Python 3.9 compatibility by using typing_extensions.Self instead of typing.Self
  • Fixed include_counts parameter default to False in Data.__init__() for backward compatibility
  • Fixed parameter naming consistency by renaming coef_lasso_shift to scale_coeff_lasso_shift throughout the codebase
  • Fixed doctest floating point representation issues across different Python versions and platforms

See full changelog: https://github.com/matsengrp/multidms/blob/main/CHANGELOG.rst