GroupMultiNeSS 0.0.2__tar.gz → 0.0.3__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,7 @@
1
1
  import numpy as np
2
2
  from typing import List
3
- from utils import truncated_svd, truncated_eigen_decomposition
3
+
4
+ from .utils import truncated_svd, truncated_eigen_decomposition
4
5
 
5
6
 
6
7
  def MASE(As: np.array, d_shared: int, d_individs: List[int]):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GroupMultiNeSS
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: GroupMultiNeSS package
5
5
  Author: Alexander Kagan
6
6
  Author-email: <amkagan@umich.edu>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GroupMultiNeSS
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: GroupMultiNeSS package
5
5
  Author: Alexander Kagan
6
6
  Author-email: <amkagan@umich.edu>
@@ -3,7 +3,7 @@ from pathlib import Path
3
3
  this_directory = Path(__file__).parent
4
4
  LONG_DESCRIPTION = (this_directory / "README.md").read_text()
5
5
 
6
- VERSION = '0.0.2'
6
+ VERSION = '0.0.3'
7
7
  DESCRIPTION = 'GroupMultiNeSS package'
8
8
 
9
9
  setup(
File without changes
File without changes
File without changes