Change Log
View release history on PyPI or GitHub.
Note
pyTDGL
uses semantic versioning, with version numbers specified as
MAJOR.MINOR.PATCH
. In particular, note that:
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
Version 1.0.0 defines the public API.
Version 0.8.0
Release date: 2023-10-30 | PyPI | GitHub
Changes
Version 0.7.1
Release date: 2023-10-16 | PyPI | GitHub
Changes
Version 0.7.0
Release date: 2023-10-05 | PyPI | GitHub
Changes
Add
tdgl.Solution.magnetic_moment()
to compute the total magnetic dipole moment of a film (#46)Add option to plot the results of a running simulation in real time (#47)
To use, you can 1) set
tdgl.SolverOptions.monitor = True
, or 2) runtdgl.visualize --input=<h5_file_path> monitor
from a separate terminal, where<h5_file_path>
is the path to the HDF5 file for the currently-running simulation. See Visualization for more details.
Version 0.6.1
Release date: 2023-10-03 | PyPI | GitHub
Changes
Version 0.6.0
Release date: 2023-09-28 | PyPI | GitHub
Changes
Add GPU support using CuPy (#36)
Refactor solver into a class,
tdgl.TDGLSolver
, for better readability and easier profilingAdd GPU support using CuPy
Version 0.5.1
Release date: 2023-09-21 | PyPI | GitHub
Changes
Fix scaling issue in screening code (#37)
Version 0.5.0
Release date: 2023-09-08 | PyPI | GitHub
Changes
Version 0.4.0
Release date: 2023-08-30 | PyPI | GitHub
Changes
Use matplotlib tri interpolators (#25)
Version 0.3.1
Release date: 2023-07-24 | PyPI | GitHub
Changes
Version 0.3.0
Release date: 2023-06-08 | PyPI | GitHub
Changes
Version 0.2.1
Release date: 2023-02-07 | PyPI | GitHub
Changes
Fix typos in docs (# 15).
Version 0.1.1
Release date: 2023-01-05 | PyPI | GitHub
Changes
Removed
pinning_sites
argument intdgl.solve()
(#10). Pinning should be implemented usingdisorder_epsilon
.
Version 0.1.0 (initial release)
Release date: 2023-01-04 | PyPI | GitHub