All Versions
42
Latest Version
2.5
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v2.0.5 Changes

    • fixed another build error with ICU < 62
  • v2.0.4 Changes

    • fixed build error with ICU < 62
    • added casemap.h to MANIFEST.in
  • v2.0.3 Changes

    • added support for ICU 62.1
    • added support for CaseMap (without Edits)
  • v2.0.2 Changes

    • added wrappers for Region class and URegionType enum
    • added wrappers for MeasureFormat.formatMeasure and formatMeasurePerUnit
    • fixed build errors with ICU 59.1
    • replaced occurrences of nullptr with NULL, -std=c++11 req'd w/only ICU >= 60
  • v2.0.1 Changes

    • fixed build error with ICU < 53
  • v2.0 Changes

    • made Measure wrapper abstract when building with ICU < 53.1
    • str(Measure) uses NumberFormatter when available
  • v1.9.8 Changes

    • use icu-config for configuring compiler and linker (Constantine Peresypkin)
    • added wrappers for UBidiPairedBracketType enum
    • added wrappers for UWordBreakValues enum
    • added wrappers for UJoiningGroup enum
    • added wrappers for 120+ MeasureUnit static factory methods
    • added wrapper for NoUnit class
    • added wrapper for TimeUnit class
    • added missing Measure constructor(Formattable or number, MeasureUnit)
    • added wrappers for NumberFormatter and related classes and enums, and tests
    • added wrapper for SimpleFormatter and tests
    • fixed bugs in test_LocaleData.py using undefined values (Fredrik Roubert)
    • added wrapper for UMemory and made it UObject's base
    • removed unused docs.py
  • v1.9.7 Changes

    • fixed bugs in "UnicodeString as sequence"; it's a sequence of 16-bit UChar
    • added support for ICU 60.1
  • v1.9.6 Changes

  • v1.9.5 Changes

    • turned icu into a package and moved docs.py into it
    • fixed a bunch of warnings about missing int/int32_t casts
    • added reduced version of missing in < 2.7 check_output() used in setup.py
    • added wrapper for MessageFormat::getFormatNames()
    • added check for ICU_VERSION env variable before calling icu-config
    • added wrappers for static Normalizer2 constructors that appeared in ICU 49
    • hopefully workedaround 'daylight' #define on Windows