Skip to content
Snippets Groups Projects

Callback output, split SDK

Merged Martin Lange requested to merge callback-output into main
+ 5
1
@@ -5,10 +5,14 @@
### Data and metadata rework
* Add conversion between CRS to regridding adapters, using `pyproj` (!95)
* Added more data tool functions: `quantify(xdata)` and `check_axes_uniformity(axes)` (!96)
* Add more data tool functions: `quantify(xdata)` and `check_axes_uniformity(axes)` (!96)
* In outputs, the name of the data is overwritten instead of failing the check (!98)
* Adapters can pass through data with time, even if it does not match the pull time (which is quite common) (!98)
### Interface
* Add `CallbackOutput` for implementing pull-based components
### Other
* Components are allowed to be in state VALIDATED at the end of a run (i.e. not updated) (!97)
Loading