Pangeo Forge Recipes Versions Save

Python library for building Pangeo Forge recipes.

0.10.7

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pangeo-forge/pangeo-forge-recipes/compare/0.10.6...0.10.7

0.10.6

3 months ago

What's Changed

Full Changelog: https://github.com/pangeo-forge/pangeo-forge-recipes/compare/0.10.5...0.10.6

0.10.5

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pangeo-forge/pangeo-forge-recipes/compare/0.10.4...0.10.5

0.10.4

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pangeo-forge/pangeo-forge-recipes/compare/0.10.3...0.10.4

0.10.1

10 months ago

0.10.0

1 year ago

Major breaking change: This release represents a nearly complete rewrite of the package, removing the custom recipe constructor classes and executors, and replacing them with a set of modular, domain-specific Apache Beam PTransforms, which can be flexibly composed and executed on any Apache Beam runner. The documentation has been updated to reflect this change. As the first release following this major rewrite, we expect bugs and documentation gaps to exist, and we look forward to community support in finding and triaging those issues. A blog post and further documentation of the motivations for and opportunities created by this major change is forthcoming.

0.9.4

1 year ago

Fixed bug in 0.9.3 which broke all recipe object imports if scipy (an optional dependency) was missing from environment. https://github.com/pangeo-forge/pangeo-forge-recipes/pull/466

0.9.3

1 year ago