File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 16
16
rev : v0.5.5
17
17
hooks :
18
18
- id : ruff
19
- args : ["--fix", "--show-source "]
19
+ args : ["--fix", "--show-files "]
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.4.2] - 2025-07-07
6
+
7
+ ### Contributors
8
+
9
+ - [ @quentinhaenn ] (Quentin Haenn) - Main developer and maintainer
10
+
11
+ ### Changed
12
+
13
+ - Project governance changed : now the project is part of scikit-learn-contrib organization.
14
+ - Updated the README to reflect the new governance and organization.
15
+ - Updated the documentation to reflect the new governance and organization.
16
+ - Updated the test cases to ensure compatibility with the new governance and organization.
17
+ - Enhanced repository standards with codecov, binder examples and zenodo integration.
18
+ - New issue and PR templates
19
+ - Code of conduct and contributing guidelines added
20
+
5
21
## [ 1.4.0] - 2025-06-19
6
22
7
23
### Contributors
Original file line number Diff line number Diff line change 2
2
from .radius_clustering import RadiusClustering
3
3
4
4
__all__ = ["RadiusClustering" ]
5
- __version__ = "1.4.1 "
5
+ __version__ = "1.4.2 "
You can’t perform that action at this time.
0 commit comments