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
Fix version info and modernize some things (#562)
* drop python 3.10 from testing matrix since it is out of SPEC-0
* migrate to setuptools_scm and use a pyproject.toml file
* Remove unused input for codcov
* fix issue with metadata
* ported entire setup.py
* fix issue with metadata
* switch over to pyproject.toml
* License classifiers have been superseded by license expressions (see https://peps.python.org/pep-0639/)
* Formatting fixes and use setuptools to find package
* add a fallback version so install doesn't fail if git is not in path
* Remove file that doesn't exit anymore from exclude
* Add missing trailing comma
* fix pymbar.__version__
* use better default shell to catch errors and also cancel jobs if a new commit is pushed
sphinx.ext.pngmath is now sphinx.ext.imgmath (#471)
* sphinx.ext.pngmath is now sphinx.ext.imgmath
* configure bibtex_bibfiles setting
* quick pass on the docs, plenty more to fix but will take care of it later
* add warning to the docs
* add warning to readme
sphinx.ext.pngmath is now sphinx.ext.imgmath (#471)
* sphinx.ext.pngmath is now sphinx.ext.imgmath
* configure bibtex_bibfiles setting
* quick pass on the docs, plenty more to fix but will take care of it later
* add warning to the docs
* add warning to readme
Update previous versions in RTD (#467)
* remove special character for now.
* Improve the output.
* trying to tweak the appearance of multilevel dicts.
* Adding more information for release.
* fix point to correct version.
Fix documentation (#463)
* remove special character for now.
* Improve the output by using napoleon
* trying to tweak the appearance of multilevel dicts.
* Adding more information for release.