polars-bio 0.14.0__cp39-abi3-macosx_11_0_arm64.whl → 0.14.1__cp39-abi3-macosx_11_0_arm64.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 CHANGED
@@ -73,7 +73,7 @@ except ImportError:
73
73
  POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"
74
74
 
75
75
 
76
- __version__ = "0.14.0"
76
+ __version__ = "0.14.1"
77
77
  __all__ = [
78
78
  "ctx",
79
79
  "FilterOp",
polars_bio/io.py CHANGED
@@ -997,8 +997,12 @@ class GffLazyFrameWrapper:
997
997
  from .context import ctx
998
998
 
999
999
  gff_options = GffReadOptions(
1000
- attr_fields=attribute_cols if attribute_cols else None,
1001
- thread_num=1,
1000
+ attr_fields=attribute_cols,
1001
+ thread_num=getattr(
1002
+ getattr(self._read_options, "gff_read_options", None),
1003
+ "thread_num",
1004
+ 1,
1005
+ ),
1002
1006
  object_storage_options=PyObjectStorageOptions(
1003
1007
  allow_anonymous=True,
1004
1008
  enable_request_payer=False,
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: polars-bio
3
- Version: 0.14.0
3
+ Version: 0.14.1
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -1,14 +1,14 @@
1
- polars_bio-0.14.0.dist-info/METADATA,sha256=f6XqkJ12QrWensCi-C5g5rGWRMz9oS5BIcKy0VAA2uI,729
2
- polars_bio-0.14.0.dist-info/WHEEL,sha256=DLqF2HZq4W_umZdP6RnfAuqhmtX_UrV4mkqrSIMhipE,102
3
- polars_bio-0.14.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4
- polars_bio/__init__.py,sha256=OuGpBDjpIjypj2obhiawe0PQemFhnqZULYn2sFRksoc,2977
1
+ polars_bio-0.14.1.dist-info/METADATA,sha256=8KJaeMbWl9JubvvkFtXgXIqguS51h_Q9By9zS_LqgDQ,729
2
+ polars_bio-0.14.1.dist-info/WHEEL,sha256=DLqF2HZq4W_umZdP6RnfAuqhmtX_UrV4mkqrSIMhipE,102
3
+ polars_bio-0.14.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4
+ polars_bio/__init__.py,sha256=7zRueEP9WGpQFe3U9rgbB6fZlOxLmbFjdS4nS56T74c,2977
5
5
  polars_bio/constants.py,sha256=FSElRAICog-CpyfK6OumYcfChKouYfpWLKLpMvi8zaY,116
6
6
  polars_bio/context.py,sha256=1dn-tYqq5S2c_kW4baV6_AE8BzYavnwPoWhCmGdvzBU,1666
7
7
  polars_bio/interval_op_helpers.py,sha256=xMWxu2y3jIwt0KCtzIPF_cvbUMdhrb8Mif74MbHU1qY,2834
8
- polars_bio/io.py,sha256=81HSyif7bJUtkkAOuoOGy8aKGXbolzje4pdAstwhODg,51004
8
+ polars_bio/io.py,sha256=CZfAd_rJfSvvdSuBXPQJw-BOprpbcgmDBjo2CdBQI2E,51133
9
9
  polars_bio/logging.py,sha256=7vu1zLq2QOe9C2svD_ZDdwo3w0EI1MWF7ZXoYqdhOjE,1315
10
10
  polars_bio/operations.py,sha256=hYFr40OeoEEq_S4g-zHBvHRQhXpAOiltS1DwxnbFa1I,2212
11
- polars_bio/polars_bio.abi3.so,sha256=fWWXTSQM2srM-Wx-sSVqLf5xWxq5pbhtSJvCFOScAe4,263702800
11
+ polars_bio/polars_bio.abi3.so,sha256=BqhH19R2sOoa9nnntVr-a57qapwCNWpSM0rKK8e3pPE,263686080
12
12
  polars_bio/polars_ext.py,sha256=zELk_w_ScMFYJsfQl4qI3UucdahkCNovWKY595HrkK8,9416
13
13
  polars_bio/range_op.py,sha256=awmzuCfsy19osJ-M3UwTCr2zT2oSsJtzwl5I3KcB5aI,25693
14
14
  polars_bio/range_op_helpers.py,sha256=pgia2ewu9IzZMMcNvxoeHdaJmBdxVyhSxpHPM6Vc7lw,6040
@@ -16,4 +16,4 @@ polars_bio/range_op_io.py,sha256=Cs30bagbiJvmjebDaD1go9WIFlSlXeLgmmr5tHvZTII,707
16
16
  polars_bio/range_utils.py,sha256=Y9vJVfL50gLP3kLE0Z7xjTc8qggoFpHX1WBRzIOvXpU,1398
17
17
  polars_bio/sql.py,sha256=L3uwHEOT6BNmKmJVBD-8Mm0iWqrDyKLVkOwFzV4UlBw,24517
18
18
  polars_bio/utils.py,sha256=AFrVVGpTwrhwhbVApbra2fH7wqo2IaPNMIwi796P-hQ,4972
19
- polars_bio-0.14.0.dist-info/RECORD,,
19
+ polars_bio-0.14.1.dist-info/RECORD,,