Skip to content

Commit 7d0cca5

Browse files
authored
Version 0.12
2 parents 473bd50 + 7240d90 commit 7d0cca5

18 files changed

+475
-462
lines changed

.github/workflows/dependencies.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ concurrency:
2222
env:
2323
# Note: the last version in this list is used to for sphinx-docs and pypi-releases
2424
PYTHON_VERSIONS: |
25-
3.9
2625
3.10
2726
3.11
2827
3.13

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [ '3.9', '3.10', '3.11', '3.12' ] # , '3.13'
11+
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
1212
dep-versions: [ '' ] # 'numpy1'
1313
exclude:
1414
- python-version: '3.12'

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
args: [--line-length=85] # notebooks (for sphinx docs)
99

1010
- repo: https://github.com/pycqa/pylint
11-
rev: v3.3.7
11+
rev: v3.3.8
1212
hooks:
1313
- id: pylint
1414

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ quickstart
1010
usage
1111
api
1212
```
13+
[Version history and changelog](https://github.com/xsuite/xplt/releases)
1314

1415
-----
1516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
]
2323
dynamic = ["version"]
2424

25-
requires-python = ">=3.9"
25+
requires-python = ">=3.10"
2626
dependencies = [
2727
"matplotlib>=3.6",
2828
"numpy>=1.17.0",

requirements/docs-requirements.txt

Lines changed: 54 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
accessible-pygments==0.0.5
88
alabaster==1.0.0
9-
anyio==4.9.0
9+
anyio==4.10.0
1010
apeye==1.4.1
1111
apeye-core==1.1.5
12-
argon2-cffi==23.1.0
13-
argon2-cffi-bindings==21.2.0
12+
argon2-cffi==25.1.0
13+
argon2-cffi-bindings==25.1.0
1414
arrow==1.3.0
15-
astroid==3.3.10
15+
astroid==3.3.11
1616
asttokens==3.0.0
1717
async-lru==2.0.5
1818
attrs==25.3.0
@@ -21,109 +21,110 @@ babel==2.17.0
2121
beautifulsoup4==4.13.4
2222
bleach[css]==6.2.0
2323
cachecontrol[filecache]==0.14.3
24-
certifi==2025.4.26
24+
certifi==2025.8.3
2525
cffi==1.17.1
26-
charset-normalizer==3.4.2
27-
click==8.2.0
28-
comm==0.2.2
29-
contourpy==1.3.2
26+
charset-normalizer==3.4.3
27+
click==8.2.1
28+
comm==0.2.3
29+
contourpy==1.3.3
3030
cssutils==2.11.1
3131
cycler==0.12.1
32-
cython==3.1.0
33-
debugpy==1.8.14
32+
cython==3.1.3
33+
debugpy==1.8.16
3434
decorator==5.2.1
3535
defusedxml==0.7.1
3636
dict2css==0.3.0.post1
3737
docutils==0.21.2
3838
domdf-python-tools==3.10.0
3939
executing==2.2.0
40-
fastjsonschema==2.21.1
41-
filelock==3.18.0
40+
fastjsonschema==2.21.2
41+
filelock==3.19.1
4242
flexcache==0.3
4343
flexparser==0.4
44-
fonttools==4.58.0
44+
fonttools==4.59.1
4545
fqdn==1.5.1
46-
greenlet==3.2.2
46+
greenlet==3.2.4
4747
h11==0.16.0
4848
html5lib==1.1
4949
httpcore==1.0.9
5050
httpx==0.28.1
5151
idna==3.10
5252
imagesize==1.4.1
5353
importlib-metadata==8.7.0
54-
ipykernel==6.29.5
55-
ipython==9.2.0
54+
ipykernel==6.30.1
55+
ipython==9.4.0
5656
ipython-pygments-lexers==1.1.1
5757
isoduration==20.11.0
5858
jedi==0.19.2
5959
jinja2==3.1.6
60-
json5==0.12.0
60+
json5==0.12.1
6161
jsonpointer==3.0.0
62-
jsonschema[format-nongpl]==4.23.0
62+
jsonschema[format-nongpl]==4.25.1
6363
jsonschema-specifications==2025.4.1
6464
jupyter-cache==1.0.1
6565
jupyter-client==8.6.3
66-
jupyter-core==5.7.2
66+
jupyter-core==5.8.1
6767
jupyter-events==0.12.0
68-
jupyter-lsp==2.2.5
68+
jupyter-lsp==2.2.6
6969
jupyter-server==2.16.0
7070
jupyter-server-terminals==0.5.3
71-
jupyterlab==4.4.2
71+
jupyterlab==4.4.6
7272
jupyterlab-pygments==0.3.0
7373
jupyterlab-server==2.27.3
74-
kiwisolver==1.4.8
74+
kiwisolver==1.4.9
7575
lark==1.2.2
7676
markdown-it-py==3.0.0
7777
markupsafe==3.0.2
78-
matplotlib==3.10.3
78+
matplotlib==3.10.5
7979
matplotlib-inline==0.1.7
80-
mdit-py-plugins==0.4.2
80+
mdit-py-plugins==0.5.0
8181
mdurl==0.1.2
8282
mistune==3.1.3
8383
more-itertools==10.7.0
84-
msgpack==1.1.0
85-
myst-nb==1.2.0
84+
msgpack==1.1.1
85+
myst-nb==1.3.0
8686
myst-parser==4.0.1
8787
natsort==8.4.0
8888
nbclient==0.10.2
8989
nbconvert==7.16.6
9090
nbformat==5.10.4
9191
nest-asyncio==1.6.0
9292
notebook-shim==0.2.4
93-
numpy==2.2.6
93+
numpy==2.3.2
9494
overrides==7.7.0
9595
packaging==25.0
96-
pandas==2.2.3
96+
pandas==2.3.1
9797
pandocfilters==1.5.1
9898
parso==0.8.4
9999
pexpect==4.9.0
100-
pillow==11.2.1
101-
pint==0.24.4
100+
pillow==11.3.0
101+
pint==0.25
102102
platformdirs==4.3.8
103103
pockets==0.9.1
104-
prometheus-client==0.22.0
104+
prometheus-client==0.22.1
105105
prompt-toolkit==3.0.51
106106
psutil==7.0.0
107107
ptyprocess==0.7.0
108108
pure-eval==0.2.3
109109
pycparser==2.22
110110
pydata-sphinx-theme==0.16.1
111-
pygments==2.19.1
111+
pygments==2.19.2
112112
pyparsing==3.2.3
113113
python-dateutil==2.9.0.post0
114114
python-json-logger==3.3.0
115115
pytz==2025.2
116116
pyyaml==6.0.2
117-
pyzmq==26.4.0
117+
pyzmq==27.0.1
118118
referencing==0.36.2
119-
requests==2.32.3
119+
requests==2.32.5
120120
rfc3339-validator==0.1.4
121121
rfc3986-validator==0.1.1
122+
rfc3987-syntax==1.1.0
122123
roman-numerals-py==3.1.0
123-
rpds-py==0.25.0
124-
ruamel-yaml==0.18.10
124+
rpds-py==0.27.0
125+
ruamel-yaml==0.18.14
125126
ruamel-yaml-clib==0.2.12
126-
scipy==1.15.3
127+
scipy==1.16.1
127128
send2trash==1.8.3
128129
six==1.17.0
129130
sniffio==1.3.1
@@ -132,9 +133,9 @@ soupsieve==2.7
132133
sphinx==8.2.3
133134
sphinx-autoapi==3.6.0
134135
sphinx-autodoc-typehints==3.2.0
135-
sphinx-codeautolink==0.17.4
136+
sphinx-codeautolink==0.17.5
136137
sphinx-gallery==0.19.0
137-
sphinx-jinja2-compat==0.3.0
138+
sphinx-jinja2-compat==0.4.1
138139
sphinx-prompt==1.9.0
139140
sphinx-tabs==3.4.5
140141
sphinx-toolbox==4.0.0
@@ -145,31 +146,31 @@ sphinxcontrib-jsmath==1.0.1
145146
sphinxcontrib-napoleon==0.7
146147
sphinxcontrib-qthelp==2.0.0
147148
sphinxcontrib-serializinghtml==2.0.0
148-
sqlalchemy==2.0.41
149+
sqlalchemy==2.0.43
149150
stack-data==0.6.3
150151
tabulate==0.9.0
151152
terminado==0.18.1
152153
tinycss2==1.4.0
153-
tornado==6.5
154+
tornado==6.5.2
154155
tqdm==4.67.1
155156
traitlets==5.14.3
156-
types-python-dateutil==2.9.0.20250516
157-
typing-extensions==4.13.2
157+
types-python-dateutil==2.9.0.20250809
158+
typing-extensions==4.14.1
158159
tzdata==2025.2
159160
uri-template==1.3.0
160-
urllib3==2.4.0
161+
urllib3==2.5.0
161162
wcwidth==0.2.13
162163
webcolors==24.11.1
163164
webencodings==0.5.1
164165
websocket-client==1.8.0
165-
xcoll==0.5.12
166-
xdeps==0.10.5
167-
xfields==0.23.1
168-
xobjects==0.5.0
169-
xpart==0.23.0
170-
xsuite==0.30.0
171-
xtrack==0.83.0
172-
zipp==3.21.0
166+
xcoll==0.6.2
167+
xdeps==0.10.6
168+
xfields==0.25.1
169+
xobjects==0.5.2
170+
xpart==0.23.1
171+
xsuite==0.36.7
172+
xtrack==0.88.8
173+
zipp==3.23.0
173174

174175
# The following packages are considered to be unsafe in a requirements file:
175176
# setuptools

0 commit comments

Comments
 (0)