Skip to content

Commit 6c75f1c

Browse files
committed
__temp*
1 parent 2f5649b commit 6c75f1c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ share/python-wheels/
2727
*.egg
2828
MANIFEST
2929

30+
31+
__temp*
32+
3033
# PyInstaller
3134
# Usually these files are written by a python script from a template
3235
# before PyInstaller builds the exe, so as to inject date/other infos into it.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Unreleased
2+
3+
# 0.2.2
4+
* improved interface for chi input
5+
* FE tests for anisotropic chi and negative chi
6+
* Improve internals
7+
* anisotropic susceptibilities are now allowed.
8+
* Improve suszeptibility input possibilities:
9+
- give susceptibility to parent collection
10+
- if susceptiblity input is scalar, isotropic susceptibility is assumed, if it is a 3-vector it can be anisotropic
11+
* Various tests included of interface and computation, isotropic and anisotropic tests confirm computaiton
112

213
# 0.2.1a0
314
* Fix null polarization for rotated objects ([#7](https://github.com/magpylib/magpylib-material-response/pull/7))

0 commit comments

Comments
 (0)