Skip to content
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

Merging branch dev into main; BanditPAM v2.0.0 release #166

Merged
merged 124 commits into from
Dec 28, 2021
Merged

Merging branch dev into main; BanditPAM v2.0.0 release #166

merged 124 commits into from
Dec 28, 2021

Conversation

motiwari
Copy link
Owner

@motiwari motiwari commented Dec 28, 2021

BanditPAM v2.0.0 PR. Contains many changes:

Organization and Functionality:

Tests:

  • The code's accuracy is now automatically checked by running test cases via Github actions (Fixes Create suite of automated tests #52)
  • An error is now thrown if an empty dataset is passed
  • We now use FastPAM1 instead of PAM for the tests, which significantly speeds them up
  • We added additional functionality to the tests to error quickly on failures
  • The code is now tested on Python3.9 via Github actions (Fixes Python3.9 not supported #46)

Style:

Documentation:

motiwari added 30 commits December 20, 2021 17:58
@motiwari motiwari merged commit 0f907ae into main Dec 28, 2021
@motiwari motiwari deleted the dev branch December 28, 2021 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment