Skip to content

Commit b87f529

Browse files
style: pre-commit fixes
1 parent 84ef09a commit b87f529

File tree

1 file changed

+42
-17
lines changed

1 file changed

+42
-17
lines changed

CHANGELOG.md

Lines changed: 42 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,64 +3,89 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
and this project adheres to
7+
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
78

89
## [Unreleased]
910

1011
## [0.3.1] - 2025-10-30
1112

1213
### Fixed
13-
- Fixed susceptibility tree traversal ([#26](https://github.com/magpylib/magpylib-material-response/pull/26), [#28](https://github.com/magpylib/magpylib-material-response/pull/28))
14+
15+
- Fixed susceptibility tree traversal
16+
([#26](https://github.com/magpylib/magpylib-material-response/pull/26),
17+
[#28](https://github.com/magpylib/magpylib-material-response/pull/28))
1418

1519
### Changed
20+
1621
- Improved clarity and error handling in `get_susceptibilities` function
1722
- Enhanced logging configuration
1823
- Refactored demag.py for better organization
19-
- Improved documentation theme and layout ([#29](https://github.com/magpylib/magpylib-material-response/pull/29))
24+
- Improved documentation theme and layout
25+
([#29](https://github.com/magpylib/magpylib-material-response/pull/29))
2026
- Switched from Furo to PyData Sphinx theme
2127
- Added custom CSS for full-width content and smaller sidebar
2228
- Enhanced navigation and branding with Magpylib logo
2329
- Reorganized examples section structure
2430

2531
### Maintenance
26-
- Updated pre-commit hooks to latest versions ([#21](https://github.com/magpylib/magpylib-material-response/pull/21))
27-
- Updated GitHub Actions dependencies ([#24](https://github.com/magpylib/magpylib-material-response/pull/24))
28-
- Removed test PyPI repository URL from publish step ([#27](https://github.com/magpylib/magpylib-material-response/pull/27))
32+
33+
- Updated pre-commit hooks to latest versions
34+
([#21](https://github.com/magpylib/magpylib-material-response/pull/21))
35+
- Updated GitHub Actions dependencies
36+
([#24](https://github.com/magpylib/magpylib-material-response/pull/24))
37+
- Removed test PyPI repository URL from publish step
38+
([#27](https://github.com/magpylib/magpylib-material-response/pull/27))
2939
- Added VSCode settings for pytest configuration
3040

3141
## [0.3.0] - 2024-10-16
3242

3343
### Added
44+
3445
- Support for anisotropic susceptibilities
3546
- FE tests for anisotropic and negative susceptibility values
3647
- Comprehensive tests for interface and computation validation
3748
- Susceptibility input to parent collections
38-
- Support for both scalar (isotropic) and 3-vector (anisotropic) susceptibility inputs
49+
- Support for both scalar (isotropic) and 3-vector (anisotropic) susceptibility
50+
inputs
3951

4052
### Changed
53+
4154
- Improved interface for susceptibility (chi) input
4255
- Enhanced susceptibility input possibilities:
4356
- Scalar input now assumes isotropic susceptibility
4457
- 3-vector input enables anisotropic susceptibility
4558
- Improved internal architecture and code organization
4659

4760
### Fixed
61+
4862
- Various computation fixes confirmed by isotropic and anisotropic tests
4963

5064
## [0.2.1a0]
5165

5266
### Fixed
53-
- Fixed null polarization for rotated objects ([#7](https://github.com/magpylib/magpylib-material-response/pull/7))
54-
- Fixed documentation build issues ([#6](https://github.com/magpylib/magpylib-material-response/pull/6))
67+
68+
- Fixed null polarization for rotated objects
69+
([#7](https://github.com/magpylib/magpylib-material-response/pull/7))
70+
- Fixed documentation build issues
71+
([#6](https://github.com/magpylib/magpylib-material-response/pull/6))
5572

5673
## [0.2.0a0]
5774

5875
### Changed
59-
- Renamed `xi` parameter to `susceptibility` for better clarity ([#5](https://github.com/magpylib/magpylib-material-response/pull/5))
60-
- Updated to support magpylib v5 ([#4](https://github.com/magpylib/magpylib-material-response/pull/4))
61-
62-
[Unreleased]: https://github.com/magpylib/magpylib-material-response/compare/v0.3.1...HEAD
63-
[0.3.1]: https://github.com/magpylib/magpylib-material-response/compare/v0.3.0...v0.3.1
64-
[0.3.0]: https://github.com/magpylib/magpylib-material-response/compare/v0.2.1a0...v0.3.0
65-
[0.2.1a0]: https://github.com/magpylib/magpylib-material-response/compare/v0.2.0a0...v0.2.1a0
66-
[0.2.0a0]: https://github.com/magpylib/magpylib-material-response/releases/tag/v0.2.0a0
76+
77+
- Renamed `xi` parameter to `susceptibility` for better clarity
78+
([#5](https://github.com/magpylib/magpylib-material-response/pull/5))
79+
- Updated to support magpylib v5
80+
([#4](https://github.com/magpylib/magpylib-material-response/pull/4))
81+
82+
[Unreleased]:
83+
https://github.com/magpylib/magpylib-material-response/compare/v0.3.1...HEAD
84+
[0.3.1]:
85+
https://github.com/magpylib/magpylib-material-response/compare/v0.3.0...v0.3.1
86+
[0.3.0]:
87+
https://github.com/magpylib/magpylib-material-response/compare/v0.2.1a0...v0.3.0
88+
[0.2.1a0]:
89+
https://github.com/magpylib/magpylib-material-response/compare/v0.2.0a0...v0.2.1a0
90+
[0.2.0a0]:
91+
https://github.com/magpylib/magpylib-material-response/releases/tag/v0.2.0a0

0 commit comments

Comments
 (0)