Skip to content

Releases: weaverba137/hpsspy

Improvements for batch processing

17 Jul 23:00
0.7.0
64bef52
Compare
Choose a tag to compare
  • missing_from_hpss will proceed through all stages, even if serious errors are detected, to facilitate batch processing. The older behavior can be enabled with --exit-on-error.
  • Fix error handling for a variety of corner cases.
  • Increase test coverage to 100%.

See PR #15 for details.

Metadata update

20 May 21:07
0.6.1
daef2b4
Compare
Choose a tag to compare

This release is a change to metadata only due to a malformed PyPI upload.

Support for high-precision timestamps

20 May 20:51
0.6.0
52d21aa
Compare
Choose a tag to compare

This release solves a long-standing issue with obtaining high-precision timestamps for files on HPSS.

In addition, some reorganization of the package infrastructure and metadata was done, but this does not affect the user-facing API.

Bug fix: severity of certain errors

20 Aug 22:09
0.5.1
Compare
Choose a tag to compare

This bug fix reduces the severity of certain errors. There are no API changes. See the changes.rst file for details.

Enhanced Configuration

19 May 04:21
0.5.0
Compare
Choose a tag to compare

This release:

  • Drops support for Python 2.
  • Has no significant API changes.
  • Changes to the underlying library:
    • Allow more advanced backup configuration.
    • Detect newer files on disk, even for an existing backup.

See the doc/changes.rst file for more details.

Bug fix: find additional directory name corner cases.

29 Jan 18:23
0.4.2
Compare
Choose a tag to compare

This release fixes a bug that prevented some other directory from names being processed correctly. See PR #6 for details.

Bug fix: allow directory names to contain underscores.

16 Jan 23:32
0.4.1
Compare
Choose a tag to compare

This release fixes a bug that prevented some directory names containing underscores from being processed correctly. See PR #4 for details.

Additional documentation and quality assurance

11 Aug 00:21
0.4.0
Compare
Choose a tag to compare

This release adds documentation and quality assurance checks. See PR #2 for more details.

Package Cleanup Release

18 Jan 18:57
0.3.0
Compare
Choose a tag to compare

This release updates and simplifies the package structure, but does not make significant API changes.

First PyPI release

22 Apr 21:00
Compare
Choose a tag to compare

With tag 0.2.1, hpsspy is now available on PyPI.