multidms 1.2.0
New Features
- Added
multidms.jaxmodelsmodule - new API for global epistasis modeling using JAX and Equinox. This provides an alternative implementation to the existingmultidms.biophysicalmodule with improved performance and a simplified interface.
Bug Fixes
- Fixed Python 3.9 compatibility by using
typing_extensions.Selfinstead oftyping.Self - Fixed
include_countsparameter default toFalseinData.__init__()for backward compatibility - Fixed parameter naming consistency by renaming
coef_lasso_shifttoscale_coeff_lasso_shiftthroughout 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