Merge pull request #2827 from ranaroussi/main
chore: merge main back into dev
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: pip
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check if issue uses custom template
|
||||
# Verify: curl -s "https://api.github.com/repos/actions/github-script/commits?sha=v8&until=$(date -u -d '7 days ago' '+%Y-%m-%dT%H:%M:%SZ')&per_page=1" | jq -r '.[0].sha'
|
||||
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
|
||||
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
|
||||
with:
|
||||
script: |
|
||||
const issue = context.payload.issue;
|
||||
|
||||
@@ -16,6 +16,6 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
# Verify: curl -s "https://api.github.com/repos/astral-sh/ruff-action/commits?sha=v3&until=$(date -u -d '7 days ago' '+%Y-%m-%dT%H:%M:%SZ')&per_page=1" | jq -r '.[0].sha'
|
||||
- uses: astral-sh/ruff-action@4919ec5cf1f49eff0871dbcea0da843445b837e6 # v3
|
||||
- uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0
|
||||
with:
|
||||
args: check --ignore E702 . --exclude yfinance/pricing_pb2.py
|
||||
|
||||
@@ -20,6 +20,6 @@ jobs:
|
||||
persist-credentials: false
|
||||
- name: Run zizmor
|
||||
# Verify: curl -s "https://api.github.com/repos/zizmorcore/zizmor-action/commits?sha=v0.5.2&until=$(date -u -d '7 days ago' '+%Y-%m-%dT%H:%M:%SZ')&per_page=1" | jq -r '.[0].sha'
|
||||
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
|
||||
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
===========
|
||||
|
||||
1.3.0
|
||||
-----
|
||||
Features:
|
||||
- Add Valuations Measures Table from Statistics Page #2742
|
||||
- Add ETFQuery #2749
|
||||
Fix type regresssion in Ticker.dividends
|
||||
|
||||
1.2.2
|
||||
-----
|
||||
Forgot to merge in #2695 and #2718 for release 1.2.1
|
||||
|
||||
@@ -15,7 +15,7 @@ The following are the publicly available classes, and functions exposed by the `
|
||||
|
||||
- :attr:`Ticker <yfinance.Ticker>`: Class for accessing single ticker data.
|
||||
- :attr:`Tickers <yfinance.Tickers>`: Class for handling multiple tickers.
|
||||
- :attr:`Market <yfinance.Market>`: Class for accessing market summary.
|
||||
- :doc:`Market <yfinance.market>`: Class for accessing market summary.
|
||||
- :attr:`Calendars <yfinance.Calendars>`: Class for accessing calendar events data.
|
||||
- :attr:`download <yfinance.download>`: Function to download market data for multiple tickers.
|
||||
- :attr:`Search <yfinance.Search>`: Class for accessing search results.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% set name = "yfinance" %}
|
||||
{% set version = "1.2.2" %}
|
||||
{% set version = "1.3.0" %}
|
||||
|
||||
package:
|
||||
name: "{{ name|lower }}"
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user