File tree Expand file tree Collapse file tree 5 files changed +309
-192
lines changed
Expand file tree Collapse file tree 5 files changed +309
-192
lines changed Original file line number Diff line number Diff line change 77 - main
88 pull_request :
99 workflow_dispatch :
10- tag : " Manual Run"
1110
1211jobs :
1312 test :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.2.1 - 2025-11-05
4+
5+ ### Changed
6+
7+ * Update deps
8+
39## 3.2.0 - 2025-08-07
410
511### Changed
Original file line number Diff line number Diff line change 11[project ]
22name = " device_inductance"
3- version = " 3.2.0 "
3+ version = " 3.2.1 "
44description = " Tokamak core inductance matrices and flux tables"
55authors = [{ name = " Commonwealth Fusion Systems" , email = " jlogan@cfs.energy" }]
66requires-python = " >=3.10, <3.14"
@@ -25,8 +25,8 @@ dependencies = [
2525 " shapely>=2.1.0,<3" ,
2626 " scipy~=1.12" ,
2727 " rich>=14.0.0,<15" ,
28- " interpn>=0.2.5 ,<0.3 " ,
29- " cfsem>=2.3.1,<3 " ,
28+ " interpn[pydantic] >=0.7 ,<0.8 " ,
29+ " cfsem>=3,<4 " ,
3030]
3131
3232[project .optional-dependencies ]
@@ -43,11 +43,8 @@ dev = [
4343]
4444
4545[build-system ]
46- requires = [" setuptools" ]
47- build-backend = " setuptools.build_meta"
48-
49- [tool .setuptools .package-data ]
50- device_inductance = [' py.typed' ]
46+ requires = [" hatchling" ]
47+ build-backend = " hatchling.build"
5148
5249[tool .ruff ]
5350target-version = " py310"
@@ -65,8 +62,6 @@ select = [
6562 " B" ,
6663 # flake8-simplify
6764 " SIM" ,
68- # isort
69- " I" ,
7065]
7166
7267[tool .coverage .report ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments