Skip to content

Releases: MeirKriheli/python-bidi

0.6.6 - bumped unicode-bidi, replaced macos-12 CI runner

18 Feb 21:46

Choose a tag to compare

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

15 Oct 17:16

Choose a tag to compare

  • Updated pyo3 to 0.22.4
  • Python 3.13 wheels are finally working

0.6.0 full backward compat

30 Jul 17:35

Choose a tag to compare

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

30 Jul 09:06

Choose a tag to compare

0.5.2

  • Added get_base_level backward compat
  • docstring cleanup
  • More python version wheels for MacOS

0.5.1 backwards compat for import

23 Jul 22:14

Choose a tag to compare

  • 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

23 Jul 11:18

Choose a tag to compare

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

15 Sep 19:07

Choose a tag to compare

  • 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