v0.30 to v0.31#
You will need to have
pydantic>=2installed.StatsTransformerno longer applieschannel_orderto the stats. The stats are now expected to already be in the same order as the channels in the output of theRasterSource.Backward compatibility has been maintained for older model-bundles, so they should work as before without modification.
Default padding behavior has changed. See SlidingWindowGeoDataset.
You no longer need to manually figure out the right padding value to use when using
crop_szduring prediction. It is determined automatically such that no pixels around the edges are left out.force_same_dtypehas been removed fromMultiRasterSourceandMultiRasterSourceConfig. Sub-raster sources are now always expected to have the samedtype.max_windowsis now a required argument inRandomWindowGeoDataset.