polars-bio 0.11.0__cp39-abi3-win_amd64.whl → 0.12.0__cp39-abi3-win_amd64.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.
- polars_bio/__init__.py +1 -1
- polars_bio/polars_bio.pyd +0 -0
- polars_bio/range_op.py +1 -1
- {polars_bio-0.11.0.dist-info → polars_bio-0.12.0.dist-info}/METADATA +1 -1
- {polars_bio-0.11.0.dist-info → polars_bio-0.12.0.dist-info}/RECORD +7 -7
- {polars_bio-0.11.0.dist-info → polars_bio-0.12.0.dist-info}/WHEEL +0 -0
- {polars_bio-0.11.0.dist-info → polars_bio-0.12.0.dist-info}/licenses/LICENSE +0 -0
polars_bio/__init__.py
CHANGED
polars_bio/polars_bio.pyd
CHANGED
Binary file
|
polars_bio/range_op.py
CHANGED
@@ -64,7 +64,7 @@ class IntervalOperations:
|
|
64
64
|
genomic intervals, provided separately for each set.
|
65
65
|
suffixes: Suffixes for the columns of the two overlapped sets.
|
66
66
|
on_cols: List of additional column names to join on. default is None.
|
67
|
-
algorithm: The algorithm to use for the overlap operation. Available options: Coitrees, IntervalTree, ArrayIntervalTree, Lapper
|
67
|
+
algorithm: The algorithm to use for the overlap operation. Available options: Coitrees, IntervalTree, ArrayIntervalTree, Lapper, SuperIntervals
|
68
68
|
output_type: Type of the output. default is "polars.LazyFrame", "polars.DataFrame", or "pandas.DataFrame" or "datafusion.DataFrame" are also supported.
|
69
69
|
streaming: **EXPERIMENTAL** If True, use Polars [streaming](features.md#streaming) engine.
|
70
70
|
read_options1: Additional options for reading the input files.
|
@@ -1,18 +1,18 @@
|
|
1
|
-
polars_bio-0.
|
2
|
-
polars_bio-0.
|
3
|
-
polars_bio-0.
|
4
|
-
polars_bio/__init__.py,sha256=
|
1
|
+
polars_bio-0.12.0.dist-info/METADATA,sha256=v04PZhV3EQNyoizWP0J2vbn7gzmWMwStUsSm69EdFMc,683
|
2
|
+
polars_bio-0.12.0.dist-info/WHEEL,sha256=2XatmAWXBfp_P6DUtFAtbdzzba6f_xbhEtpqsZt_zEg,94
|
3
|
+
polars_bio-0.12.0.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
4
|
+
polars_bio/__init__.py,sha256=PmPjU4AEfhZGh1iJRrPprII3gtyrYGzqpSfV6N-VlKE,2016
|
5
5
|
polars_bio/constants.py,sha256=m9jMLB8PpbmWcsrCQZhRBGsBAE6X8frsSlgteVeEyo4,119
|
6
6
|
polars_bio/context.py,sha256=AP5EM2TsB9zcomlsPEz8xMwQnEXwqpRsgBTnZsHYQwA,1723
|
7
7
|
polars_bio/interval_op_helpers.py,sha256=8JBGEHQ4Xz300kjVEVdXWcXi_SGQZ0CiNGBIxEqfmXU,3106
|
8
8
|
polars_bio/io.py,sha256=CgvxUqzVweCxv54yMnGOi0XdhK0KJemBJP4GTcraKOY,42038
|
9
9
|
polars_bio/logging.py,sha256=Q25cv4qiwLmAiGJq6ZlqYJn2WJ_uN-c5_eopib2z8bc,1354
|
10
10
|
polars_bio/operations.py,sha256=amhaff8Ha3UuQmS8OCVFXRQWvQOW_4G2T5U8tF1f7mc,2272
|
11
|
-
polars_bio/polars_bio.pyd,sha256=
|
11
|
+
polars_bio/polars_bio.pyd,sha256=fyJXT2qQqYzjhY6IoK4mpAgqq2KUKfcwP4eAzOdyNy4,265314304
|
12
12
|
polars_bio/polars_ext.py,sha256=lT8-cYAvSyhbzbpozjlF59VWTCYOzLafSZ-7bi9f49Y,9658
|
13
|
-
polars_bio/range_op.py,sha256=
|
13
|
+
polars_bio/range_op.py,sha256=DBeNZhgTXjEeTlroPC_9s5chPONrOErA3lhJSt9uzhA,25715
|
14
14
|
polars_bio/range_op_helpers.py,sha256=_BopuRxAlbr_TAVZ2ivrpXd34uHsSU3HXcDhfZ187sU,6571
|
15
15
|
polars_bio/range_op_io.py,sha256=MKl7Zg8Wd_mWLXhOJghrmpNsPOOMvq5pNcJvp9DtCG0,5883
|
16
16
|
polars_bio/range_utils.py,sha256=Q0UPB7DV4mPjOlQ_xDVLN3vJaY9ZEr4IHFVfVBnPLDY,1446
|
17
17
|
polars_bio/sql.py,sha256=Q5kPUZq4C_LNKHkbYbKxOEKbz5pTkmywMyI9qe_l9us,24819
|
18
|
-
polars_bio-0.
|
18
|
+
polars_bio-0.12.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|