Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

60 lines (41 loc) · 1.92 KB

Changelog

  • Fixed spurious invalid value warnings when casting between floating point types on Mac ARM.

0.3.1 - 2023-09-22

  • Added support for int4 casting to wider integers such as int8
  • Addes support to cast np.float32 and np.float64 into int4

0.3.0 - 2023-09-19

  • Dropped support for Python 3.8, following NEP 29.
  • Added support for Python 3.12.
  • Removed deprecated name ml_dtypes.float8_e4m3b11; use ml_dtypes.float8_e4m3b11fnuz instead.

0.2.0 - 2023-06-06

  • New features:

    • added new 4-bit integer types: ml_dtypes.int4 and ml_dtypes.uint4
  • Deprecations:

    • ml_dtypes.float8_e4m3b11 has been renamed to ml_dtypes.float8_e4m3b11fnuz for more consistency with other dtype names. The former name will still be available until version 0.3.0, but will raise a deprecation warning.

0.1.0 - 2023-04-11

  • Initial release