File tree 1 file changed +12
-0
lines changed
docs/pangeo_forge_recipes/development
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## v0.10.0 - 2023-01-30
4
+
5
+ - ** Major breaking change:** This release represents a nearly complete rewrite of
6
+ the package, removing the custom recipe constructor classes and executors, and
7
+ replacing them with a set of modular, domain-specific Apache Beam ` PTransform ` s,
8
+ which can be flexibly composed and executed on any Apache Beam runner. The documention has
9
+ been updated to reflect this change. As the first release following this major
10
+ rewrite, we expect bugs and documentation gaps to exist, and we look forward to
11
+ community support in finding and triaging those issues. A blog post and further
12
+ documentaion of the motivations for and opportunities created by this major
13
+ change is forthcoming.
14
+
3
15
## v0.9 - 2022-05-11
4
16
5
17
- ** Breaking changes:** Deprecated ` XarrayZarrRecipe ` manual stage methods. Manual execution can be
You can’t perform that action at this time.
0 commit comments