Releases: geosiris-technologies/energyml-python
Releases · geosiris-technologies/energyml-python
1.9.2
- Fixed EPC stream class :
- Reading and HDF5 issues.
- Fixed object version handling.
- Fixed handling of prefixed classes and object generation.
- Added proper handling for empty EPC files.
- Added support for forcing an HDF5 path.
- Ensured parent directories are created when generating an EPC file.
1.9.1
Bugfix
v1.9.0
Bug fix :
- Property dictionnary access
- DOR reading with epc.as_dor() function
- set_attribute_from_path: take care of list parent
New :
- Epc/Object validations have been improved.
- New function to ease upload of data arrays to etp server (to get the proxy uri or the uri of the object itself) : energyml.utils.data.datasets_io.get_proxy_uri_for_path_in_external(...)
- Regex optimisation by using precompiled ones
- New class for huge file : EpcStreamReader
v1.8.6
bugfix : obj_ prefixed classe xml serialization fixe : namespace was missing
v1.8.5
-
access to property kind by uuid and better validation
-
bugfix : obj_ prefix is now printed for resqml201 objects
v1.8.4
-
adding type tips in random data generation if type not found
-
bugfix for h5 dataset reading
-
including json property dict
v1.8.3
- bugfix
v1.8.2
- improving @as_dor function and make it work with uris and dict
- avoid NaN in json serialization
- making @get_class_fields working for C++ proxy objects
v1.8.1
- Bugfix
- random object generation was failing with dates. Now it works.
- epc.as_dor(...) function was not setting "content_type" attribute
v1.8.0
-
possibility to add object to an existing epc instance
-
bugfix for vertical Axis
-
allow python 3.9