From c687416fd51a508daf50012f31f1099137d9dd77 Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Wed, 9 Oct 2024 09:49:01 -0500 Subject: [PATCH] added changelog --- CHANGELOG-unreleased.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index 2c7ea6521..fecd803d3 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -14,6 +14,7 @@ the released changes. - `maskParameter.__repr__()` output now includes the frozen attribute. - Changed default value of `FDJUMPLOG` to `Y` - Bumped `black` version to 24.x +- Moved all custom exceptions and warnings to a single module `pint.exceptions` ### Added - arXiv link of PINT noise paper in README - Type hints in `pint.derived_quantities`, `pint.modelutils`, `pint.binaryconvert`, `pint.config`,