Skip to content

Releases: pytries/marisa-trie

1.1.1

06 May 11:36
Compare
Choose a tag to compare
  • Publish Linux aarch64 wheels (closes #101).

💟 Contributors: @vermut, @BoboTiG

1.1.0

06 Oct 12:23
d456eca
Compare
Choose a tag to compare
  • Added Python 3.12 support (closes #93).

💟 Contributors: @BoboTiG

1.0.0

04 Sep 07:56
208022f
Compare
Choose a tag to compare
  • ⚠️ Dropped Python 2.7, 3.4, 3.5, 3.6 support.
  • Added Trie.map() (#90).
  • Rebuilt Cython wrapper with Cython 3.0.2.
  • Fixed benchmark documentation typos (#89).

💟 Contributors: @BoboTiG, @duilio, @dymil

0.8.0

25 Mar 22:27
a16e59e
Compare
Choose a tag to compare
  • Add Trie.iter_prefixes_with_ids() method to return (prefix, id) pairs (#83).
  • Rebuild Cython wrapper with Cython 0.29.33 (#88).

💟 Contributors: @BoboTiG, @dfuhry

0.7.8

30 Oct 19:32
c01de41
Compare
Choose a tag to compare
  • Added Python 3.11 support (closes #81).
  • Rebuild Cython wrapper with Cython 0.29.32.

💟 Contributors: @BoboTiG

0.7.7

06 Aug 03:48
Compare
Choose a tag to compare
  • Restored Python 2.7 support.

💟 Contributors: @BoboTiG

0.7.6

28 Jul 10:29
Compare
Choose a tag to compare
  • Wheels are now published for all platforms.
  • Fixed ResourceWarning: unclosed file in setup.py.
  • Run black on the entire source code.
  • Moved the QA/CI to GitHub.
  • Rebuild Cython wrapper with Cython 0.29.24.
  • Updated libmarisa-trie to the latest version (0.2.6).
  • Fixed failing tests and usage of deprecated methods.
  • Expanded supported Python versions (2.7, 3.4 - 3.10).

💟 Contributors: @BoboTiG