Skip to content

Tags: loganbvh/superscreen

Tags

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix bug when calling find_fluxoid_solution multiple times with the sa…

…me model (#117)

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Polygon resample (#116)

* More robust Polygon.resample using shapely segmentize/iterpolate

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Terminal currents (#114)

* Initial fix for terminal currents

* cleanup

* Update stream function boundary conditions

* Fix tests

* bump version

* run notebooks

* Create wire.ipynb

* Update lint-and-test.yml - add tests for 3.12

* Add 3.12

* Remove old comments

v0.10.5

Toggle v0.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Progress bar in Device.mutual_inductance_matrix() (#111)

* Disable progress bar in Device.mutual_inductance_matrix

* Run notebooks

v0.10.4

Toggle v0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug when saving Solution with terminal_currents (#108)

* Fix bug when saving Solution with terminal_currents

* Update test_transport.py

v0.10.3

Toggle v0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
More memory efficient biot_savart_2d (#107)

* More memory efficient biot_savart_2d

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Screening field at position (#106)

* Fix bug in Solution.screening_field_at_position()

* Update docs

* cleanup solution.py

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Polygon resample (#105)

* Fix bug in Polygon.resample

* Add 0.25 micron hypres SQUID in docs

* Bump version to 0.10.1

* Update test_solve.py: Loosen tolerance slightly

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use matplotlib tri interpolators (#104)

* Use matplotlib tri interpolators instead of scipy.interpolate. This is much faster because the matplotlib versions can use the existing triangulation.

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use less memory in gradient_vertices (#103)

* Use less memory in gradient_vertices

* Optimize device.mutual_inductance_matrix