llg3d 1.3.0__tar.gz → 1.4.0__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.0
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
@@ -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",
@@ -0,0 +1 @@
1
+ __version__ = "1.4.0"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llg3d
3
- Version: 1.3.0
3
+ Version: 1.4.0
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
@@ -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