Skip to content

Commit 288da8e

Browse files
bump version; fix styles per volume edge color implementation
1 parent 0b53c79 commit 288da8e

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

.github/workflows/mplfinance_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: [3.6, 3.7, 3.8, 3.9]
8+
python-version: [3.8, 3.9, 3.10]
99
steps:
1010
- name: Preliminary Information
1111
run: |

src/mplfinance/_styledata/brasil.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'wick' : {'up': '#fedf00', 'down': '#002776'},
55
'ohlc' : {'up': '#fedf00', 'down': '#002776'},
66
'volume': {'up': '#fedf00', 'down': '#002776'},
7-
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
87
'vcdopcod': False,
98
'alpha': 0.9},
109
'mavcolors' : None,

src/mplfinance/_styledata/checkers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'wick' : {'up': '#606060', 'down': '#606060'},
55
'ohlc' : {'up': '#000000', 'down': '#ff0000'},
66
'volume': {'up': '#6f6f6f', 'down': '#ff4040'},
7-
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
87
'vcdopcod' : False,
98
'alpha' : 0.9},
109
'mavcolors' : None,

src/mplfinance/_styledata/starsandstripes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'wick' : {'up': '#082865', 'down': '#ae0019'},
55
'ohlc' : {'up': '#082865', 'down': '#ae0019'},
66
'volume': {'up': '#082865', 'down': '#ae0019'},
7-
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
87
'vcdopcod': False,
98
'alpha': 0.9},
109
'mavcolors': None,

src/mplfinance/_styledata/yahoo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
'wick' : {'up': '#606060', 'down': '#606060'},
55
'ohlc' : {'up': '#00b060', 'down': '#fe3032'},
66
'volume': {'up': '#4dc790', 'down': '#fd6b6c'},
7-
'vcedge': {'up': '#1f77b4', 'down': '#1f77b4'},
87
'vcdopcod' : True,
98
'alpha' : 0.9},
109
'mavcolors' : None,

src/mplfinance/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version_info = (0, 12, 9, 'beta', 8)
1+
version_info = (0, 12, 9, 'beta', 9)
22

33
_specifier_ = {'alpha': 'a','beta': 'b','candidate': 'rc','final': ''}
44

0 commit comments

Comments
 (0)