Skip to content

Releases: pytries/marisa-trie

1.4.1

Choose a tag to compare

@BoboTiG BoboTiG released this 08 Apr 07:32
  • Publish Windows ARM64 wheels (#140).

Full Changelog: 1.4.0...1.4.1

💟 Contributors: @BoboTiG, @MugundanMCW

1.4.0

Choose a tag to compare

@BoboTiG BoboTiG released this 10 Mar 15:07
  • Initial free-threading support and testing (#128).
  • Added StringTrie: an immutable str -> str mapping backed by two MARISA tries and a fixed-width 4-byte key-ID to value-ID table (#138).

Full Changelog: 1.3.1...1.4.0

💟 Contributors: @BoboTiG, @crusaderky, @hiroshi-manabe

1.3.1

Choose a tag to compare

@BoboTiG BoboTiG released this 26 Aug 09:12
  • Set the Cython language level to "3" (#126).

Full Changelog: 1.3.0...1.3.1

💟 Contributors: @BoboTiG, @billchenchina

1.3.0

Choose a tag to compare

@BoboTiG BoboTiG released this 16 Aug 10:04
  • ⚠️ Dropped Python 3.7, 3.8 support (#112, #120).
  • Added Python 3.13 support (#112).
  • Updated libmarisa-trie to version 0.2.7 (#116).
  • Rebuild Cython wrapper with Cython 3.1.3 (#117, #119, 4d564de).
  • Moved static project metadata to pyproject.toml (#120).
  • Updated metadata license to include the bundled one from marisa-trie as well (#120).
  • Moved Cython as build dependency (#122).

Full Changelog: 1.2.1...1.3.0

💟 Contributors: @BoboTiG, @5hojib, @cdce8p

1.2.1

Choose a tag to compare

@BoboTiG BoboTiG released this 12 Oct 11:49
  • Publish Python 3.13 wheels (only CPython ones, PyPy ones are skipped until pypa/distutils#283 is fixed).
  • Rebuild Cython wrapper with Cython 3.0.11.

💟 Contributors: @BoboTiG

1.2.0

Choose a tag to compare

@BoboTiG BoboTiG released this 05 Jun 21:13
140f39b
  • Added Python 3.13 support (#105).
  • Rebuild Cython wrapper with Cython 3.0.10 (#105).

💟 Contributors: @BoboTiG

1.1.1

Choose a tag to compare

@BoboTiG BoboTiG released this 06 May 11:36
  • Publish Linux aarch64 wheels (closes #101).

💟 Contributors: @vermut, @BoboTiG

1.1.0

Choose a tag to compare

@BoboTiG BoboTiG released this 06 Oct 12:23
d456eca
  • Added Python 3.12 support (closes #93).

💟 Contributors: @BoboTiG

1.0.0

Choose a tag to compare

@BoboTiG BoboTiG released this 04 Sep 07:56
208022f
  • ⚠️ 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

Choose a tag to compare

@BoboTiG BoboTiG released this 25 Mar 22:27
a16e59e
  • 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