v1.0.0-alpha1 #973
savente93
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
V1-Alpha
This is the first alpha release of our
v1implementation with a new model and driver architecture. Please be aware that this is still an alpha so bugs and missing features may still be encountered. If you experience either, please submit an issue or open a discussion, we would love your feedback. Below is the changelog but for a more indepth explanation of all the changes and their implications please see the migration guide atdocs/dev/migrating-to-v1.rst.Because this is an alpha this will not be merged to main for quite a while, and will not be tagged as the latest release. Because we want to be able to respond to feedback quickly, a separate release branch for alpha will be maintained, and more alpha releases may be published as required.
Added
ConfigComponentto write configurations for kernels/simulations. (AddConfigComponent#863)GeomsComponentto manage geo-spatial geometry data of a model. (AddGeomsComponent#867)DatasetsComponentto manage multidimensional data of a model. (Dataset component #894)GeoDatasetDriverto read vector data from tabular formats. (AddGeoDatasetDriverGeoDatasetSourceand newGeoDatasetAdapter#912)GeoDatasetSourceto handle vector data from tabular formats. (AddGeoDatasetDriverGeoDatasetSourceand newGeoDatasetAdapter#912)RasterTindexResolverto handle URIs in raster tindex files. (Add URI resolver for raster_tindex files #928)Changed
GeoDatasetDriverGeoDatasetSourceand newGeoDatasetAdapter#912)rootmeta key of data catalogs yaml files has becomeroots(Data Catalog roots #786)geomsbut rather it's own component class. See the migration guide for more info (Add model region class #810)GeoDatasetAdapterto transform vector data from tabular formats. (AddGeoDatasetDriverGeoDatasetSourceand newGeoDatasetAdapter#912)Removed
**artifact_keyswhen initializing the DataCatalog has been removed. (Data Catalog roots #786).iniand.tomlfiles for configuration has been removed. (Remove support for.iniand.tomlformat for configurations #791)staticmapsandstaticgeomsattributes on theModelobject have been removed. (Refactor model and components #845)_API,.apiproperty,test_apiand otherModellevel conventions as they are now handled by the components. (Dataset component #894)This discussion was created from the release v1.0.0-alpha1.
Beta Was this translation helpful? Give feedback.
All reactions