Release 1.0.4 of pyhandle library
Release date
Released 2021-02-04 by Merret Buurman, DKRZ GmbH
Changes since 1.0.3:
PR31 / PR33
- Fixed a bug in the unit tests that led to false positive test results, and fixed those tests too.
- Added two convenience functions to create handles more easily: register_handle_kv(..) and register_handle_json(...).
- Added a NotImplemented exception for an argument that is not treated.
- Some simplification of code in the REST client.
- Removed logging-handler, which should not be present in a library, and which made all log statements be printed double to stdout.
- Convenience: Import the relevant submodules in init.py.
PR 28
- Merged the devel branch to master to allow running the software on Python >3.5
- Fixed some errors in the documentation
- Made minor adjustments to the README