scdataloader 1.0.6__tar.gz → 1.1.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,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: scdataloader
3
- Version: 1.0.6
3
+ Version: 1.1.3
4
4
  Summary: a dataloader for single cell data in lamindb
5
5
  Home-page: https://github.com/jkobject/scDataLoader
6
6
  License: GPL3
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
13
13
  Provides-Extra: dev
14
14
  Requires-Dist: anndata
15
15
  Requires-Dist: biomart
16
- Requires-Dist: bionty (==0.48.0)
16
+ Requires-Dist: bionty (==0.49.0)
17
17
  Requires-Dist: black (>=23.10.1,<24.0.0) ; extra == "dev"
18
18
  Requires-Dist: cellxgene-census
19
19
  Requires-Dist: coverage (>=7.3.2,<8.0.0) ; extra == "dev"
@@ -23,7 +23,7 @@ Requires-Dist: flake8 (>=6.1.0,<7.0.0) ; extra == "dev"
23
23
  Requires-Dist: gitchangelog (>=3.0.4,<4.0.0) ; extra == "dev"
24
24
  Requires-Dist: ipykernel
25
25
  Requires-Dist: isort (>=5.12.0,<6.0.0) ; extra == "dev"
26
- Requires-Dist: lamindb (==0.75.1)
26
+ Requires-Dist: lamindb (==0.76.3)
27
27
  Requires-Dist: leidenalg
28
28
  Requires-Dist: lightning
29
29
  Requires-Dist: matplotlib
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "scdataloader"
3
- version = "1.0.6"
3
+ version = "1.1.3"
4
4
  description = "a dataloader for single cell data in lamindb"
5
5
  authors = ["jkobject"]
6
6
  license = "GPL3"
@@ -10,8 +10,8 @@ keywords = ["scRNAseq", "dataloader", "pytorch", "lamindb", "scPRINT"]
10
10
 
11
11
  [tool.poetry.dependencies]
12
12
  python = "3.10.*"
13
- lamindb = "0.75.1"
14
- bionty = "0.48.0"
13
+ lamindb = "0.76.3"
14
+ bionty = "0.49.0"
15
15
  cellxgene-census = "*"
16
16
  torch = "*"
17
17
  lightning = "*"
@@ -0,0 +1 @@
1
+ 1.1.3
@@ -161,7 +161,10 @@ class Collator:
161
161
  raise ValueError("how must be either most expr or random expr")
162
162
  if (
163
163
  (self.add_zero_genes > 0) or (self.max_len > len(nnz_loc))
164
- ) and self.how not in ["all", "some"]:
164
+ ) and self.how not in [
165
+ "all",
166
+ "some",
167
+ ]:
165
168
  zero_loc = np.where(expr == 0)[0]
166
169
  zero_loc = zero_loc[
167
170
  np.random.choice(
@@ -1 +0,0 @@
1
- 1.0.5
File without changes
File without changes