Skip to content

Releases: MeirKriheli/python-bidi

0.6.0 full backward compat

30 Jul 17:35
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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