Releases: MeirKriheli/python-bidi
Releases · MeirKriheli/python-bidi
0.6.6 - bumped unicode-bidi, replaced macos-12 CI runner
Important Changes since 0.6.3:
- Upgraded to macos-13 runner (as 12 is not available anymore).
- Removed pypy3.8 from build, not supported.
- Bumped pyo3 to 0.23.3, drops pypy3.7 and pypy3.8
- Bumped unicode-bidi to 0.3.18 closes #28
0.6.3 - With python 3.13 wheels
- Updated pyo3 to 0.22.4
- Python 3.13 wheels are finally working
0.6.0 full backward compat
Version 0.6.0 restores and modernizes the older version in parallel to the Rust one.
- Added implemention selection (Python or Rust) to pybidi cli, respecting backward comapt
- Restored older algorithm, supports both implementations closes #25
- Modernize and simplify Python code (Thanks Christian Clauss)
0.5.2 - One more backward compat func, more MacOS wheels
0.5.2
- Added get_base_level backward compat
- docstring cleanup
- More python version wheels for MacOS
0.5.1 backwards compat for import
- Added compat for older import, closes #23
- Updated copyrights
Full Changelog: v0.5.0...v0.5.1
0.5.0 - Now wrapping unicode-bidi crate
Backwards incompatible changes!
- Switched to using Rust based unicode-bidi using PyO3
- Dropped Python < 3.9 support
- Removed "upper_is_rtl"
- Import of get_display changed to from bidi import get_display
Full Changelog: v0.4.2...v0.5.0
Python 3 support
- Move to cookiecutter template
- Python 3 support (py2.6, 2.7, 3.3, 3.4 and pypy)
- Better docs
- Travis integration
- Tox tests
- PEP8 cleanup