Skip to content

Releases: NCAR/ASAPPyTools

Version 0.6.2

30 Jan 19:07
Compare
Choose a tag to compare

This release includes some bug fixes and cleanup. Moving to a fork-based gitflow, therefore removing the devel branch.

Version 0.6.1

30 Jan 18:49
e32d22e
Compare
Choose a tag to compare

This release updates the repository to add continuous integration with CircleCI and automatic documentation with readthedocs.

Version 0.6.0 Released!

09 Jan 20:23
Compare
Choose a tag to compare

This release allows for support of all Python 2.6+ (including Python 3+).

Also some bugfixes.

Version 0.5.5 Release

06 Mar 00:53
Compare
Choose a tag to compare
Merge pull request #10 from NCAR/devel

Bumping version

Version 0.5.4 Release

04 Mar 20:48
Compare
Choose a tag to compare

This is bugfix release for send/recv bufferable detection of special Numpy datatypes (C-style char arrays)

Version 0.5.3 Release

04 Mar 00:12
Compare
Choose a tag to compare
Merge pull request #7 from NCAR/devel

Updates for PyPI release

Version 0.5.2 Release

03 Mar 23:50
Compare
Choose a tag to compare

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

02 Mar 23:41
Compare
Choose a tag to compare

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

02 Mar 22:37
Compare
Choose a tag to compare

This includes a number of changes, including the ability to message MaskedArrays (instead of just NDArrays).

v0.4.3

29 Jun 19:19
Compare
Choose a tag to compare
Bugfix