Skip to content

Commit 60b81c4

Browse files
author
semantic-release
committed
2.40.0
Automatically generated by python-semantic-release
1 parent 579612b commit 60b81c4

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## v2.40.0 (2026-05-06)
6+
7+
### Documentation
8+
9+
* docs: README restructured (#39)
10+
11+
- Installation moved further up, above the massive table
12+
- Quick start shows a quick example
13+
- Sklearn removed as a proper usage pattern
14+
- Reduced size by ~40%
15+
- Much more readable ([`28c70ba`](https://github.com/ExpediaGroup/kamae/commit/28c70ba817d079b21fe668d5fc11dbf1492d1c6e))
16+
17+
### Feature
18+
19+
* feat: pairwise sim and array reduce max (#44)
20+
21+
* adding modules for pairwise similarity
22+
23+
* tests for pairwise similarity
24+
25+
* adding the new modules on README and tests of serialisation
26+
27+
* formatting issues
28+
29+
* fix header ([`579612b`](https://github.com/ExpediaGroup/kamae/commit/579612b13b3e638522ee577abbeb4d592bfcfce3))
30+
31+
532
## v2.39.1 (2026-04-14)
633

734
### Fix

src/kamae/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
transformation layers.
2020
"""
2121

22-
__version__ = "2.39.1"
22+
__version__ = "2.40.0"
2323
__name__ = "kamae"

tests/kamae/test_kamae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from kamae import __version__
1616

17-
semantic_release_version = "2.39.1"
17+
semantic_release_version = "2.40.0"
1818

1919

2020
def test_version():

0 commit comments

Comments
 (0)