Skip to content

v2.7.1 - Bug Fix Release

Compare
Choose a tag to compare
@guillaume-vignal guillaume-vignal released this 11 Oct 08:50
· 28 commits to master since this release
674ead7

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 a ModuleNotFoundError. The problem was traced back to the pyproject.toml configuration file, which has now been corrected. The fix ensures that Shapash installs and imports correctly in all environments.

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

Full Changelog:

Compare v2.7.0...v2.7.1