Skip to content

Commit e23430d

Browse files
committed
version bump
1 parent 07eb694 commit e23430d

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

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

13-
# Unreleased
14-
* Improve internals
15-
* anisotropic susceptibilities are now allowed.
16-
* Improve suszeptibility input possibilities:
17-
- give susceptibility to parent collection
18-
- if susceptiblity input is scalar, isotropic susceptibility is assumed, if it is a 3-vector it can be anisotropic
19-
* Various tests included of interface and computation, isotropic and anisotropic tests confirm computaiton
20-
2113
# 0.2.1a0
2214
* Fix null polarization for rotated objects ([#7](https://github.com/magpylib/magpylib-material-response/pull/7))
2315
* Fix docs not building ([#6](https://github.com/magpylib/magpylib-material-response/pull/6))

magpylib_material_response/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
analysis for soft materials and demagnetization of hard magnets. Leveraging the Method
33
of Moments, it calculates magnetic material response with high precision."""
44

5-
__version__ = "0.2.2"
5+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)