Skip to content

Commit e5b2330

Browse files
authored
Merge pull request #266 from jkittner/curved-box
Fix issue where sectors showed a straight line instead of a curved
2 parents ad285d0 + 5102055 commit e5b2330

11 files changed

+16
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ jobs:
3838
run: |
3939
pytest -s -rxs -vv -Werror tests/ --mpl --mpl-generate-summary=html \
4040
--mpl-results-path="windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
41+
- name: Store mpl-results
42+
uses: actions/upload-artifact@v4
43+
if: failure()
44+
with:
45+
name: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
46+
path: "windrose_test_output-${{ matrix.os }}-${{ matrix.python-version }}"
47+
retention-days: 1

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
All notable changes to this code base will be documented in this file,
66
in every released version.
77

8+
### Version 1.x.x (unreleased)
9+
10+
## What's Changed
11+
* Fix issue where sometimes the plot sectors showed a straight line instead of a curved one (#137)
12+
813
### Version 1.7.0
914

1015
## What's Changed

tests/output/df/test_bar.png

10.5 KB
Loading

tests/output/df/test_box.png

2.61 KB
Loading

tests/output/func/test_wrbox.png

2.53 KB
Loading
10.5 KB
Loading
-69 Bytes
Loading
2.53 KB
Loading
-69 Bytes
Loading
10.5 KB
Loading

0 commit comments

Comments
 (0)