We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc52389 commit dfe3ec8Copy full SHA for dfe3ec8
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Change Log
2
===========
3
4
+0.2.49
5
+------
6
+Fix prices-clean rarely discarding good data #2122
7
+
8
+0.2.47 and 0.2.48
9
+-----------------
10
+Add yf.download(multi_level_index)
11
12
0.2.46
13
------
14
Fix regression in 0.2.45 #2094
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.46" %}
+{% set version = "0.2.49" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.48"
+version = "0.2.49"
0 commit comments