File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919transformation layers.
2020"""
2121
22- __version__ = "2.39.1 "
22+ __version__ = "2.40.0 "
2323__name__ = "kamae"
Original file line number Diff line number Diff line change 1414
1515from kamae import __version__
1616
17- semantic_release_version = "2.39.1 "
17+ semantic_release_version = "2.40.0 "
1818
1919
2020def test_version ():
You can’t perform that action at this time.
0 commit comments