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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ All notable changes to magpylib are documented here.
9
9
## [2.2.0b] - 2019-12-27
10
10
11
11
### Changed
12
-
- Improved performance of getB for diametral magnetized Cylinders by 20%
13
-
- IMPORTANT: position arguments of `getBv` functions have been flipped! First comes the source position POSm THEN the observer position POSo!
12
+
- Improved performance of getB for diametral magnetized Cylinders by 20%.
13
+
- GetB of Line current now uses vectorized code which leads to massive performance enhancement.
14
+
-**IMPORTANT:** position arguments of `getBv` functions have been flipped! First comes the source position POSm THEN the observer position POSo!
14
15
15
16
### Added
16
17
- completed the library vector functionality adding magnet Cylinder, moment Dipole, current Circular and Line. This includes adding several private vectorized functions (e.g. ellipticV) to mathLib_vector, adding respective tests and docu examples.
Copy file name to clipboardExpand all lines: docs/index.rst
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ What is magpylib ?
9
9
- Free Python package for calculating magnetic fields of magnets, currents and moments (sources).
10
10
- Provides convenient methods to create, geometrically manipulate, group and visualize assemblies of sources.
11
11
- The magnetic fields are determined from underlying (semi-analytical) solutions which results in fast computation times and requires little computation power.
12
+
- For high performance computation (e.g. for multivariate parameter space analysis) all functions are also available in vectorized form.
0 commit comments