GroupMultiNeSS 0.0.1__tar.gz → 0.0.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.
@@ -6,11 +6,11 @@ import seaborn as sns
6
6
  from multiprocessing import Manager
7
7
  from copy import deepcopy
8
8
  from itertools import product
9
- from utils import MultipleNetworkTrainTestSplitter
10
9
  from more_itertools import zip_equal
11
10
 
12
11
  from .utils import soft_thresholding_operator, hard_thresholding_operator, make_error_report, \
13
- mean_frobenius_error, EarlyStopper, if_scalar_or_given_length_array, fill_diagonals
12
+ mean_frobenius_error, EarlyStopper, if_scalar_or_given_length_array, fill_diagonals, \
13
+ MultipleNetworkTrainTestSplitter
14
14
  from .base import BaseMultiplexNetworksModel, BaseRefitting, SharedMemoryMatrixFitter
15
15
  from .MASE import ASE
16
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GroupMultiNeSS
3
- Version: 0.0.1
3
+ Version: 0.0.2
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.1
3
+ Version: 0.0.2
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.1'
6
+ VERSION = '0.0.2'
7
7
  DESCRIPTION = 'GroupMultiNeSS package'
8
8
 
9
9
  setup(
File without changes
File without changes
File without changes