Skip to content

Releases: geosiris-technologies/energyml-python

v1.9.0

02 Oct 23:54
389dd4a
Compare
Choose a tag to compare

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

03 Sep 10:35
Compare
Choose a tag to compare

bugfix : obj_ prefixed classe xml serialization fixe : namespace was missing

v1.8.5

02 Sep 15:44
4223c32
Compare
Choose a tag to compare
  • access to property kind by uuid and better validation

  • bugfix : obj_ prefix is now printed for resqml201 objects

v1.8.4

25 Jun 15:18
694e6dd
Compare
Choose a tag to compare
  • adding type tips in random data generation if type not found

  • bugfix for h5 dataset reading

  • including json property dict

v1.8.3

21 Mar 00:33
Compare
Choose a tag to compare
  • bugfix

v1.8.2

20 Mar 16:05
cb8b780
Compare
Choose a tag to compare
  • 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

07 Mar 23:58
6113561
Compare
Choose a tag to compare
  • Bugfix
    • random object generation was failing with dates. Now it works.
    • epc.as_dor(...) function was not setting "content_type" attribute

v1.8.0

29 Jan 14:17
0e45d74
Compare
Choose a tag to compare
  • possibility to add object to an existing epc instance

  • bugfix for vertical Axis

  • allow python 3.9

v1.7.0

10 Dec 16:14
50bd141
Compare
Choose a tag to compare
  • New poetry scripts
  • Mesh reading of resqml22.Grid2dRepresentation (WIP)

v1.6.0

16 Jul 15:01
13aa0b2
Compare
Choose a tag to compare
  • Epc is now a workspace

  • Utility functions to ease the creation of an epc from scratch

  • Removing crs ZincreasingDownard displacement in default Grid2D read. The CRS displacement has been moved in a specific function

  • SubRepresentation read as Mesh