v2.7.1 - Bug Fix Release
guillaume-vignal
released this
11 Oct 08:50
·
28 commits
to master
since this release
What's Changed
- Fix pyproject.toml by @tbloron in #592
- This fix resolves an issue where the
shapash
module was not importable after installation, resulting in aModuleNotFoundError
. The problem was traced back to thepyproject.toml
configuration file, which has now been corrected. The fix ensures that Shapash installs and imports correctly in all environments.
- This fix resolves an issue where the
Bug Fix Details:
- Users installing version 2.7.0 encountered a packaging issue that prevented
shapash
from being properly imported in Python environments, including Conda environments using Python 3.10. This version addresses that issue, making the module accessible after installation.
Installation Instructions:
To upgrade to the latest version, run:
pip install --upgrade shapash