We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6322bca commit ac3c97cCopy full SHA for ac3c97c
CHANGES.md
@@ -1,9 +1,10 @@
1
## Changes in 1.12.0 (in development)
2
3
### Enhancements
4
-* Add function to list file extensions recognized by FS stores (#726)
5
-* Added function `get_filename_extensions` to FsDataStores to allow
6
- retrieving mappings of filename extensions to opener and writer ids.
+* Added function `get_filename_extensions()` to data store framework:
+ `from xcube.core.store import get_filename_extensions`.
+ It allows for retrieving mappings of recognized filename extensions to
7
+ respective data openers and writers. (#726)
8
9
### Other changes
10
0 commit comments