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 1616 rev : v0.5.5
1717 hooks :
1818 - id : ruff
19- args : ["--fix", "--show-source "]
19+ args : ["--fix", "--show-files "]
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
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+
521## [ 1.4.0] - 2025-06-19
622
723### Contributors
Original file line number Diff line number Diff line change 22from .radius_clustering import RadiusClustering
33
44__all__ = ["RadiusClustering" ]
5- __version__ = "1.4.1 "
5+ __version__ = "1.4.2 "
You can’t perform that action at this time.
0 commit comments