Fmu-dataio

Latest version: v2.10.0

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

Scan your dependencies

Page 1 of 15

2.10.0

What's Changed
* FIX: Fix standard table index for volumes by tnatt in https://github.com/equinor/fmu-dataio/pull/999
* FIX: Fix bug in writing new schema by mferrera in https://github.com/equinor/fmu-dataio/pull/996
* ENH: Add standard table index column for `relperm` by tnatt in https://github.com/equinor/fmu-dataio/pull/1000
* MAINT: Move exceptions from _definitions to exceptions file by tnatt in https://github.com/equinor/fmu-dataio/pull/1001
* CI: Run tests from github worklow by slangeveld in https://github.com/equinor/fmu-dataio/pull/1006
* DOC: Add schema versioning scheme by mferrera in https://github.com/equinor/fmu-dataio/pull/983
* CI: Remove mypy check on 'staging' by mferrera in https://github.com/equinor/fmu-dataio/pull/1013
* MAINT: Add extra required info for standard_table_index by tnatt in https://github.com/equinor/fmu-dataio/pull/1015
* CI: Pin Sphinx==8.1.3 by tnatt in https://github.com/equinor/fmu-dataio/pull/1018
* DOC: Add tips and guidelines for schemas by mferrera in https://github.com/equinor/fmu-dataio/pull/1014
* DEP: Deprecate content as dict input, split in two arguments by tnatt in https://github.com/equinor/fmu-dataio/pull/1016
* TST: Register skip_inside_rmsvenv as pytest marker by tnatt in https://github.com/equinor/fmu-dataio/pull/1024
* TST: Update tests and examples with new content_metadata argument by tnatt in https://github.com/equinor/fmu-dataio/pull/1028
* MAINT: Add warning if content_metadata is not required by tnatt in https://github.com/equinor/fmu-dataio/pull/1026
* DOC: Update pydantic autosummary by mferrera in https://github.com/equinor/fmu-dataio/pull/1022
* FIX: Use backup 'KOMODO_RELEASE' if it exists by mferrera in https://github.com/equinor/fmu-dataio/pull/1030
* FIX: Use content to find correct standard table_index for tables by tnatt in https://github.com/equinor/fmu-dataio/pull/1008
* FIX: Require a valid config for standard_result exports by tnatt in https://github.com/equinor/fmu-dataio/pull/1035
* TST: Fix test failing within komodo by tnatt in https://github.com/equinor/fmu-dataio/pull/1036
* DEV: Add pull request template by mferrera in https://github.com/equinor/fmu-dataio/pull/1037
* DOC: Template contractual items by mferrera in https://github.com/equinor/fmu-dataio/pull/1041
* TYP: Add py.typed marker by mferrera in https://github.com/equinor/fmu-dataio/pull/1044
* DEP: Deprecate all mentions of 'data.product' by mferrera in https://github.com/equinor/fmu-dataio/pull/1039
* CI: Add new Ert Ubuntu dependency by mferrera in https://github.com/equinor/fmu-dataio/pull/1051
* FIX: Use dev schema in Komodo bleeding by mferrera in https://github.com/equinor/fmu-dataio/pull/1054
* ENH: Add simplified export for depth prediction surfaces by tnatt in https://github.com/equinor/fmu-dataio/pull/1033
* Replace import ert.config with ert by andreas-el in https://github.com/equinor/fmu-dataio/pull/1064
* ENH: Stricter validation for specification fields by tnatt in https://github.com/equinor/fmu-dataio/pull/1065
* ENH: Schema 0.9.0 updates by tnatt in https://github.com/equinor/fmu-dataio/pull/1042
* MAINT: Add FileFormat enum to schema by tnatt in https://github.com/equinor/fmu-dataio/pull/1050

New Contributors
* andreas-el made their first contribution in https://github.com/equinor/fmu-dataio/pull/1064

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

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

Page 1 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.