gsppy 3.0.0__py3-none-any.whl → 3.0.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gsppy
3
- Version: 3.0.0
3
+ Version: 3.0.1
4
4
  Summary: GSP (Generalized Sequence Pattern) algorithm in Python
5
5
  Project-URL: Homepage, https://github.com/jacksonpradolima/gsp-py
6
6
  Author-email: Jackson Antonio do Prado Lima <jacksonpradolima@gmail.com>
@@ -42,20 +42,20 @@ Requires-Python: >=3.10
42
42
  Requires-Dist: click>=8.0.0
43
43
  Provides-Extra: dev
44
44
  Requires-Dist: cython==3.1.3; extra == 'dev'
45
- Requires-Dist: hatch==1.14.0; extra == 'dev'
45
+ Requires-Dist: hatch==1.14.1; extra == 'dev'
46
46
  Requires-Dist: hatchling==1.27.0; extra == 'dev'
47
47
  Requires-Dist: mypy==1.18.1; extra == 'dev'
48
- Requires-Dist: pylint==3.2.7; extra == 'dev'
48
+ Requires-Dist: pylint==3.3.8; extra == 'dev'
49
49
  Requires-Dist: pyright==1.1.405; extra == 'dev'
50
50
  Requires-Dist: pytest-benchmark==5.1.0; extra == 'dev'
51
- Requires-Dist: pytest-cov==5.0.0; extra == 'dev'
52
- Requires-Dist: pytest==8.3.4; extra == 'dev'
51
+ Requires-Dist: pytest-cov==7.0.0; extra == 'dev'
52
+ Requires-Dist: pytest==8.4.2; extra == 'dev'
53
53
  Requires-Dist: ruff==0.13.0; extra == 'dev'
54
54
  Requires-Dist: tox==4.30.2; extra == 'dev'
55
55
  Provides-Extra: gpu
56
56
  Requires-Dist: cupy<14,>=11; extra == 'gpu'
57
57
  Provides-Extra: rust
58
- Requires-Dist: maturin==1.6.0; extra == 'rust'
58
+ Requires-Dist: maturin==1.9.4; extra == 'rust'
59
59
  Description-Content-Type: text/markdown
60
60
 
61
61
  [![PyPI License](https://img.shields.io/pypi/l/gsppy.svg?style=flat-square)]()
@@ -3,8 +3,8 @@ gsppy/accelerate.py,sha256=YO3YQFzo2VAC6IXOTnQnOajkZO7SabkieGb1IPgWdSI,10407
3
3
  gsppy/cli.py,sha256=wsGoc_utxpRfgCF9vPOAyLDTOJZ8NaiwiUny5VyIYvQ,6567
4
4
  gsppy/gsp.py,sha256=GCHFhOu-DyHEPsse_OXzf9IaZoigF8ouRqgn_OsZBvA,14855
5
5
  gsppy/utils.py,sha256=YlV0F64lnd2Xymf6XnYr6mMLYWV2f2yjaHkZbAS1Qs0,3362
6
- gsppy-3.0.0.dist-info/METADATA,sha256=5Q6iWC2tabQyDFjEztrgK4nsOWzz4z21oSXmFvQ0wU8,17670
7
- gsppy-3.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- gsppy-3.0.0.dist-info/entry_points.txt,sha256=smvmcIWk424ARIGKOC_BM42hpT_SptKPcIeqs-8u8lM,41
9
- gsppy-3.0.0.dist-info/licenses/LICENSE,sha256=AlXanKSqFzo_o-87gp3Qw3XzbmnfxYy7O0xJOcQGWJo,1086
10
- gsppy-3.0.0.dist-info/RECORD,,
6
+ gsppy-3.0.1.dist-info/METADATA,sha256=vt35btl69hnEM4R1Kz-U5m-2MHEN5hdkHBk-uJ2eKAw,17670
7
+ gsppy-3.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ gsppy-3.0.1.dist-info/entry_points.txt,sha256=smvmcIWk424ARIGKOC_BM42hpT_SptKPcIeqs-8u8lM,41
9
+ gsppy-3.0.1.dist-info/licenses/LICENSE,sha256=AlXanKSqFzo_o-87gp3Qw3XzbmnfxYy7O0xJOcQGWJo,1086
10
+ gsppy-3.0.1.dist-info/RECORD,,
File without changes