|
| 1 | +# v0.6.3 (2/1/2024) |
| 2 | + |
| 3 | +# Change-log |
| 4 | + |
| 5 | +Added test for Winodws 10 on GitHub actions ([#244](https://github.com/SCECcode/pycsep/pull/244)) |
| 6 | +Removed shading in plotting fewer than 3 forecasts ([#247](https://github.com/SCECcode/pycsep/pull/247)) |
| 7 | +Fixed tutorial for plot_customizations ([#242](https://github.com/SCECcode/pycsep/pull/242)) |
| 8 | +Fixed negative binomial consistency plots now have the correct boundaries ([#245](https://github.com/SCECcode/pycsep/pull/245)) |
| 9 | +Changed environment build of pypi-publish from miniconda to micromamba ([#238](https://github.com/SCECcode/pycsep/pull/238)) |
| 10 | +Fixed negative timestamps parsing for Windows ([#230](https://github.com/SCECcode/pycsep/pull/230)) |
| 11 | +Fixed writing catalog csv files on Windows ([#235](https://github.com/SCECcode/pycsep/pull/235)) |
| 12 | + |
| 13 | +## Credits |
| 14 | +Pablo Iturrieta (@pabloitu) |
| 15 | +William Savran (@wsavran) |
| 16 | +Philip Maechling (@pjmaechling) |
| 17 | +Fabio Silva (@fabiolsilva) |
| 18 | + |
1 | 19 | # v0.6.2 (6/16/2023)
|
2 | 20 |
|
3 | 21 | # Change-log
|
4 |
| -Fixed an error-bar bug for normalized consistency plots ([#222](https://github.com/SCECcode/pycsep/pull/222)) |
5 |
| -Fixed handles URL exception or SSL verifications errors for both python 3.8 and 3.11 inclusive ([#231](https://github.com/SCECcode/pycsep/pull/231)) |
6 |
| -Included CMT Catalog accessor ([#217](https://github.com/SCECcode/pycsep/pull/217)) |
| 22 | +Fixed an error-bar bug for normalized consistency plots ([#222](https://github.com/SCECcode/pycsep/pull/222)) |
| 23 | +Fixed handles URL exception or SSL verifications errors for both python 3.8 and 3.11 inclusive ([#231](https://github.com/SCECcode/pycsep/pull/231)) |
| 24 | +Included CMT Catalog accessor ([#217](https://github.com/SCECcode/pycsep/pull/217)) |
7 | 25 | Added NZ catalog reader ([#213](https://github.com/SCECcode/pycsep/pull/213))
|
8 | 26 |
|
9 | 27 | ## Credits
|
10 |
| -Pablo Iturrieta (@pabloitu) |
11 |
| -Kenny Graham (@KennyGraham1) |
| 28 | +Pablo Iturrieta (@pabloitu) |
| 29 | +Kenny Graham (@KennyGraham1) |
12 | 30 | Fabio Silva (@fabiolsilva)
|
13 | 31 |
|
14 | 32 | # v0.6.1 (12/12/2022)
|
|
0 commit comments