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 2 of 13

2.2.0b4

What's Changed
* 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


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

2.2.0b3

What's Changed
* 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


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

2.2.0b2

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


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

2.2.0b1

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


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

2.1.1

What's Changed
* CLN: Construct Spec using pydantic by janbjorge in https://github.com/equinor/fmu-dataio/pull/463
* TST: Schema up to date ci test by janbjorge in https://github.com/equinor/fmu-dataio/pull/466
* CLN: Refactor and type-Annotate time data functions by janbjorge in https://github.com/equinor/fmu-dataio/pull/467
* ENH: Add operating system field to event-tracklog by janbjorge in https://github.com/equinor/fmu-dataio/pull/440
* CLN: Add dataclass DerivedNamedStratigraphy by janbjorge in https://github.com/equinor/fmu-dataio/pull/468
* CLN: Add derived object descriptor dataclass by janbjorge in https://github.com/equinor/fmu-dataio/pull/469
* CLN: Remove superfluous underscore prefix by janbjorge in https://github.com/equinor/fmu-dataio/pull/472
* CLN: Convert AllowContents dict to Pydantic by janbjorge in https://github.com/equinor/fmu-dataio/pull/475
* TST: Enable test_norwegian_letters_globalconfig_as_json by janbjorge in https://github.com/equinor/fmu-dataio/pull/476
* DOC: Header alignment and fixups by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/478
* TST: Add ert hook implementation tests by mferrera in https://github.com/equinor/fmu-dataio/pull/479
* TST: Add create_case_metadata integration test by mferrera in https://github.com/equinor/fmu-dataio/pull/481
* CLN: Use AllowedContent to deduce if field is composite by janbjorge in https://github.com/equinor/fmu-dataio/pull/477
* TST: Add additional create_case_metadata tests by mferrera in https://github.com/equinor/fmu-dataio/pull/482
* CLN: Simplify `InitializeCase` by mferrera in https://github.com/equinor/fmu-dataio/pull/485
* CLN: Introduce 'inferrable' by janbjorge in https://github.com/equinor/fmu-dataio/pull/484
* CLN: Ruff update by janbjorge in https://github.com/equinor/fmu-dataio/pull/490
* DOC: Document how checksum is made by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/491
* TST: Skip sumo uploader test if not installed by mferrera in https://github.com/equinor/fmu-dataio/pull/494
* CLN: Remove last usages of the Any type by janbjorge in https://github.com/equinor/fmu-dataio/pull/489
* CLN: Refactor generate_aggr_uuid by janbjorge in https://github.com/equinor/fmu-dataio/pull/502
* CLN: Rename datastructure.export to datastructure._internal by janbjorge in https://github.com/equinor/fmu-dataio/pull/504
* CLN: InitializeCase object with json schema by janbjorge in https://github.com/equinor/fmu-dataio/pull/503
* TST: Schema up to date pytest by janbjorge in https://github.com/equinor/fmu-dataio/pull/507
* DOC: Add model dump doc-string by janbjorge in https://github.com/equinor/fmu-dataio/pull/506
* BUG: Set correct schema version by janbjorge in https://github.com/equinor/fmu-dataio/pull/509
* FIX: Remove discriminator mappings by janbjorge in https://github.com/equinor/fmu-dataio/pull/510
* DOC: Case uuid doc-string by janbjorge in https://github.com/equinor/fmu-dataio/pull/514
* CLN: Reduce number of global config validation steps in ExportData by tnatt in https://github.com/equinor/fmu-dataio/pull/513
* BUG: Add relative/absolute_path_symlink to File model by janbjorge in https://github.com/equinor/fmu-dataio/pull/512
* CLN: Use File pydantic to build file-object by janbjorge in https://github.com/equinor/fmu-dataio/pull/508
* CLN: Improve error message if config can not be loaded by tnatt in https://github.com/equinor/fmu-dataio/pull/516
* BUG: komodo used same alias as fmu-dataio in System Information model by janbjorge in https://github.com/equinor/fmu-dataio/pull/519
* FIX: Remove format-path from schema by janbjorge in https://github.com/equinor/fmu-dataio/pull/517
* CLN: Silence pydantic url str warning by janbjorge in https://github.com/equinor/fmu-dataio/pull/521
* CLN: Drop support for settings via environment by janbjorge in https://github.com/equinor/fmu-dataio/pull/522
* CLN: Remove attribute shorthands in FileDataProvider by janbjorge in https://github.com/equinor/fmu-dataio/pull/523
* CLN: Move InitializeCase to own file by janbjorge in https://github.com/equinor/fmu-dataio/pull/526
* CLN: Move AggregatedData to own file by janbjorge in https://github.com/equinor/fmu-dataio/pull/527
* BUG: FMU case does not need context by janbjorge in https://github.com/equinor/fmu-dataio/pull/528

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

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

2.1.0

What's Changed
* ENH: Remove CI pytest early stoppage by janbjorge in https://github.com/equinor/fmu-dataio/pull/445
* ENH: Add pydantic meta schema by janbjorge in https://github.com/equinor/fmu-dataio/pull/409
* ENH: Add types module by janbjorge in https://github.com/equinor/fmu-dataio/pull/458
* ENH: Apply ERT env variables in FMU runs by jcrivenaes in https://github.com/equinor/fmu-dataio/pull/451
* ENH: Add facies_thickness as content type by janbjorge in https://github.com/equinor/fmu-dataio/pull/465

* BUG: Corrent dockers file permissions by janbjorge in https://github.com/equinor/fmu-dataio/pull/430
* BUG: Add System information to Tracklog event by janbjorge in https://github.com/equinor/fmu-dataio/pull/439
* BUG: Add missing fmu.context by janbjorge in https://github.com/equinor/fmu-dataio/pull/460

* DOC: fix minor documentation errors by mferrera in https://github.com/equinor/fmu-dataio/pull/426
* DOC: Publish pydantic schema by janbjorge in https://github.com/equinor/fmu-dataio/pull/429
* DOC: Build datastructure documentation by janbjorge in https://github.com/equinor/fmu-dataio/pull/431
* DOC: Improve documentation by perolavsvendsen in https://github.com/equinor/fmu-dataio/pull/447

* FIX: Remove deprecated `verbosity` from examples by mferrera in https://github.com/equinor/fmu-dataio/pull/427
* FIX: Ruff bump v0.2.0 by janbjorge in https://github.com/equinor/fmu-dataio/pull/448
* FIX: Unpin pydantic lt. 2.6 by janbjorge in https://github.com/equinor/fmu-dataio/pull/452

* CLN: Remove mypy.ini by janbjorge in https://github.com/equinor/fmu-dataio/pull/437
* CLN: Validate global configuration using pydantic by janbjorge in https://github.com/equinor/fmu-dataio/pull/422
* CLN: Remove termcolor dependency by janbjorge in https://github.com/equinor/fmu-dataio/pull/444
* CLN: Clean up pytest global configuration user warnings by janbjorge in https://github.com/equinor/fmu-dataio/pull/443
* CLN: Change return type to native dict in dump method by janbjorge in https://github.com/equinor/fmu-dataio/pull/456
* CLN: Correct komodo key and refine meta.py field definitions by janbjorge in https://github.com/equinor/fmu-dataio/pull/455
* CLN: Construct tracklog using pydantic by janbjorge in https://github.com/equinor/fmu-dataio/pull/454
* CLN: Construct BoundingBox using pydantic by janbjorge in https://github.com/equinor/fmu-dataio/pull/462

* DEP: JSON-schema dependency by janbjorge in https://github.com/equinor/fmu-dataio/pull/434

* API: Use UserWarning insted of PendingDeprecationWarning by janbjorge in https://github.com/equinor/fmu-dataio/pull/438

* TSN: Nighyly CI by janbjorge in https://github.com/equinor/fmu-dataio/pull/450
* TSN: Use pytest monkeypatch to set os-envs by janbjorge in https://github.com/equinor/fmu-dataio/pull/453
* TST: Monkeypatch detect_inside_rms by janbjorge in https://github.com/equinor/fmu-dataio/pull/461

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

**Full Changelog**: https://github.com/equinor/fmu-dataio/compare/1.11.0...2.1.0

Page 2 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.