Skip to content

Commit

Permalink
Merge pull request #196 from rabernat/update-whats-new
Browse files Browse the repository at this point in the history
Update release notes for 0.6.0 release
  • Loading branch information
rabernat authored Sep 2, 2021
2 parents 0352ca0 + 0fa2b0a commit ec99949
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
]

extlinks = {
"issue": ("https://github.com/pangeo-forge/pange-forge-recipes/issues/%s", "GH issue "),
"pull": ("https://github.com/pangeo-forge/pange-forge-recipes/pull/%s", "GH PR "),
"issue": ("https://github.com/pangeo-forge/pangeo-forge-recipes/issues/%s", "GH issue "),
"pull": ("https://github.com/pangeo-forge/pangeo-forge-recipes/pull/%s", "GH PR "),
}

exclude_patterns = ["_build", "**.ipynb_checkpoints"]
Expand Down
17 changes: 14 additions & 3 deletions docs/development/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Release Notes

## v0.5.1 - Unreleased
## v0.6.1 - Unreleased


## v0.6.0 - 2021-09-02

- Added {class}`pangeo_forge_recipes.recipes.HDFReferenceRecipe` class to create virtual Zarrs from collections of
NetCDF / HDF5 files. {pull}`174`
- Limit output from logging. {pull}`175`
- Change documentation structure. {pull}`178`
- Move `fsspec_open_kwargs` and `is_opendap` parameters
out of {class}`pangeo_forge_recipes.recipes.XarrayZarrRecipe` and into
{class}`pangeo_forge_recipes.patterns.FilePattern`. Add `query_string_secrets`
as attribute of {class}`pangeo_forge_recipes.patterns.FilePattern`. {pull}`167`

## v0.5.0 - 2021-07-11

- Added `subset_inputs` option to `XarrayZarrRecipe`. {issue}`93`, {pull}`166`
- Added `subset_inputs` option to {class}`pangeo_forge_recipes.recipes.XarrayZarrRecipe`. {issue}`93`, {pull}`166`
- Fixed file opening to eliminate HDF errors related to closed files. {issue}`170`, {pull}`171`
- Changed default behavior of executors so that the `cache_input` loop is always
run, regardless of the value of `cache_inputs`. {pull}`168`
Expand All @@ -20,7 +31,7 @@

## v0.3.4 - 2021-05-25

- Added `copy_pruned` method to `XarrayZarrRecipe` to facilitate testing.
- Added `copy_pruned` method to {class}`pangeo_forge_recipes.recipes.XarrayZarrRecipe` to facilitate testing.
- Internal refactor of storage module.

## v0.3.3 - 2021-05-10
Expand Down

0 comments on commit ec99949

Please sign in to comment.