kmclab 0.1.0__tar.gz → 0.1.2__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.4
2
2
  Name: kmclab
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Hex and square lattice KMC classes.
5
5
  Author: Shirin Asadi
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kmclab"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Hex and square lattice KMC classes."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  import numpy as np
2
3
  from matplotlib.animation import FuncAnimation, PillowWriter
3
4
  import matplotlib.cm as cm
@@ -5,7 +6,6 @@ from numpy.polynomial.polynomial import Polynomial
5
6
  import matplotlib.pyplot as plt
6
7
  import matplotlib.patches as patches
7
8
  from scipy.stats import linregress
8
- from __future__ import annotations
9
9
 
10
10
 
11
11
  class hex_kmc:
@@ -1,3 +1,4 @@
1
+ from __future__ import annotations
1
2
  import numpy as np
2
3
  from matplotlib.animation import FuncAnimation, PillowWriter
3
4
  import matplotlib.cm as cm
@@ -5,7 +6,6 @@ from numpy.polynomial.polynomial import Polynomial
5
6
  import matplotlib.pyplot as plt
6
7
  import matplotlib.patches as patches
7
8
  from scipy.stats import linregress
8
- from __future__ import annotations
9
9
 
10
10
 
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kmclab
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Hex and square lattice KMC classes.
5
5
  Author: Shirin Asadi
6
6
  License: MIT
File without changes
File without changes
File without changes