Changelog¶
1.1.0 (2026-04-03)¶
Upgrade to ICU version 78.3.
1.0.1 (2026-02-04)¶
Support older macOS versions: 10.9 on Intel and 11.0 on Apple Silicon.
1.0.0 (2026-02-03)¶
Embed ICU version 78.2 consistently in wheels across all platforms, via the custom ICU4C build repository, icu4c-builds.
Stop shipping wheels for 32-bit platforms.
Ship wheels for Windows.
Add
breakersmodule for text boundary analysis of characters, words, lines, and sentences.Add
repr()implementations toLocaleandMessageFormat.Add
MessageFormat.patternandMessageFormat.localeproperties to expose the pattern string and locale.
0.2.0 (2026-01-20)¶
Add
icu_versionandicu_version_infoto expose the ICU library version.Add
Localeclass and extendMessageFormatto accept it.Expand
MessageFormat.format()to supportdecimal.Decimal,date, anddatetimevalues.Make
MessageFormat.format()support large integers that would overflowint64, rather than raising an error.Allow
MessageFormatto be subclassed.
0.1.0 (2026-01-09)¶
First release on PyPI.