gsppy 3.5.0__tar.gz → 4.0.0__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.
Files changed (32) hide show
  1. {gsppy-3.5.0 → gsppy-4.0.0}/CHANGELOG.md +152 -0
  2. {gsppy-3.5.0 → gsppy-4.0.0}/PKG-INFO +465 -13
  3. {gsppy-3.5.0 → gsppy-4.0.0}/README.md +454 -8
  4. gsppy-4.0.0/gsppy/__init__.py +78 -0
  5. {gsppy-3.5.0 → gsppy-4.0.0}/gsppy/cli.py +314 -11
  6. gsppy-4.0.0/gsppy/dataframe_adapters.py +458 -0
  7. gsppy-4.0.0/gsppy/enums.py +49 -0
  8. {gsppy-3.5.0 → gsppy-4.0.0}/gsppy/gsp.py +205 -11
  9. gsppy-4.0.0/gsppy/pruning.py +412 -0
  10. gsppy-4.0.0/gsppy/token_mapper.py +99 -0
  11. {gsppy-3.5.0 → gsppy-4.0.0}/gsppy/utils.py +120 -0
  12. {gsppy-3.5.0 → gsppy-4.0.0}/pyproject.toml +19 -7
  13. {gsppy-3.5.0 → gsppy-4.0.0}/tests/test_cli.py +70 -3
  14. gsppy-4.0.0/tests/test_dataframe.py +341 -0
  15. gsppy-4.0.0/tests/test_pruning.py +400 -0
  16. gsppy-4.0.0/tests/test_spm_format.py +303 -0
  17. {gsppy-3.5.0 → gsppy-4.0.0}/tox.ini +1 -1
  18. gsppy-3.5.0/gsppy/__init__.py +0 -29
  19. {gsppy-3.5.0 → gsppy-4.0.0}/.gitignore +0 -0
  20. {gsppy-3.5.0 → gsppy-4.0.0}/CONTRIBUTING.md +0 -0
  21. {gsppy-3.5.0 → gsppy-4.0.0}/LICENSE +0 -0
  22. {gsppy-3.5.0 → gsppy-4.0.0}/SECURITY.md +0 -0
  23. {gsppy-3.5.0 → gsppy-4.0.0}/gsppy/accelerate.py +0 -0
  24. {gsppy-3.5.0 → gsppy-4.0.0}/gsppy/py.typed +0 -0
  25. {gsppy-3.5.0 → gsppy-4.0.0}/rust/Cargo.lock +0 -0
  26. {gsppy-3.5.0 → gsppy-4.0.0}/rust/Cargo.toml +0 -0
  27. {gsppy-3.5.0 → gsppy-4.0.0}/rust/src/lib.rs +0 -0
  28. {gsppy-3.5.0 → gsppy-4.0.0}/tests/__init__.py +0 -0
  29. {gsppy-3.5.0 → gsppy-4.0.0}/tests/test_gsp.py +0 -0
  30. {gsppy-3.5.0 → gsppy-4.0.0}/tests/test_gsp_fuzzing.py +0 -0
  31. {gsppy-3.5.0 → gsppy-4.0.0}/tests/test_temporal_constraints.py +0 -0
  32. {gsppy-3.5.0 → gsppy-4.0.0}/tests/test_utils.py +0 -0
@@ -1,6 +1,158 @@
1
1
  # CHANGELOG
2
2
 
3
3
 
4
+ ## v4.0.0 (2026-02-01)
5
+
6
+ ### Chores
7
+
8
+ - Add additional VSCode extensions for improved development experience
9
+ ([`107dfa4`](https://github.com/jacksonpradolima/gsp-py/commit/107dfa422005f4cdec4655a9751fd0d6e597773f))
10
+
11
+ - Update uv.lock for version 3.6.1
12
+ ([`d8d7394`](https://github.com/jacksonpradolima/gsp-py/commit/d8d73947d570844c02e9d974b626da26f07cf1e6))
13
+
14
+ ### Features
15
+
16
+ - Add SPM/GSP delimiter format loader and token mapping utilities
17
+ ([`4ac1d34`](https://github.com/jacksonpradolima/gsp-py/commit/4ac1d34d166f21d30968872cf16c1bde3ff1f2aa))
18
+
19
+ ### Refactoring
20
+
21
+ - Add type casting for return values in read_transactions_from_spm
22
+ ([`2099bfd`](https://github.com/jacksonpradolima/gsp-py/commit/2099bfd5253a1dc058dd46bd0da077810958fa76))
23
+
24
+ - Update read_transactions_from_spm to return mappings and adjust tests
25
+ ([`373b8ff`](https://github.com/jacksonpradolima/gsp-py/commit/373b8ff0d7f131140bcdbd039fae0d02572e86b7))
26
+
27
+
28
+ ## v3.6.1 (2026-01-31)
29
+
30
+ ### Bug Fixes
31
+
32
+ - Typing for polars and pandas
33
+ ([`0773992`](https://github.com/jacksonpradolima/gsp-py/commit/07739921d074e55c8436a88a73e510b1d8761510))
34
+
35
+ ### Build System
36
+
37
+ - **deps**: Bump actions/checkout in /.github/workflows
38
+ ([`7af193d`](https://github.com/jacksonpradolima/gsp-py/commit/7af193d515972eeca5d8e354e91a60e488357cfb))
39
+
40
+ Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release
41
+ notes](https://github.com/actions/checkout/releases) -
42
+ [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) -
43
+ [Commits](https://github.com/actions/checkout/compare/v4.3.1...de0fac2e4500dabe0009e67214ff5f5447ce83dd)
44
+
45
+ --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2
46
+
47
+ dependency-type: direct:production
48
+
49
+ update-type: version-update:semver-major
50
+
51
+ ...
52
+
53
+ Signed-off-by: dependabot[bot] <support@github.com>
54
+
55
+ - **deps**: Bump actions/github-script in /.github/workflows
56
+ ([`03a7588`](https://github.com/jacksonpradolima/gsp-py/commit/03a7588301421369731d3d543f81b93c25c292ef))
57
+
58
+ Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. -
59
+ [Release notes](https://github.com/actions/github-script/releases) -
60
+ [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...ed597411d8f924073f98dfc5c65a23a2325f34cd)
61
+
62
+ --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0
63
+
64
+ dependency-type: direct:production
65
+
66
+ update-type: version-update:semver-major
67
+
68
+ ...
69
+
70
+ Signed-off-by: dependabot[bot] <support@github.com>
71
+
72
+ - **deps**: Bump actions/setup-python in /.github/workflows
73
+ ([`75771bf`](https://github.com/jacksonpradolima/gsp-py/commit/75771bff660b3842f2c8d84bdaeb013941e5abe0))
74
+
75
+ Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.2.0. -
76
+ [Release notes](https://github.com/actions/setup-python/releases) -
77
+ [Commits](https://github.com/actions/setup-python/compare/v5.6.0...a309ff8b426b58ec0e2a45f0f869d46889d02405)
78
+
79
+ --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0
80
+
81
+ dependency-type: direct:production
82
+
83
+ update-type: version-update:semver-major
84
+
85
+ ...
86
+
87
+ Signed-off-by: dependabot[bot] <support@github.com>
88
+
89
+ - **deps**: Bump actions/stale in /.github/workflows
90
+ ([`e699ccd`](https://github.com/jacksonpradolima/gsp-py/commit/e699ccdac689734b4694665d924ace8bba479253))
91
+
92
+ Bumps [actions/stale](https://github.com/actions/stale) from 9.0.0 to 10.1.1. - [Release
93
+ notes](https://github.com/actions/stale/releases) -
94
+ [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) -
95
+ [Commits](https://github.com/actions/stale/compare/28ca1036281a5e5922ead5184a1bbf96e5fc984e...997185467fa4f803885201cee163a9f38240193d)
96
+
97
+ --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.1
98
+
99
+ dependency-type: direct:production
100
+
101
+ update-type: version-update:semver-major
102
+
103
+ ...
104
+
105
+ Signed-off-by: dependabot[bot] <support@github.com>
106
+
107
+ - **deps**: Bump actions/upload-artifact in /.github/workflows
108
+ ([`17efaff`](https://github.com/jacksonpradolima/gsp-py/commit/17efaffc755c017e066c0286464899ead6e2cae4))
109
+
110
+ Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. -
111
+ [Release notes](https://github.com/actions/upload-artifact/releases) -
112
+ [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...b7c566a772e6b6bfb58ed0dc250532a479d7789f)
113
+
114
+ --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0
115
+
116
+ dependency-type: direct:production
117
+
118
+ update-type: version-update:semver-major
119
+
120
+ ...
121
+
122
+ Signed-off-by: dependabot[bot] <support@github.com>
123
+
124
+ ### Chores
125
+
126
+ - Update uv.lock for version 3.6.0
127
+ ([`4c2a5e5`](https://github.com/jacksonpradolima/gsp-py/commit/4c2a5e5967482443c2db645c9ba4744bd2110dd1))
128
+
129
+ - **deps**: Bump ty and ruff
130
+ ([`07a20df`](https://github.com/jacksonpradolima/gsp-py/commit/07a20df9fb4ff3a3b022d28d152b586ca45383c8))
131
+
132
+
133
+ ## v3.6.0 (2026-01-26)
134
+
135
+ ### Chores
136
+
137
+ - Update uv.lock for version 3.5.0
138
+ ([`e2c1be0`](https://github.com/jacksonpradolima/gsp-py/commit/e2c1be0945b0b124d8afa8981877513449b29ff0))
139
+
140
+ ### Features
141
+
142
+ - Add flexible pruning strategy system to GSP algorithm
143
+ ([`94089cc`](https://github.com/jacksonpradolima/gsp-py/commit/94089cc5716ec6d7c7a6e0720843162db116fca2))
144
+
145
+ feat: add flexible pruning strategy system to GSP algorithm
146
+
147
+ - Add typing-extensions as a dependency
148
+ ([`6222945`](https://github.com/jacksonpradolima/gsp-py/commit/62229455ef3976c405d96e5ea9d5cafaf5eee6e3))
149
+
150
+ ### Refactoring
151
+
152
+ - Pruning strategy initialization and enhance type hints; add typing_extensions dependency
153
+ ([`ddc0abd`](https://github.com/jacksonpradolima/gsp-py/commit/ddc0abd9352797dd19988f60d6287da421ef60cf))
154
+
155
+
4
156
  ## v3.5.0 (2026-01-26)
5
157
 
6
158
  ### Bug Fixes