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