Skip to content

Commit e41b111

Browse files
author
semantic-release
committed
4.2.0
Automatically generated by python-semantic-release
1 parent 90805b1 commit e41b111

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# CHANGELOG
22

33

4+
## v4.2.0 (2026-02-01)
5+
6+
### Chores
7+
8+
- Update uv.lock for version 4.1.0
9+
([`5ed3d9e`](https://github.com/jacksonpradolima/gsp-py/commit/5ed3d9e46cf158a2261462cb8974b6bbb452f32e))
10+
11+
### Features
12+
13+
- Add itemset support for co-occurrence semantics in sequence mining
14+
([`90805b1`](https://github.com/jacksonpradolima/gsp-py/commit/90805b190f40ebf34a72da0bbe949cb627140337))
15+
16+
417
## v4.1.0 (2026-02-01)
518

619
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "gsppy"
7-
version = "4.1.0"
7+
version = "4.2.0"
88
description = "GSP (Generalized Sequence Pattern) algorithm in Python"
99
keywords = ["GSP", "sequential patterns", "data analysis", "sequence mining"]
1010
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)