Releases: equinor/fmu-dataio
Releases · equinor/fmu-dataio
2.8.0
Enhancements
- ENH: Add ExportResult class by @tnatt in #882
- ENH: Simplify export_volumetrics by @tnatt in #859
- ENH: Support timedata as list of dates by @tnatt in #885
- ENH: Add 'simulationtimeseries' content type by @mferrera in #897
- ENH: Add FLUID column and simplify column names in inplace_volumes by @tnatt in #916
- ENH: Set table_index explicit in inplace_volume export by @tnatt in #905
Fixes
- FIX: Remove config_path as argument to rms volumes export by @tnatt in #889
- FIX: Update documentation for export_inplace_volumes by @tnatt in #887
- FIX: Re-add 'timeseries' index without duplication by @mferrera in #902
- FIX: Add missing NET column in inplace_volumes table by @tnatt in #919
Other
- BLD: Pin pydantic to < 2.10 as ERT have done by @slangeveld in #873
- MAINT: Use schema generator to modify schema dump by @mferrera in #892
- CI: Run most actions with Python 3.11 by @mferrera in #899
- CI: Pin sumo-uploader for Python 3.8 workflow by @mferrera in #913
- TST: Add exportvolumetrics fixture by @tnatt in #921
Full Changelog: 2.7.0...2.8.0
2.7.0
Enhancements
- ENH: Calculate hashes in memory by @tnatt in #846
- ENH: Add ert simulation mode to object metadata by @mferrera in #867
- ENH: Add zonation with layer range info to grid metadata by @tnatt in #865
Deprecations
- DEP: Stop adding parameters into the object metadata by @tnatt in #847
- DEP: Writing metadata on json format by @tnatt in #858
Documentation
Other
- Switch to Erts newer plugin system by @berland in #856
- CI: Add 'staging' radix environment by @mferrera in #863
Full Changelog: 2.6.1...2.7.0
2.6.1
2.6.0
What's Changed
- MAINT: Unpin pyarrow-stubs package version by @slangeveld in #783
- DEP: Change to deprecation warning for content not provided by @tnatt in #786
- DOC: Updates to examples according to latest changes by @tnatt in #788
- ENH: Add realization and iteration object metadata definitions by @equinor-ruaj in #785 (changed in
2.5.0
) - ENH: Reduce warnings emitted when config is not valid by @tnatt in #791
- DOC: Update vertical_domain in ExportData example by @tnatt in #792
- ENH: Add
num_columns
,num_rows
to table spec by @mferrera in #784 - MAINT: Remove fmu_meta.json from radix container by @tnatt in #801
- ENH: Do not call generate_metadata() on export when config is not valid by @tnatt in #793
- MAINT: Refactor to remove the _usefmtflag by @tnatt in #802
- REV: Set depth as default vertical_domain by @tnatt in #807 (changed in
2.5.0
) - Use positional arguments for CaseOnDisk by @equinor-ruaj in #809 (changed in
2.5.1
) - BUG: Resolve restart_path correctly by @tnatt in #811 (changed in
2.5.0
) - FIX, DEP: rename from export_rms_volumetrics to export_volumetrics by @jcrivenaes in #798 (changed in
2.5.0
) - FIX: add experimental decorator on export_volumetrics() by @jcrivenaes (changed in
2.5.0
) - FIX: Give Optionals a default value by @mferrera in #818
- FIX: Add
data.geometry
as contractual by @mferrera in #821 - MAINT: Fix pydantic serialization warning by @tnatt in #824
- Fix doc link and parallelize doc build by @mferrera in #825
- ENH: Support restart cases with no iteration folder by @tnatt in #827
- DEP: Add deprecation warning to generate_aggregation_metadata() by @tnatt in #831
- BLD: Pin sphinx-rtd-theme<3.0.0 by @tnatt in #837
- MAINT: Remove warning when using forcefolder by @tnatt in #829
- FIX: Add back support for content='transmissibilities' by @tnatt in #838
- ENH: Add fmu.realization.is_reference to schema by @tnatt in #832
- DEP: Always compute checksum_md5 when generating metadata by @tnatt in #844
- FIX: Set file.checksum_md5 non optional by @tnatt in #841
- TST: Add test to ensure all optional fields have defaults by @tnatt in #834
- TST: Test that all content enums are represented in AnyData by @tnatt in #840
- DEP: Always compute md5 for aggregated objects by @tnatt in #845
New Contributors
- @equinor-ruaj made their first contribution in #785
Full Changelog: 2.4.1...2.6.0
2.5.1
Full Changelog: 2.5.0...2.5.1
2.5.0
Full Changelog: 2.4.1...2.5.0
2.4.1
2.4.0
What's Changed
- ENH: Add dunder accessors to Pydantic RootModels by @ErichSuter in #767
- BLD: Unpin fmu-sumo-uploader by @tnatt in #771
- FIX: Do not convert alias as string to list of characters by @tnatt in #776
- BLD: Unpin Pydantic 2.7.0 by @tnatt in #777
- BUG: Preserve top/base/offset information from config by @tnatt in #773
- MAINT: Replace global_configuration.Asset with fields.Asset by @tnatt in #778
- MAINT: Keep config as pydantic model by @tnatt in #779
- ENH: Validate uuids against pydantic.UUID4 (#759) by @ErichSuter in #780
New Contributors
- @ErichSuter made their first contribution in #767
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- FIX: Require fmu.model info in schema by @tnatt in #685
- MAINT: Make format and extension provider properties by @mferrera in #676
- MAINT: Convert efolder into a property by @mferrera in #680
- MAINT: Make layout, table_index properties by @mferrera in #681
- ENH: Use fmu.model info from casemeta if not provided by @tnatt in #686
- ENH: Make ObjectDataProviders return Pydantic models by @mferrera in #683
- MAINT: Rename AccessLevel enum to Classification by @tnatt in #691
- ENH: Add optional geometry for Grid property by @jcrivenaes in #677
- ENH: Don't persist metadata in ExportData by @mferrera in #692
- DEP: Input rep_include from config by @tnatt in #694
- DOC: Remove unused config argument in ExportPreprocessedData by @tnatt in #699
- BUG: Only append to alias list if not present by @tnatt in #703
- DEP: Deprecate fmu_context='preprocessed' by @tnatt in #648
- BLD: Pin fmu-sumo-uploader == 1.0.7 by @tnatt in #709
- Align FmuContext enum with schema fmu.context.stage by @tnatt in #706
- DEP: Give deprecation warning for arguments in kwargs by @tnatt in #701
- DOC: Auto-generate Pydantic model documentation by @mferrera in #705
- DOC: Add more docstrings with some renaming by @mferrera in #712
- DOC: Fix ReadTheDocs conf location by @mferrera in #714
- ENH: Add rms volumetrics wrapper by @jcrivenaes in #704
- DEV: Add update_schema tool script by @mferrera in #720
- ENH: Add ERT WF to copy preprocessed data by @tnatt in #716
- DOC: Complete
meta
docstrings by @mferrera in #722 - MAINT: Remove redundant drop_nones from case.py by @slangeveld in #729
- DOC: Add data/content docstrings by @mferrera in #726
- DOC: Complete adding docstrings to Pydantic models by @mferrera in #731
- FIX: Allow user input on vertical_domain by @tnatt in #733
- MAINT: Guard type checking imports in TYPE_CHECKING block by @slangeveld in #739
- FIX: Move rms_oneliners.rst into the docs/src folder by @slangeveld in #743
- TST: Remove deprecated patterns in tests to silence warnings by @tnatt in #742
- MAINT: Refactor data model subpackage structure by @mferrera in #737
- TST: improve use of fixtures in rms-related tests by @jcrivenaes in #744
- ENH: Add --force option to script tools/update_schema by @slangeveld in #745
- MAINT: Rename 'InitialCase" class to 'CreateCaseMetadata' by @slangeveld in #746
- ENH: Use Pydantic models to validate metadata in aggregation.py and remove drop_nones by @slangeveld in #750
- MAINT: Remove drop nones function from utils module by @slangeveld in #751
- ENH: Create enum for tracklog event type by @slangeveld in #753
- ENH: Represent the metadata tracklog as a Pydantic RootModel
Tracklog
by @slangeveld in #754 - STY: Update to latest ruff by @tnatt in #758
- DEP: Discontinue legacy schema by @tnatt in #757
- DOC: Fix wrong case metadata filename by @tnatt in #762
- ENH: Add Ert experiment id to FMU metadata block by @slangeveld in #755
- DOC: Add fmu-dataio 3.0 migration guide by @tnatt in #764
- MAINT: Update naming convension for internal data structures by @slangeveld in #766
- BLD: Pin package pyarrow-stubs to version 10.0.1.9 by @slangeveld in #769
New Contributors
- @slangeveld made their first contribution in #729
Full Changelog: 2.2.1...2.3.0