File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22===========
33
4+ 1.1.0
5+ -----
6+ Features:
7+ - New price repair: capital gains double-counting #2667
8+ Fixes:
9+ - Fix Saudi Arabia MIC Code #2665 @salsugair
10+ - Add config to __all__ #2673 @kbluck
11+ - Fix Python 3.9 compatibility regression in calendars.py #2674 @orionnelson
12+ - Improve stock-split repair false-positives #2668
13+ - Docs for capital-gains repair; Fix warnings in price-repair 27cb8aa
14+ Already in main:
15+ - Upgrade to Pandas 3.0 (Fixes #2679) #2683
16+
4171.0
518---
619yfinance been stable a long time now, time to grow up
Original file line number Diff line number Diff line change 11{% set name = "yfinance" %}
2- {% set version = "1.0" %}
2+ {% set version = "1.1. 0" %}
33
44package :
55 name : " {{ name|lower }}"
Original file line number Diff line number Diff line change 1- version = "1.0"
1+ version = "1.1. 0"
You can’t perform that action at this time.
0 commit comments