Releases: NCAR/ASAPPyTools
Releases · NCAR/ASAPPyTools
Version 0.6.2
Version 0.6.1
This release updates the repository to add continuous integration with CircleCI and automatic documentation with readthedocs.
Version 0.6.0 Released!
This release allows for support of all Python 2.6+ (including Python 3+).
Also some bugfixes.
Version 0.5.5 Release
Merge pull request #10 from NCAR/devel Bumping version
Version 0.5.4 Release
This is bugfix release for send/recv bufferable detection of special Numpy datatypes (C-style char arrays)
Version 0.5.3 Release
Merge pull request #7 from NCAR/devel Updates for PyPI release
Version 0.5.2 Release
This version is required to get the changes introduced in v0.5.1 to work with mpi4py versions <2.0.0.
All tests pass.
Version 0.5.1 Release
This is an extension of the Numpy data-checking in version 0.5.0. This now adds a check on the dtype of the Numpy array data to determine if it is an "acceptable" type for buffering (C-types).
Version 0.5.0 Release
This includes a number of changes, including the ability to message MaskedArrays (instead of just NDArrays).