You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
56
56
users can at least find a solution manually to resolve the conflict, e.g. by pinning your package to the last version compatible with the environment they install it in.
57
57
That way, we ensure it remains _possible_ for users to find a solution, instead of rendering it impossible forever.
58
58
* Added scipy>=1.16 to optional dependency group 'test', as TimeTableFMU.fmu requires scipy to be installed in the calling environment.
59
+
* Added default directories to the 'exclude' list for pyright, in section [tool.pyright]
60
+
(Ref note in pyright [docs](https://github.com/microsoft/pylance-release/blob/main/docs/settings/python_analysis_exclude.md#default-behavior)).
59
61
* Sphinx Documentation:
60
62
* Sphinx conf.py: Removed ruff rule exception on file level
61
63
* Sphinx conf.py: Updated year in copyright statement to 2026
0 commit comments