Skip to content

Releases: amenezes/pybmoore

2.0.1

01 Nov 13:04
Compare
Choose a tag to compare

changelog

  • Fix typing hint annotations;
  • Added support for Python 3.13.x.

2.0.0

12 Feb 02:46
Compare
Choose a tag to compare

changelog

  • Enhanced granular control for searching multiple terms at once with search_m method. For more details, please see the README.

1.5.0

08 Oct 16:34
Compare
Choose a tag to compare

changelog

  • added support to Python 3.12

1.4.0

13 Aug 23:08
Compare
Choose a tag to compare

changelog

  • better performance 🚀;
  • better typing hint support;
  • updated documentation.

1.3.1

01 Dec 13:26
Compare
Choose a tag to compare

changelog

  • removed support to Python 3.7.x
  • removed cattrs as dependency from setup.cfg 🐞

1.3.0

26 Oct 14:11
Compare
Choose a tag to compare

changelog

  • added support to python 3.11

1.2.1

10 Jul 21:43
Compare
Choose a tag to compare

changelog

  • improved build setup
  • updated docs

1.2.0

01 Feb 23:09
Compare
Choose a tag to compare

changelog

  • added templates for: issues, PR and contributing
  • code refactored

1.1.0

06 Nov 21:53
Compare
Choose a tag to compare

changelog

  • internal improvements to better performance.

1.0.0

30 Oct 02:42
Compare
Choose a tag to compare

changelog

  • initial support to cython to better performance 🚀