Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- main
pull_request:
workflow_dispatch:
tag: "Manual Run"

jobs:
test:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.1 - 2025-11-05

### Changed

* Update deps

## 3.2.0 - 2025-08-07

### Changed
Expand Down
15 changes: 5 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "device_inductance"
version = "3.2.0"
version = "3.2.1"
description = "Tokamak core inductance matrices and flux tables"
authors = [{ name = "Commonwealth Fusion Systems", email = "jlogan@cfs.energy" }]
requires-python = ">=3.10, <3.14"
Expand All @@ -25,8 +25,8 @@ dependencies = [
"shapely>=2.1.0,<3",
"scipy~=1.12",
"rich>=14.0.0,<15",
"interpn>=0.2.5,<0.3",
"cfsem>=2.3.1,<3",
"interpn[pydantic]>=0.7,<0.8",
"cfsem>=3,<4",
]

[project.optional-dependencies]
Expand All @@ -43,11 +43,8 @@ dev = [
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools.package-data]
device_inductance = ['py.typed']
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.ruff]
target-version = "py310"
Expand All @@ -65,8 +62,6 @@ select = [
"B",
# flake8-simplify
"SIM",
# isort
"I",
]

[tool.coverage.report]
Expand Down
File renamed without changes.
Loading