cap-anndata 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

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.
cap_anndata/backed_df.py CHANGED
@@ -1,6 +1,6 @@
1
1
  import pandas as pd
2
2
  import numpy as np
3
- from typing import List, Any
3
+ from typing import List, Any, Union
4
4
  import logging
5
5
 
6
6
  from pandas._typing import Self
@@ -65,5 +65,5 @@ class CapAnnDataDF(pd.DataFrame):
65
65
  column_order = np.append(self.column_order, new_columns)
66
66
  return self.from_df(result, column_order=column_order)
67
67
 
68
- def copy(self, deep: bool_t | None = True) -> Self:
68
+ def copy(self, deep: Union[bool_t, None] = True) -> Self:
69
69
  return self.from_df(super().copy(deep=deep), column_order=self.column_order)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cap_anndata
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Partial read/write of AnnData (h5ad) files for low-memory operations with large datasets.
5
5
  Home-page: https://github.com/cellannotation/cap-anndata
6
6
  Author: R. Mukhin, A. Isaev
@@ -15,8 +15,10 @@ License-File: LICENSE
15
15
  Requires-Dist: numpy >=1.26.3
16
16
  Requires-Dist: pandas >=2.2.0
17
17
  Requires-Dist: anndata >=0.10.5
18
+ Requires-Dist: h5py >=3.5.0
18
19
  Provides-Extra: dev
19
20
  Requires-Dist: pytest >=8.0.0 ; extra == 'dev'
21
+ Requires-Dist: setuptools ~=69.1.1 ; extra == 'dev'
20
22
 
21
23
  # CAP-AnnData: Enhanced Partial I/O for AnnData Files
22
24
 
@@ -1,10 +1,10 @@
1
1
  cap_anndata/__init__.py,sha256=l9lvFpcMsQksp8_dI-fjUgrImoMdztbu3jVSdmxNPmA,205
2
- cap_anndata/backed_df.py,sha256=wKtQ_LkTpfPIfBod9kGlEUrmJMYe7TGs9TZexvmz7QI,2678
2
+ cap_anndata/backed_df.py,sha256=06wZwEjszFQ8lkvy6-GgD_SD14idu9857RtlfMQiBjE,2691
3
3
  cap_anndata/backed_uns.py,sha256=Tfxoz3RgcgENf4SvxFOox9w048K2QmBTh1VbAf4yqVI,854
4
4
  cap_anndata/cap_anndata.py,sha256=nv5f7A9jyK_rZ2kx54XvnX-V65MFlE3CYQC-n_zBhB8,10097
5
5
  cap_anndata/reader.py,sha256=kg9xoS_S0gY6WpsHE8PwGMa14VXh9Ibqjw4bwoerYsE,1267
6
- cap_anndata-0.2.0.dist-info/LICENSE,sha256=JAV0w7TBl6wQe9iFcCKjAWgpurym0f-Q0B75zm2PrKw,1560
7
- cap_anndata-0.2.0.dist-info/METADATA,sha256=xh25tmJOKCeTnWL3Cir-PXixFmZYIUcKuaUw4Uzrarg,9487
8
- cap_anndata-0.2.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
- cap_anndata-0.2.0.dist-info/top_level.txt,sha256=GKi_Uk4LUhXwWBfFCTIyJvEoJqFREt_4uH4CWgeLsg4,12
10
- cap_anndata-0.2.0.dist-info/RECORD,,
6
+ cap_anndata-0.2.1.dist-info/LICENSE,sha256=JAV0w7TBl6wQe9iFcCKjAWgpurym0f-Q0B75zm2PrKw,1560
7
+ cap_anndata-0.2.1.dist-info/METADATA,sha256=KuFmqvbkQ4O61na6ifNlekuL6t2NU2NxrSV3npXUfMg,9569
8
+ cap_anndata-0.2.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
+ cap_anndata-0.2.1.dist-info/top_level.txt,sha256=GKi_Uk4LUhXwWBfFCTIyJvEoJqFREt_4uH4CWgeLsg4,12
10
+ cap_anndata-0.2.1.dist-info/RECORD,,