llg3d 1.4.0__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llg3d
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Solveur pour l'équation de Landau-Lifshitz-Gilbert stochastique en 3D
5
5
  Author-email: Clémentine Courtès <clementine.courtes@math.unistra.fr>, Matthieu Boileau <matthieu.boileau@math.unistra.fr>
6
6
  Project-URL: Homepage, https://gitlab.math.unistra.fr/llg3d/llg3d
@@ -30,6 +30,7 @@ Requires-Dist: sphinx-prompt; extra == "doc"
30
30
  Requires-Dist: sphinx-last-updated-by-git; extra == "doc"
31
31
  Requires-Dist: sphinxcontrib-programoutput; extra == "doc"
32
32
  Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
33
+ Requires-Dist: ipython; extra == "doc"
33
34
 
34
35
  # LLG3D: A solver for the stochastic Landau-Lifshitz-Gilbert equation in 3D
35
36
 
@@ -43,6 +43,7 @@ doc = [
43
43
  "sphinx-last-updated-by-git",
44
44
  "sphinxcontrib-programoutput",
45
45
  "sphinxcontrib-bibtex",
46
+ "ipython"
46
47
  ]
47
48
 
48
49
  [tool.setuptools]
@@ -0,0 +1 @@
1
+ __version__ = "1.4.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llg3d
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Solveur pour l'équation de Landau-Lifshitz-Gilbert stochastique en 3D
5
5
  Author-email: Clémentine Courtès <clementine.courtes@math.unistra.fr>, Matthieu Boileau <matthieu.boileau@math.unistra.fr>
6
6
  Project-URL: Homepage, https://gitlab.math.unistra.fr/llg3d/llg3d
@@ -30,6 +30,7 @@ Requires-Dist: sphinx-prompt; extra == "doc"
30
30
  Requires-Dist: sphinx-last-updated-by-git; extra == "doc"
31
31
  Requires-Dist: sphinxcontrib-programoutput; extra == "doc"
32
32
  Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
33
+ Requires-Dist: ipython; extra == "doc"
33
34
 
34
35
  # LLG3D: A solver for the stochastic Landau-Lifshitz-Gilbert equation in 3D
35
36
 
@@ -14,6 +14,7 @@ sphinx-prompt
14
14
  sphinx-last-updated-by-git
15
15
  sphinxcontrib-programoutput
16
16
  sphinxcontrib-bibtex
17
+ ipython
17
18
 
18
19
  [test]
19
20
  pytest
@@ -1 +0,0 @@
1
- __version__ = "1.4.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes