Skip to content

v0.1.1

Choose a tag to compare

@geeone geeone released this 06 Jul 16:36
· 4 commits to main since this release
2a4a895

v0.1.1

This release updates the package metadata to reflect officially supported versions of Python and core dependencies, ensuring better compatibility and more predictable behavior during installation.

✅ What's Changed

  • Updated Python version support:
    python_requires='>=3.8,<3.12'
    → Official support for Python 3.8, 3.9, 3.10, and 3.11

  • Refined dependencies in requirements.txt:

    • pandas >= 1.4.0, <2.1
    • numpy >= 1.21.0, <1.26.0
  • Added Python version classifiers in setup.py for better compatibility indicators on PyPI


These changes help avoid installation issues due to incompatibilities with newer versions of numpy or pandas, and clarify which environments the package is tested against.

➡️ PyPI | GitHub