Fmu-dataio

Latest version: v2.5.0

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

Scan your dependencies

Page 1 of 13

2.5.0

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.4.1...2.5.0

2.4.1

What's Changed
* Revert "ENH: Validate uuids against pydantic.UUID4 (759)" by mferrera in https://github.com/equinor/fmu-dataio/pull/781


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.4.0...2.4.1

2.4.0

What's Changed
* ENH: Add dunder accessors to Pydantic RootModels by ErichSuter in https://github.com/equinor/fmu-dataio/pull/767
* BLD: Unpin fmu-sumo-uploader by tnatt in https://github.com/equinor/fmu-dataio/pull/771
* FIX: Do not convert alias as string to list of characters by tnatt in https://github.com/equinor/fmu-dataio/pull/776
* BLD: Unpin Pydantic 2.7.0 by tnatt in https://github.com/equinor/fmu-dataio/pull/777
* BUG: Preserve top/base/offset information from config by tnatt in https://github.com/equinor/fmu-dataio/pull/773
* MAINT: Replace global_configuration.Asset with fields.Asset by tnatt in https://github.com/equinor/fmu-dataio/pull/778
* MAINT: Keep config as pydantic model by tnatt in https://github.com/equinor/fmu-dataio/pull/779
* ENH: Validate uuids against pydantic.UUID4 (759) by ErichSuter in https://github.com/equinor/fmu-dataio/pull/780

New Contributors
* ErichSuter made their first contribution in https://github.com/equinor/fmu-dataio/pull/767

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.3.0...2.4.0

2.3.0

What's Changed
* FIX: Require fmu.model info in schema by tnatt in https://github.com/equinor/fmu-dataio/pull/685
* MAINT: Make format and extension provider properties by mferrera in https://github.com/equinor/fmu-dataio/pull/676
* MAINT: Convert efolder into a property by mferrera in https://github.com/equinor/fmu-dataio/pull/680
* MAINT: Make layout, table_index properties by mferrera in https://github.com/equinor/fmu-dataio/pull/681
* ENH: Use fmu.model info from casemeta if not provided by tnatt in https://github.com/equinor/fmu-dataio/pull/686
* ENH: Make ObjectDataProviders return Pydantic models by mferrera in https://github.com/equinor/fmu-dataio/pull/683
* MAINT: Rename AccessLevel enum to Classification by tnatt in https://github.com/equinor/fmu-dataio/pull/691
* ENH: Add optional geometry for Grid property by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/677
* ENH: Don't persist metadata in ExportData by mferrera in https://github.com/equinor/fmu-dataio/pull/692
* DEP: Input rep_include from config by tnatt in https://github.com/equinor/fmu-dataio/pull/694
* DOC: Remove unused config argument in ExportPreprocessedData by tnatt in https://github.com/equinor/fmu-dataio/pull/699
* BUG: Only append to alias list if not present by tnatt in https://github.com/equinor/fmu-dataio/pull/703
* DEP: Deprecate fmu_context='preprocessed' by tnatt in https://github.com/equinor/fmu-dataio/pull/648
* BLD: Pin fmu-sumo-uploader == 1.0.7 by tnatt in https://github.com/equinor/fmu-dataio/pull/709
* Align FmuContext enum with schema fmu.context.stage by tnatt in https://github.com/equinor/fmu-dataio/pull/706
* DEP: Give deprecation warning for arguments in kwargs by tnatt in https://github.com/equinor/fmu-dataio/pull/701
* DOC: Auto-generate Pydantic model documentation by mferrera in https://github.com/equinor/fmu-dataio/pull/705
* DOC: Add more docstrings with some renaming by mferrera in https://github.com/equinor/fmu-dataio/pull/712
* DOC: Fix ReadTheDocs conf location by mferrera in https://github.com/equinor/fmu-dataio/pull/714
* ENH: Add rms volumetrics wrapper by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/704
* DEV: Add update_schema tool script by mferrera in https://github.com/equinor/fmu-dataio/pull/720
* ENH: Add ERT WF to copy preprocessed data by tnatt in https://github.com/equinor/fmu-dataio/pull/716
* DOC: Complete `meta` docstrings by mferrera in https://github.com/equinor/fmu-dataio/pull/722
* MAINT: Remove redundant drop_nones from case.py by slangeveld in https://github.com/equinor/fmu-dataio/pull/729
* DOC: Add data/content docstrings by mferrera in https://github.com/equinor/fmu-dataio/pull/726
* DOC: Complete adding docstrings to Pydantic models by mferrera in https://github.com/equinor/fmu-dataio/pull/731
* FIX: Allow user input on vertical_domain by tnatt in https://github.com/equinor/fmu-dataio/pull/733
* MAINT: Guard type checking imports in TYPE_CHECKING block by slangeveld in https://github.com/equinor/fmu-dataio/pull/739
* FIX: Move rms_oneliners.rst into the docs/src folder by slangeveld in https://github.com/equinor/fmu-dataio/pull/743
* TST: Remove deprecated patterns in tests to silence warnings by tnatt in https://github.com/equinor/fmu-dataio/pull/742
* MAINT: Refactor data model subpackage structure by mferrera in https://github.com/equinor/fmu-dataio/pull/737
* TST: improve use of fixtures in rms-related tests by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/744
* ENH: Add --force option to script tools/update_schema by slangeveld in https://github.com/equinor/fmu-dataio/pull/745
* MAINT: Rename 'InitialCase" class to 'CreateCaseMetadata' by slangeveld in https://github.com/equinor/fmu-dataio/pull/746
* ENH: Use Pydantic models to validate metadata in aggregation.py and remove drop_nones by slangeveld in https://github.com/equinor/fmu-dataio/pull/750
* MAINT: Remove drop nones function from utils module by slangeveld in https://github.com/equinor/fmu-dataio/pull/751
* ENH: Create enum for tracklog event type by slangeveld in https://github.com/equinor/fmu-dataio/pull/753
* ENH: Represent the metadata tracklog as a Pydantic RootModel `Tracklog` by slangeveld in https://github.com/equinor/fmu-dataio/pull/754
* STY: Update to latest ruff by tnatt in https://github.com/equinor/fmu-dataio/pull/758
* DEP: Discontinue legacy schema by tnatt in https://github.com/equinor/fmu-dataio/pull/757
* DOC: Fix wrong case metadata filename by tnatt in https://github.com/equinor/fmu-dataio/pull/762
* ENH: Add Ert experiment id to FMU metadata block by slangeveld in https://github.com/equinor/fmu-dataio/pull/755
* DOC: Add fmu-dataio 3.0 migration guide by tnatt in https://github.com/equinor/fmu-dataio/pull/764
* MAINT: Update naming convension for internal data structures by slangeveld in https://github.com/equinor/fmu-dataio/pull/766
* BLD: Pin package pyarrow-stubs to version 10.0.1.9 by slangeveld in https://github.com/equinor/fmu-dataio/pull/769

New Contributors
* slangeveld made their first contribution in https://github.com/equinor/fmu-dataio/pull/729

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.2.1...2.3.0

2.2.1

What's Changed
* MAINT: Refactor ObjectDataProvider base class by mferrera in https://github.com/equinor/fmu-dataio/pull/667
* FIX: Support giving in arguments on export for preprocessed data by tnatt in https://github.com/equinor/fmu-dataio/pull/678
* FIX: Convert fluid contact to lowercase by mferrera in https://github.com/equinor/fmu-dataio/pull/679


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.2.0...2.2.1

2.2.0

What's Changed
* BUG: 2D/3D BoundingBox2D, mark iter.id Optional by janbjorge in https://github.com/equinor/fmu-dataio/pull/534
* CLN: Move fmu_context validation for non-fmu runs to ExportData by tnatt in https://github.com/equinor/fmu-dataio/pull/533
* FIX: Avoid overwriting config from env if explicitly given by tnatt in https://github.com/equinor/fmu-dataio/pull/535
* TST: Imp. sumo explorer validater perf. by janbjorge in https://github.com/equinor/fmu-dataio/pull/536
* BUG: Update ssdl.accsess_level if depricated value by janbjorge in https://github.com/equinor/fmu-dataio/pull/541
* CLN: Switch to pydantic for access field in metadata class by tnatt in https://github.com/equinor/fmu-dataio/pull/539
* TST: Imp. sumo explorer validater perf. part two by janbjorge in https://github.com/equinor/fmu-dataio/pull/543
* CLN: Refactor ObjectDataProvider by mferrera in https://github.com/equinor/fmu-dataio/pull/545
* CLN: Move providers to providers subpackage by mferrera in https://github.com/equinor/fmu-dataio/pull/546
* CLN: Separate spec and bbox derivation by mferrera in https://github.com/equinor/fmu-dataio/pull/547
* CLN: Change to Path inside FileDataProvider by tnatt in https://github.com/equinor/fmu-dataio/pull/549
* FIX: Add missing table_index to schema by tnatt in https://github.com/equinor/fmu-dataio/pull/553
* FIX: Add display to schema by tnatt in https://github.com/equinor/fmu-dataio/pull/555
* CLN: Stop support for creating metadata with old time format by tnatt in https://github.com/equinor/fmu-dataio/pull/559
* CLN: Create ExistingDataProvider directly by mferrera in https://github.com/equinor/fmu-dataio/pull/560
* CLN: Further split up ObjectData providers by mferrera in https://github.com/equinor/fmu-dataio/pull/561
* CI: Update actions using deprecated node.js by mferrera in https://github.com/equinor/fmu-dataio/pull/563
* CLN: Deprecate reuse_metadata_rule argument by tnatt in https://github.com/equinor/fmu-dataio/pull/568
* CLN: Use pydantic for filedata by tnatt in https://github.com/equinor/fmu-dataio/pull/570
* CLN: Use pydantic for internal MetaData by tnatt in https://github.com/equinor/fmu-dataio/pull/550
* CLN: Adjust ObjectDataProvider typing by mferrera in https://github.com/equinor/fmu-dataio/pull/566
* FIX: Make `FMUDateTime.value` a proper datetime by mferrera in https://github.com/equinor/fmu-dataio/pull/576
* ENH: include (fault) surfaces from FaultRoom plugin by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/492
* FIX: additional patch on fault room format by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/578
* FIX: Move export folder creation to export method by tnatt in https://github.com/equinor/fmu-dataio/pull/580
* TST: change to tmp_path dir for all export tests by tnatt in https://github.com/equinor/fmu-dataio/pull/581
* CLN: Update FmuContext values to lowercase member names by tnatt in https://github.com/equinor/fmu-dataio/pull/582
* ENH: Add precision to contractual `tracklog` items by mferrera in https://github.com/equinor/fmu-dataio/pull/584
* TST: Change to correct model key format in tests by tnatt in https://github.com/equinor/fmu-dataio/pull/587
* ENH: Set fmu_context from env variables if not explicitly given by tnatt in https://github.com/equinor/fmu-dataio/pull/586
* CLN: Collect deprecations in same function by tnatt in https://github.com/equinor/fmu-dataio/pull/589
* CLN: Move validation of workflow key by tnatt in https://github.com/equinor/fmu-dataio/pull/590
* FIX: Add missing description to global_configuration.Model by tnatt in https://github.com/equinor/fmu-dataio/pull/596
* CLN: Use FMUCase model from schema in CaseSchema by tnatt in https://github.com/equinor/fmu-dataio/pull/594
* BLD: pin pydantic < 2.7.0 by mferrera in https://github.com/equinor/fmu-dataio/pull/610
*  CLN: Deprecate table_include_index by tnatt in https://github.com/equinor/fmu-dataio/pull/609
* BUG: Handle content that requires extra info in AggregatedData by tnatt in https://github.com/equinor/fmu-dataio/pull/606
* CLN: Use pydantic in FmuProvider by tnatt in https://github.com/equinor/fmu-dataio/pull/599
* CLN: Deprecate unused realization argument by tnatt in https://github.com/equinor/fmu-dataio/pull/613
* Add support for cases without iteration folder by tnatt in https://github.com/equinor/fmu-dataio/pull/614
* CLN: Drop support for fmu_context='case_symlink_realization' by tnatt in https://github.com/equinor/fmu-dataio/pull/616
* CLN: Refactor export path logic by tnatt in https://github.com/equinor/fmu-dataio/pull/621
* CLN: Refactor filestem construction by tnatt in https://github.com/equinor/fmu-dataio/pull/623
* DOC: Synch Get Started docs with SMDA changes. by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/627
* Initialize ExportData with tmp config obj from AggregatedData. by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/626
* FIX: Use typehint from typing for workflow by tnatt in https://github.com/equinor/fmu-dataio/pull/631
* ENH: Add classification and rep_include argument by tnatt in https://github.com/equinor/fmu-dataio/pull/628
* CLN: Remove unused volumetrics and inplace_volumes contents. by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/637
* ENH/CLN: Add name_area content (Area of Interest), some cleaning and add content-specific tests by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/636
* ENH: Add UserWarning with 'Getting started' link by tnatt in https://github.com/equinor/fmu-dataio/pull/638
* MAINT: Refactor AllowedContent by tnatt in https://github.com/equinor/fmu-dataio/pull/639
* DEP: Stop support for absolute paths in 'forcefolder' by tnatt in https://github.com/equinor/fmu-dataio/pull/642
* MAINT: Simplify rootpath establishment by tnatt in https://github.com/equinor/fmu-dataio/pull/643
* REV: Support casepath argument outside of ExportData by tnatt in https://github.com/equinor/fmu-dataio/pull/645
* TST: Fix inproper environment framework by tnatt in https://github.com/equinor/fmu-dataio/pull/647
* BUG: Fix data.spec not resolved properly by pydantic by tnatt in https://github.com/equinor/fmu-dataio/pull/651
* FIX: Switch order of bbox types by tnatt in https://github.com/equinor/fmu-dataio/pull/655
* FIX: Handle surfaces with only undefined values by tnatt in https://github.com/equinor/fmu-dataio/pull/656
* API: Export pyarrow as parquet by daniel-sol in https://github.com/equinor/fmu-dataio/pull/652
* ENH: Return BaseModel from bbox getters by mferrera in https://github.com/equinor/fmu-dataio/pull/658
* ENH: Return BaseModel from spec getters by mferrera in https://github.com/equinor/fmu-dataio/pull/659
* ENH: Add Provider base class by mferrera in https://github.com/equinor/fmu-dataio/pull/657
* MAINT: Move workflow conversion to silence warning by tnatt in https://github.com/equinor/fmu-dataio/pull/661
* ENH: Implement ObjectDataProvider as a Provider by mferrera in https://github.com/equinor/fmu-dataio/pull/663
* FIX: Support unit input as None by tnatt in https://github.com/equinor/fmu-dataio/pull/665
* MAINT: Split out preprocessed logic into separate class by tnatt in https://github.com/equinor/fmu-dataio/pull/660
* DEP: Drop support for adding jobs.json by tnatt in https://github.com/equinor/fmu-dataio/pull/672


**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/2.1.1...2.2.0

Page 1 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.