You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
release 0.25.1 (#788)
* release 0.25.1
* modify ci matrix to reflect modern times
* remove old scipy pin
* don't have a python 3.13 build working for pymbar3
* update to use quad instead of quadrature, see https://docs.scipy.org/doc/scipy-1.16.1/release/1.15.0-notes.html#expired-deprecations
* fix bug with unpacking return values
* fix DeprecationWarning
* fix DeprecationWarning for pkg_resources
* add note to changelog about DeprecationWarning fixes
* tests expect a string not a Path
* fix DeprecationWarning for warn
* add scipy changes to release notes
add release notes + missing package needed for testing (#760)
* add release notes + missing package needed for testing
* add the release notes for real this time
* bump to use nwer osx version, 12 is deprecated