Skip to content

Commit 46721ca

Browse files
committed
add changelog file
1 parent deda2e6 commit 46721ca

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# tpxo-tide-prediction | Change Log
2+
## [0.1.1] - 2022-02-27
3+
4+
Patch to fix missing consideration of tracks/regions extending over the prime meridian (zero longitude) resulting in similar error messages: `index XXXXX is out of bounds for axis 0 with size YYYYY`
5+
6+
### Added
7+
- [CHANGELOG.md](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/CHANGELOG.md)
8+
9+
### Changed
10+
11+
- updated [`read_h_netCDFs()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L590) to handle new output from [`subset region()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L460)
12+
- changed `offset` parameter default value from 10 to **3**
13+
14+
### Fixed
15+
16+
- [`subset region()`](https://github.com/fwrnke/tpxo-tide-prediction/blob/main/tpxo_tide_prediction/utils.py#L460): now considering prime meridian for longitude subset
17+
18+
## [0.1] - 2022-02-11
19+
20+
First published version.

0 commit comments

Comments
 (0)