Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
OrtnerMichael committed Oct 16, 2024
1 parent 07eb694 commit e23430d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unreleased

# 0.2.2
# 0.3.0
* improved interface for chi input
* FE tests for anisotropic chi and negative chi
* Improve internals
Expand All @@ -10,14 +10,6 @@
- if susceptiblity input is scalar, isotropic susceptibility is assumed, if it is a 3-vector it can be anisotropic
* Various tests included of interface and computation, isotropic and anisotropic tests confirm computaiton

# Unreleased
* Improve internals
* anisotropic susceptibilities are now allowed.
* Improve suszeptibility input possibilities:
- give susceptibility to parent collection
- if susceptiblity input is scalar, isotropic susceptibility is assumed, if it is a 3-vector it can be anisotropic
* Various tests included of interface and computation, isotropic and anisotropic tests confirm computaiton

# 0.2.1a0
* Fix null polarization for rotated objects ([#7](https://github.com/magpylib/magpylib-material-response/pull/7))
* Fix docs not building ([#6](https://github.com/magpylib/magpylib-material-response/pull/6))
Expand Down
2 changes: 1 addition & 1 deletion magpylib_material_response/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
analysis for soft materials and demagnetization of hard magnets. Leveraging the Method
of Moments, it calculates magnetic material response with high precision."""

__version__ = "0.2.2"
__version__ = "0.3.0"

0 comments on commit e23430d

Please sign in to comment.