Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
J.R. Angevaare committed Aug 16, 2023
1 parent ce919f6 commit 0434bf8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
1.2.2 / 2023-08-15
1.3.0 / 2023-08-16
------------------
## What's Changed
#### Minor change
* Setup using `pyproject.toml` by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/122
* Ruptures module for breakpoint testing by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/119

#### Patches
* Basic cartopy projection function by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/114
* Extend square masks on rounded lon/lat by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/115
* Remove temporary R install from workflow by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/118
* Average over region before calculating statistics by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/116
* Fix error message in `_mask_xr_ds` by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/121


**Full Changelog**: https://github.com/JoranAngevaare/optim_esm_tools/compare/v1.2.1...v1.2.2

**Full Changelog**: https://github.com/JoranAngevaare/optim_esm_tools/compare/v1.2.1...v1.3.0

1.2.1 / 2023-08-10
------------------
Expand All @@ -24,7 +28,7 @@
#### Minor change
Add `rpy_symmetry` for statistical properties
* `rpy_symmetry` for symmetry test using Mira (1999) by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/106
### Patches
#### Patches
* Fix format HISTORY.md by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/98
* Cartopy transform argument by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/99
* Off by one in find by @JoranAngevaare in https://github.com/JoranAngevaare/optim_esm_tools/pull/100
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ test = [
]

[tool.setuptools.packages.find]
where =[ "optim_esm_tools"]
where = ["optim_esm_tools"]

[tool.setuptools.package-data]
optim_esm_tools = ['data/*', 'optim_esm_tools/*', '*.ini*']
Expand Down

0 comments on commit 0434bf8

Please sign in to comment.