1.7.0.dev0
Pre-release
Pre-release
What's Changed
- Migrate docker image build from
setup.py
topyproject.toml
by @konstntokas in #1026 - Add ServerTestCase docstring by @pont-us in #1028
- User-defined variables by @forman in #1021
- User-defined variables, part 2 by @forman in #1032
- Normalisation fails when chunk encoding must be updated (#1033) by @TonioF in #1034
- Enhance expression capabilities by @forman in #1035
- Add
data_type
toopen_data
method inDataStore
class by @konstntokas in #1037 - The
xcube.core.store.DataDescriptor
class now supports specifying time ranges using bothdatetime.date
anddatetime.datetime
objects by @konstntokas in #1036 - Add data store parameters and data ID to the assets in the STAC published by xcube server by @konstntokas in #1029
- Cleanup in module
xcube.core.varexpr
by @forman in #1040 - Allow for grouping datasets by @forman in #1039
- The xcube server STAC API now publishes all fields available via the
/datasets
endpoint. by @konstntokas in #1045 - Revise new color bar features by @forman in #1044
Full Changelog: v1.6.0...v1.7.0.dev0