scdataloader 2.0.9__tar.gz → 2.0.11__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: scdataloader
3
- Version: 2.0.9
3
+ Version: 2.0.11
4
4
  Summary: a dataloader for single cell data in lamindb
5
5
  Project-URL: repository, https://github.com/jkobject/scDataLoader
6
6
  Author-email: jkobject <jkobject@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "scdataloader"
3
- version = "2.0.9"
3
+ version = "2.0.11"
4
4
  description = "a dataloader for single cell data in lamindb"
5
5
  authors = [
6
6
  {name = "jkobject", email = "jkobject@gmail.com"}
@@ -340,7 +340,7 @@ def load_dataset_local(
340
340
  description: str,
341
341
  use_cache: bool = True,
342
342
  only: Optional[List[int]] = None,
343
- ) -> ln.Dataset:
343
+ ) -> ln.Collection:
344
344
  """
345
345
  This function loads a remote lamindb dataset to local.
346
346
 
File without changes
File without changes
File without changes