Skip to content

Commit eb5ee67

Browse files
New version 2.1.7 (#363)
- added the methods .autocorr .acf .partial_autocorr .pacf .ljung_box and an autocorr property - added option to set an autocorrelation parameter in the random series generation - added tzdata to dependencies to ensure safer conda publish - miscellaneous updates to dev scripts including update of default Python to 3.14
1 parent 9a44d74 commit eb5ee67

40 files changed

Lines changed: 1647 additions & 376 deletions

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
id-token: write # Required for pypa/gh-action-pypi-publish OIDC trusted publishing
228228
steps:
229229
- name: Download dist artifacts
230-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
230+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
231231
with:
232232
name: dist
233233
path: dist
@@ -251,7 +251,7 @@ jobs:
251251
id-token: write # Required for pypa/gh-action-pypi-publish OIDC trusted publishing
252252
steps:
253253
- name: Download dist artifacts
254-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
254+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
255255
with:
256256
name: dist
257257
path: dist

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Install the latest version of uv
31-
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
31+
uses: astral-sh/setup-uv@e06108dd0aef18192324c70427afc47652e63a82 # v7.5.0
3232
with:
3333
version: "latest"
3434

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.15.5
6+
rev: v0.15.6
77
hooks:
88
- id: ruff-check
99
args: [ --fix, --exit-non-zero-on-fix ]
11 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
62.9 KB
Binary file not shown.
9.68 KB
Binary file not shown.
860 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)