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
-
V1-Alpha
This is the first alpha release of our
v1
implementation 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
ConfigComponent
to write configurations for kernels/simulations. (AddConfigComponent
#863)GeomsComponent
to manage geo-spatial geometry data of a model. (AddGeomsComponent
#867)DatasetsComponent
to manage multidimensional data of a model. (Dataset component #894)GeoDatasetDriver
to read vector data from tabular formats. (AddGeoDatasetDriver
GeoDatasetSource
and newGeoDatasetAdapter
#912)GeoDatasetSource
to handle vector data from tabular formats. (AddGeoDatasetDriver
GeoDatasetSource
and newGeoDatasetAdapter
#912)RasterTindexResolver
to handle URIs in raster tindex files. (Add URI resolver for raster_tindex files #928)Changed
GeoDatasetDriver
GeoDatasetSource
and newGeoDatasetAdapter
#912)root
meta key of data catalogs yaml files has becomeroots
(Data Catalog roots #786)geoms
but rather it's own component class. See the migration guide for more info (Add model region class #810)GeoDatasetAdapter
to transform vector data from tabular formats. (AddGeoDatasetDriver
GeoDatasetSource
and newGeoDatasetAdapter
#912)Removed
**artifact_keys
when initializing the DataCatalog has been removed. (Data Catalog roots #786).ini
and.toml
files for configuration has been removed. (Remove support for.ini
and.toml
format for configurations #791)staticmaps
andstaticgeoms
attributes on theModel
object have been removed. (Refactor model and components #845)_API
,.api
property,test_api
and otherModel
level 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