Conversation
- Updated version to 0.5.0 in __init__.py, setup.py, and CITATION.cff - Updated CHANGELOG.md with v0.5.0 release notes and kmedoids deprecation - Added FAQ entry about deprecated kmedoids feature - Updated README with new version and copyright year - Fixed clustering mode comment in README to include all modes Co-authored-by: braniii <28560129+braniii@users.noreply.github.com>
Co-authored-by: braniii <28560129+braniii@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Prepare release of version 0.5.0
Prepare v0.5.0 release
Nov 11, 2025
Member
|
@copilot Please add more details to the changelog. Check all changes since last version: You are missing for sure the dropped py3.8 support, added py3.12-3.14 support, switch to numpy2, the fixed open issue #28 and probably even more. |
- Added dropped Python 3.8 support to API changes - Added support for Python 3.12-3.14 to improvements - Added numpy 2.x migration to API changes - Added removal of scikit-learn-extra dependency - Added bugfix for matplotlib plotting error (#28) - Added copyright year update to other changes Co-authored-by: braniii <28560129+braniii@users.noreply.github.com>
Contributor
Author
I've expanded the CHANGELOG with comprehensive details from all changes since v0.4.1: Added to API changes:
Added to improvements:
Added bugfix section:
Added to other changes:
Commit: 8432405 |
braniii
approved these changes
Nov 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.5.0 with kmedoids deprecation, TUI support, Python version updates, and numpy 2.x migration.
Version Updates
__init__.py,setup.py,CITATION.cffCHANGELOG
kmedoidsclustering modescikit-learn-extradependency (was used for k-medoids)numpy>=2.0.0)vim→vminDocumentation
Users of
mode='kmedoids'should migrate to'CPM','modularity', or'linkage':Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.