Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Dec 18, 2024
1 parent a9d969f commit 9c42d8e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

### Enhancements

* Enhanced the `xcube.core.store.DataStore` class to support _preloading_
of data resources. The preloading API is represented by
new `xcube.core.store.DataPreloader` interface.
* Added a new _preload API_ to xcube data stores:
- Enhanced the `xcube.core.store.DataStore` class to optionally support
preloading of datasets via an API represented by the
new `xcube.core.store.DataPreloader` interface.
- Added handy default implementations `NullPreloadHandle` and `ExecutorPreloadHandle`
to be returned by implementations of the `prepare_data()` method of a
given data store.

* A `xy_res` keyword argument was added to the `transform()` method of
`xcube.core.gridmapping.GridMapping`, enabling users to set the grid-mapping
Expand Down

0 comments on commit 9c42d8e

Please sign in to comment.