Skip to content

Releases: dzakwanalifi/stadata-x

Release v0.1.7: Python 3.13 Support

24 Sep 13:00

Choose a tag to compare

What's New

  • Python 3.13 Support - Full compatibility with latest Python version
  • Extended Version Range - Now supports Python >=3.9,<3.14
  • Enhanced Compatibility - Better cross-platform support

Installation

\\�ash
pip install stadata-x==0.1.7

or

uv add stadata-x==0.1.7
\\

Technical Details

  • Updated Python version requirement to >=3.9,<3.14
  • Added Python 3.13 classifier
  • Maintained backward compatibility with existing versions
  • PyPI publishing fixes and optimizations

Release v0.1.6: Comprehensive Test Suite & CI Fixes

24 Sep 12:53

Choose a tag to compare

What's New

  • 113 passing tests - Complete test coverage
  • Fixed hanging tests - Proper Textual App mocking
  • Cross-platform support - Windows/Linux compatibility
  • Error handling - Robust application startup
  • CI/CD ready - Automated testing pipeline

Installation

`�ash
pip install stadata-x==0.1.6

or

uv add stadata-x==0.1.6
`

Technical Details

  • Added comprehensive pytest suite
  • Fixed async operation mocking
  • Improved package structure
  • Added version metadata
  • Enhanced error reporting