Skip to content

v1.0.0

Compare
Choose a tag to compare
@AndreRico AndreRico released this 28 May 18:58
· 1 commit to master since this release

🧬 pandas-genomics 1.0.0 β€” Initial Release

  • βœ… Python 3.10–3.12 support via Poetry and Tox.
  • πŸ§ͺ Full test suite migrated and passed under pytest, with CI using GitHub Actions.
  • ♻️ Refactored Genotype, GenotypeArray, and GenotypeDtype classes to improve compatibility with pandas ExtensionArray API.
  • 🧠 Enhanced logic for:
    eq, hash, and genotype comparison validation.
    Factorize() and setitem() methods with proper error handling.
  • 🚫 Deprecated legacy support for Python < 3.10.
  • πŸ“¦ Packaged for PyPI publication via poetry publish.