Fmu-dataio

Latest version: v2.9.3

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

2.9.3

What's Changed
* DOC: Expand data product documentation by mferrera in https://github.com/equinor/fmu-dataio/pull/981
* DOC: Move to 'furo' theme by mferrera in https://github.com/equinor/fmu-dataio/pull/982
* ENH: Add stricter validation to version fields by mferrera in https://github.com/equinor/fmu-dataio/pull/986
* DOC: Refine inplace volumes doc by mferrera in https://github.com/equinor/fmu-dataio/pull/984
* DOC: Add update schemas instructions by mferrera in https://github.com/equinor/fmu-dataio/pull/985
* ENH: Add stricter validation to md5 by mferrera in https://github.com/equinor/fmu-dataio/pull/987
* ENH: Make fluid contact types an enum by mferrera in https://github.com/equinor/fmu-dataio/pull/988
* DOC: Move example into docstring by mferrera in https://github.com/equinor/fmu-dataio/pull/989
* BLD: Unpin pydantic v2.10 by slangeveld in https://github.com/equinor/fmu-dataio/pull/980


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.9.2...2.9.3

2.9.2

Fixes

* FIX: Open metadata with utf-8 encoding by mferrera in https://github.com/equinor/fmu-dataio/pull/979


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.9.1...2.9.2

2.9.1

Bug fixes

* FIX: Invert default schema URLs by mferrera in https://github.com/equinor/fmu-dataio/pull/971

Code maintenance

* MAINT: Refactor 'schema'/'internal' classes by mferrera in https://github.com/equinor/fmu-dataio/pull/962
* MAINT: Restructure models and schemas by mferrera in https://github.com/equinor/fmu-dataio/pull/963
* MAINT: Relocate all schema classes together by mferrera in https://github.com/equinor/fmu-dataio/pull/965
* MAINT: Stop modifying schemas in Docker by mferrera in https://github.com/equinor/fmu-dataio/pull/967
* MAINT: Define schema inside FmuResults model by tnatt in https://github.com/equinor/fmu-dataio/pull/970


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.9.0...2.9.1

2.9.0

Enhancements
* ENH: Add required volume calculations by tnatt in https://github.com/equinor/fmu-dataio/pull/906
* ENH: Add inplace volumes result and schema by mferrera in https://github.com/equinor/fmu-dataio/pull/894
* ENH: Enumerate inplace volumes table columns by mferrera in https://github.com/equinor/fmu-dataio/pull/926
* ENH: Add data.product to schema by tnatt in https://github.com/equinor/fmu-dataio/pull/904
* ENH: Export inplace volumes table as parquet by mferrera in https://github.com/equinor/fmu-dataio/pull/932
* ENH: Add calculation of water zone volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/925
* ENH: validate inplace volumes with Pydantic by mferrera in https://github.com/equinor/fmu-dataio/pull/934
* ENH: Set Region required in inplace_volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/948
* ENH: Set NET equal BULK if missing in inplace_volumes (948) by tnatt in https://github.com/equinor/fmu-dataio/pull/950
* ENH: Faultroom export - add mapping of juxt.pos. to SMDA names (724) by ErichSuter in https://github.com/equinor/fmu-dataio/pull/884
* ENH: Add product to exported metadata for inplace_volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/956
* ENH: Generalize schema configuration and dumping by mferrera in https://github.com/equinor/fmu-dataio/pull/952
* ENH: Produce inplace volumes result schema by mferrera in https://github.com/equinor/fmu-dataio/pull/957
* ENH: Add release logic to 'update-schema' by mferrera in https://github.com/equinor/fmu-dataio/pull/958

Fixes
* FIX: Remove AnyProduct discriminator mapping by mferrera in https://github.com/equinor/fmu-dataio/pull/935
* FIX: Make volumes product name required by mferrera in https://github.com/equinor/fmu-dataio/pull/937
* FIX: Revert Dockerfile chown by mferrera in https://github.com/equinor/fmu-dataio/pull/947
* FIX: Copy docker files correctly by mferrera in https://github.com/equinor/fmu-dataio/pull/949

Maintenance
* MAINT: Replace column strings with enums in inplace_volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/936
* MAINT: Template schema version and add dev schema url by mferrera in https://github.com/equinor/fmu-dataio/pull/942
* MAINT: Move examples to 'examples/' by mferrera in https://github.com/equinor/fmu-dataio/pull/943
* MAINT: Move nginx.conf to project root by mferrera in https://github.com/equinor/fmu-dataio/pull/944
* MAINT: Move schemas to 'schemas/' by mferrera in https://github.com/equinor/fmu-dataio/pull/945
* MAINT: Drop separate FLUID_COLUMN variable by tnatt in https://github.com/equinor/fmu-dataio/pull/951
* MAINT: Remove now redundant InternalFMU by mferrera in https://github.com/equinor/fmu-dataio/pull/961

Other
* TST: Check required inplace volumes columns by mferrera in https://github.com/equinor/fmu-dataio/pull/940
* CI: Validate schema with AJV by mferrera in https://github.com/equinor/fmu-dataio/pull/941
* STY: Apply more linting rules by mferrera in https://github.com/equinor/fmu-dataio/pull/954
* STY: ruff check pandas, pyupgrade by mferrera in https://github.com/equinor/fmu-dataio/pull/955

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.8.0...2.9.0

2.8.1

Bug fixes

* FIX: Open metadata with utf-8 encoding by mferrera in https://github.com/equinor/fmu-dataio/pull/979

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.8.0...2.8.1

2.8.0

Enhancements
* ENH: Add ExportResult class by tnatt in https://github.com/equinor/fmu-dataio/pull/882
* ENH: Simplify export_volumetrics by tnatt in https://github.com/equinor/fmu-dataio/pull/859
* ENH: Support timedata as list of dates by tnatt in https://github.com/equinor/fmu-dataio/pull/885
* ENH: Add 'simulationtimeseries' content type by mferrera in https://github.com/equinor/fmu-dataio/pull/897
* ENH: Add FLUID column and simplify column names in inplace_volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/916
* ENH: Set table_index explicit in inplace_volume export by tnatt in https://github.com/equinor/fmu-dataio/pull/905

Fixes

* FIX: Remove config_path as argument to rms volumes export by tnatt in https://github.com/equinor/fmu-dataio/pull/889
* FIX: Update documentation for export_inplace_volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/887
* FIX: Re-add 'timeseries' index without duplication by mferrera in https://github.com/equinor/fmu-dataio/pull/902
* FIX: Add missing NET column in inplace_volumes table by tnatt in https://github.com/equinor/fmu-dataio/pull/919

Other
* BLD: Pin pydantic to < 2.10 as ERT have done by slangeveld in https://github.com/equinor/fmu-dataio/pull/873
* MAINT: Use schema generator to modify schema dump by mferrera in https://github.com/equinor/fmu-dataio/pull/892
* CI: Run most actions with Python 3.11 by mferrera in https://github.com/equinor/fmu-dataio/pull/899
* CI: Pin sumo-uploader for Python 3.8 workflow by mferrera in https://github.com/equinor/fmu-dataio/pull/913
* TST: Add exportvolumetrics fixture by tnatt in https://github.com/equinor/fmu-dataio/pull/921


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.7.0...2.8.0

Page 1 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.