Skip to content

updating version and changelog #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repos:
rev: v0.5.5
hooks:
- id: ruff
args: ["--fix", "--show-source"]
args: ["--fix", "--show-files"]
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [1.4.2] - 2025-07-07

### Contributors

- [@quentinhaenn](Quentin Haenn) - Main developer and maintainer

### Changed

- Project governance changed : now the project is part of scikit-learn-contrib organization.
- Updated the README to reflect the new governance and organization.
- Updated the documentation to reflect the new governance and organization.
- Updated the test cases to ensure compatibility with the new governance and organization.
- Enhanced repository standards with codecov, binder examples and zenodo integration.
- New issue and PR templates
- Code of conduct and contributing guidelines added

## [1.4.0] - 2025-06-19

### Contributors
Expand Down
2 changes: 1 addition & 1 deletion src/radius_clustering/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .radius_clustering import RadiusClustering

__all__ = ["RadiusClustering"]
__version__ = "1.4.1"
__version__ = "1.4.2"