File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 ================================
33 * Make sure automatic conversion of character arrays <--> string arrays works for Unicode strings (issue #1440).
44 (previously only worked correctly for encoding="ascii").
5- * Add netcdf plugins (blosc, zstd, bzip2) in wheels
5+ * Add netcdf plugins (blosc, zstd, bzip2) in wheels. Blosc plugin doesn't work in Windows wheels.
6+ Macos wheels now use conda provided libs. (PR #1450)
67
78 version 1.7.3 (tag v1.7.3rel)
89 =============================
Original file line number Diff line number Diff line change 1- """ Version 1.7.3
1+ """ Version 1.7.4
22-------------
33
44# Introduction
@@ -1279,7 +1279,7 @@ import sys
12791279import functools
12801280from typing import Union
12811281
1282- __version__ = " 1.7.3 "
1282+ __version__ = " 1.7.4 "
12831283
12841284# Initialize numpy
12851285import posixpath
You can’t perform that action at this time.
0 commit comments