Skip to content

Commit bbe9539

Browse files
Merge pull request #81 from theislab/dev
Dev
2 parents 3269b56 + 261e73c commit bbe9539

File tree

107 files changed

+2321
-5873
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+2321
-5873
lines changed

batchglm/api/data.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from batchglm.data import design_matrix, design_matrix_from_xarray, design_matrix_from_anndata
2-
from batchglm.data import sample_description_from_xarray, sample_description_from_anndata
3-
from batchglm.data import load_mtx_to_adata, load_mtx_to_xarray, load_recursive_mtx, xarray_from_data
1+
from batchglm.data import design_matrix
42
from batchglm.data import constraint_matrix_from_dict, constraint_matrix_from_string, string_constraints_from_dict
53
from batchglm.data import view_coef_names, preview_coef_names

batchglm/api/models/glm_beta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from batchglm.models.glm_beta import InputData, Model, Simulator
1+
from batchglm.models.glm_beta import InputDataGLM, Model, Simulator
22
from batchglm.train.tf.glm_beta import Estimator

batchglm/api/models/glm_nb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from batchglm.models.glm_nb import InputData, Model, Simulator
1+
from batchglm.models.glm_nb import InputDataGLM, Model, Simulator
22
from batchglm.train.tf.glm_nb import Estimator

batchglm/api/models/glm_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from batchglm.models.glm_norm import InputData, Model, Simulator
1+
from batchglm.models.glm_norm import InputDataGLM, Model, Simulator
22
from batchglm.train.tf.glm_norm import Estimator

batchglm/api/utils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
from . import stats
2-
from . import random
3-
from . import numeric
41
from . import linalg

batchglm/api/utils/numeric.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

batchglm/api/utils/random.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

batchglm/api/utils/stats.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)