llg3d 1.3.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,3 +1,4 @@
1
- This code was started by Clémentine Courtès <clementine.courtes@math.unistra.fr> as a jupyter notebook
1
+ This code was started by Clémentine Courtès <clementine.courtes@math.unistra.fr> (IRMA, Université de Strasbourg) as a jupyter notebook
2
2
  in 2022. It was then converted to a python package, optimized and parallelized with MPI
3
- by Matthieu Boileau <matthieu.boileau@math.unistra.fr>.
3
+ by Matthieu Boileau <matthieu.boileau@math.unistra.fr> (IRMA, CNRS).
4
+
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llg3d
3
- Version: 1.3.0
3
+ Version: 1.4.1
4
4
  Summary: Solveur pour l'équation de Landau-Lifshitz-Gilbert stochastique en 3D
5
- Author-email: IRMA <matthieu.boileau@math.unistra.fr>
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
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -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
 
@@ -4,7 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "llg3d"
7
- authors = [{ name = "IRMA", email = "matthieu.boileau@math.unistra.fr" }]
7
+ authors = [
8
+ { name = "Clémentine Courtès", email = "clementine.courtes@math.unistra.fr" },
9
+ { name = "Matthieu Boileau", email = "matthieu.boileau@math.unistra.fr" },
10
+ ]
8
11
  description = "Solveur pour l'équation de Landau-Lifshitz-Gilbert stochastique en 3D"
9
12
  classifiers = [
10
13
  "Programming Language :: Python :: 3",
@@ -40,6 +43,7 @@ doc = [
40
43
  "sphinx-last-updated-by-git",
41
44
  "sphinxcontrib-programoutput",
42
45
  "sphinxcontrib-bibtex",
46
+ "ipython"
43
47
  ]
44
48
 
45
49
  [tool.setuptools]
@@ -0,0 +1 @@
1
+ __version__ = "1.4.1"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llg3d
3
- Version: 1.3.0
3
+ Version: 1.4.1
4
4
  Summary: Solveur pour l'équation de Landau-Lifshitz-Gilbert stochastique en 3D
5
- Author-email: IRMA <matthieu.boileau@math.unistra.fr>
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
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
@@ -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.3.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