Version 1.4.0

This commit is contained in:
ValueRaider
2026-05-23 17:20:05 +01:00
parent ff36bd78b8
commit e005d2d562
4 changed files with 24 additions and 27 deletions
-25
View File
@@ -1,25 +0,0 @@
# Changelog
## Unreleased
- Fix tests (54bef21)
- Merge pull request #2825 from ranaroussi/fix/download-tz ([#2825]()) (6ab79ed)
- Merge branch 'dev' into fix/download-tz (acd2c28)
- Fix localized intraday download() always returning UTC (7538c1f)
- Merge pull request #2802 from dokson/feature/optional-curl-cffi ([#2802]()) (9ca1c55)
- Make curl_cffi optional with graceful fallback to requests (5d10c0c)
- Merge pull request #2827 from ranaroussi/main ([#2827]()) (628a417)
- Merge pull request #2821 from dokson/feature/drop-frozendict-dep ([#2821]()) (0c36060)
- Drop frozendict hard dependency in favour of an internal fallback (593b47c)
- Merge pull request #2752 from ranaroussi/dependabot/github_actions/astral-sh/ruff-action-4.0.0 ([#2752]()) (a766e8f)
- Merge pull request #2754 from ranaroussi/dependabot/github_actions/zizmorcore/zizmor-action-0.5.3 ([#2754]()) (75ed996)
- Merge pull request #2753 from ranaroussi/dependabot/github_actions/actions/github-script-9.0.0 ([#2753]()) (803893a)
- Merge pull request #2789 from gabrielchangamire-arch/fix-market-api-docs-reference-link ([#2789]()) (a497d4f)
- Fix Market API docs reference link (38ad379)
- Dependabot: disable no-reason version updates (4c544ca)
- Version 1.3.0 (a17e8b1)
- Merge pull request #2757 from ranaroussi/dev ([#2757]()) (d6afeeb)
- Bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 (6cebd23)
- Bump actions/github-script from 8.0.0 to 9.0.0 (a07bf32)
- Bump astral-sh/ruff-action from 3.6.1 to 4.0.0 (cb9884c)
+22
View File
@@ -1,6 +1,28 @@
Change Log
===========
1.4.0
-----
Features
- Add Auth class for Logging In #2761
- Allow region scoping for Sector and Industry (closes #2601) #2803
- Make curl_cffi optional with fallback to requests (closes #2692) #2802
Fixes
- Add 'repair' to get_history_metadata() #2777
- Adding try block for added protection to "meta" data #2778
- Fix: _dts_in_same_interval("1mo") ignored year #2780
- Fix TypeError when data['chart'] is None in history.py (#2670) #2794
- Fix dividends error on unlisted tickers #2797
- Fix #2784: validate Market region and stop returning misleading status #2801
- Make yf.download() reentrant by removing shared module globals #2805
- Allow lang and region scoping for Ticker (closes #2582) #2804
- Fix localized intraday download() always returning UTC #2825
Maintenance
- chore: fix typos (prividing -> providing, Reponse -> Response) #2779
- Fix Failing Tests #2792
- Simplify phantom-dividend repair branch + drive-by typo/lint fixes #2810
- Drop frozendict hard dependency in favour of an internal fallback #2821
1.3.0
-----
Features:
+1 -1
View File
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "1.3.0" %}
{% set version = "1.4.0" %}
package:
name: "{{ name|lower }}"
+1 -1
View File
@@ -1 +1 @@
version = "1.3.0"
version = "1.4.0"