Skip to content

Commit acb6e1e

Browse files
authored
Merge pull request #43 from scikit-learn-contrib/v1.4.2
updating version and changelog
2 parents 0247566 + f3c012d commit acb6e1e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ repos:
1616
rev: v0.5.5
1717
hooks:
1818
- id: ruff
19-
args: ["--fix", "--show-source"]
19+
args: ["--fix", "--show-files"]

CHANGELOG.md

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

33
All 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

src/radius_clustering/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .radius_clustering import RadiusClustering
33

44
__all__ = ["RadiusClustering"]
5-
__version__ = "1.4.1"
5+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)