File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
23
23
24
24
## [ Unreleased]
25
25
26
+ ## [ 0.3.2] - 2024-01-03
27
+
26
28
* Fixed spurious invalid value warnings when casting between floating point
27
29
types on Mac ARM.
30
+ * Remove ` pybind11 ` build requirement
31
+ * Update C++ sources for compatibility with NumPy 2.0
28
32
29
33
## [ 0.3.1] - 2023-09-22
30
34
@@ -52,7 +56,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
52
56
53
57
* Initial release
54
58
55
- [ Unreleased ] : https://github.com/jax-ml/ml_dtypes/compare/v0.3.1...HEAD
59
+ [ Unreleased ] : https://github.com/jax-ml/ml_dtypes/compare/v0.3.2...HEAD
60
+ [ 0.3.2 ] : https://github.com/jax-ml/ml_dtypes/compare/v0.3.1...v0.3.2
56
61
[ 0.3.1 ] : https://github.com/jax-ml/ml_dtypes/compare/v0.3.0...v0.3.1
57
62
[ 0.3.0 ] : https://github.com/jax-ml/ml_dtypes/compare/v0.2.0...v0.3.0
58
63
[ 0.2.0 ] : https://github.com/jax-ml/ml_dtypes/compare/v0.1.0...v0.2.0
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = '0.3.1 ' # Keep in sync with pyproject.toml:version
15
+ __version__ = '0.3.2 ' # Keep in sync with pyproject.toml:version
16
16
__all__ = [
17
17
'__version__' ,
18
18
'bfloat16' ,
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " ml_dtypes"
3
- version = " 0.3.1 " # Keep in sync with ml_dtypes/__init__.py:__version__
3
+ version = " 0.3.2 " # Keep in sync with ml_dtypes/__init__.py:__version__
4
4
description = " "
5
5
readme = " README.md"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments