Skip to content

Releases: EUDAT-B2HANDLE/B2HANDLE

Release 1.1.2 of the B2Handle Python library as developed within EUDAT.

07 Oct 13:14
256b5a9
Compare
Choose a tag to compare

Changes since 1.1.1

  • Added support for Python 3.6 and 3.7
  • Minor doc update.

B2Handle 1.1.1

15 Feb 14:06
Compare
Choose a tag to compare

Release 1.1.1 of the B2Handle Python library as developed within EUDAT.

Changes since 1.1.0

  • Bug fixed (#117).
  • Documentation updated.

B2Handle 1.1.0

10 Feb 14:42
Compare
Choose a tag to compare

Release 1.1.0 of the B2Handle Python library as developed within EUDAT.

Changes since 1.0.3

  • Add Python 3 support
  • Update documentation

B2Handle 1.0.3

21 Jul 14:46
Compare
Choose a tag to compare

Release 1.0.3 of the B2Handle Python library as developed within EUDAT.

Changes since 1.0.2:

  • Handle modifications are done by index, instead of overwriting the entire record
  • Documentation was improved
  • Tests can now be run using "python setup.py test"
  • Bugs were fixed, e.g. in search module (#90) or in handle creation (#84)
  • Imports were fixed
  • Version number is stored in only one place

B2Handle 1.0.2

11 May 10:55
Compare
Choose a tag to compare

Release 1.0.2 of the B2Handle Python library as developed within EUDAT.

Changes since 1.0.1:

  • Improved unicode handling
  • Searching for checksums only is now possible (depends on external search servlet, which is not part of B2Handle)
  • Improved documentation

B2Handle 1.0.1

12 Apr 15:17
Compare
Choose a tag to compare

Release 1.0.1 of the B2Handle Python library as developed within EUDAT.

Changes since 1.0.0:

  • HTTPS verification now supports a custom CA file.
  • Minor updated to the documentation, particularly on generation of certificates and keys.

B2Handle 1.0.0

22 Feb 16:24
Compare
Choose a tag to compare

Initial release of the B2Handle Python library as developed within EUDAT.
Features include:

  • Full CRUD operations on Handles
  • Additional support for managing 10320/loc entries and local Handle search
  • Multiple configuration and instantiation options
  • Compatible with Handle System 8.1.0
  • Supports Python 2.6 and 2.7
  • Ensured quality through continuous integration