Unreleased changesο
PlasmaPy v0.1.dev50+g136b77d1d (2026-06-15)ο
New Featuresο
Updated ionization energies from NIST. (#3244)
Documentation Improvementsο
Updated documentation builds to use
sphinx>=9.1. (#3201)Renamed the
trivialchangelog category tomiscto represent miscellaneous changes. (#3241)Added a section to the security policy to discuss access to project assets. (#3273)
Corrected and added a hyperlink to the reference for Bohm [1949]. (#3286)
Deprecations and Planned Removalsο
Deprecated the internal
@plasmapy.utils.decorators.deprecation.deprecateddecorator in favor ofwarnings.deprecated, which was added to the standard library in Python 3.13. The internal@deprecateddecorator will be removed in a future release. (#3300)
Internal Changes and Refactoringsο
Added dependency groups for multiple Nox sessions. (#3238)
Added in-line comments to suppress existing static type checking reports issued by
ty. (#3240)Added a pre-commit hook for
bibtex-tidyto autoformatdocs/bibliography.bib. (#3280)Updated comments in GitHub workflow files to describe what each workflow does. (#3282)
Added
AGENTS.mdto provide instructions for AI coding assistants. (#3284)Enabled more ruff rules, including most of the
ANNrule set. (#3292)Reduced frequency of running comprehensive tests. (#3294)