-
Notifications
You must be signed in to change notification settings - Fork 28
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
custom clustering now takes position matrix instead of distance^2 matrix #87
base: custom_cluster
Are you sure you want to change the base?
custom clustering now takes position matrix instead of distance^2 matrix #87
Commits on May 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1f52ed - Browse repository at this point
Copy the full SHA f1f52edView commit details
Commits on May 23, 2022
-
custom clustering now takes position matrix instead of distance^2 mat…
…rix, to allow more general clustering algorithms
Configuration menu - View commit details
-
Copy full SHA for 1c40b21 - Browse repository at this point
Copy the full SHA 1c40b21View commit details
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 634a4b8 - Browse repository at this point
Copy the full SHA 634a4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98cd08 - Browse repository at this point
Copy the full SHA d98cd08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a04231a - Browse repository at this point
Copy the full SHA a04231aView commit details -
Merge branch 'ormorod-custom_cluster' of github.com:Ormorod/PolyChord…
…Lite into ormorod-custom_cluster
Configuration menu - View commit details
-
Copy full SHA for d9571a3 - Browse repository at this point
Copy the full SHA d9571a3View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9568985 - Browse repository at this point
Copy the full SHA 9568985View commit details
Commits on May 26, 2022
-
added new dimension to cluster input as position_matrix is not square…
…. I believe this is consistent with m = number of dimensions, n = number of clusters
Configuration menu - View commit details
-
Copy full SHA for 92b3809 - Browse repository at this point
Copy the full SHA 92b3809View commit details -
Configuration menu - View commit details
-
Copy full SHA for db02cc2 - Browse repository at this point
Copy the full SHA db02cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876de66 - Browse repository at this point
Copy the full SHA 876de66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f8c93 - Browse repository at this point
Copy the full SHA f5f8c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb83ac - Browse repository at this point
Copy the full SHA eeb83acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d68c9d - Browse repository at this point
Copy the full SHA 4d68c9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6885cb - Browse repository at this point
Copy the full SHA b6885cbView commit details -
Merge branch 'ormorod-custom_cluster' of github.com:Ormorod/PolyChord…
…Lite into ormorod-custom_cluster
Configuration menu - View commit details
-
Copy full SHA for 4f638f2 - Browse repository at this point
Copy the full SHA 4f638f2View commit details -
renamed m to nDims, n to nPoints, and position_matrix (and distance2_…
…matrix where still required) to points
Configuration menu - View commit details
-
Copy full SHA for 7da5423 - Browse repository at this point
Copy the full SHA 7da5423View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5c42d - Browse repository at this point
Copy the full SHA fa5c42dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5184835 - Browse repository at this point
Copy the full SHA 5184835View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed846c - Browse repository at this point
Copy the full SHA 3ed846cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4622f5 - Browse repository at this point
Copy the full SHA e4622f5View commit details -
Merge branch 'ormorod-custom_cluster' of github.com:Ormorod/PolyChord…
…Lite into ormorod-custom_cluster
Configuration menu - View commit details
-
Copy full SHA for 1b90073 - Browse repository at this point
Copy the full SHA 1b90073View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d8db8 - Browse repository at this point
Copy the full SHA 23d8db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9bf0a - Browse repository at this point
Copy the full SHA 4a9bf0aView commit details
Commits on May 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2f0c339 - Browse repository at this point
Copy the full SHA 2f0c339View commit details
Commits on Jun 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f68dcb3 - Browse repository at this point
Copy the full SHA f68dcb3View commit details
Commits on Jun 30, 2022
-
wrap_cluster() adds one to the cluster list, as Python algos number c…
…lusters from 0, but fortran wants them numbered from 1
Configuration menu - View commit details
-
Copy full SHA for da78633 - Browse repository at this point
Copy the full SHA da78633View commit details -
Merge branch 'ormorod-custom_cluster' of github.com:Ormorod/PolyChord…
…Lite into ormorod-custom_cluster
Configuration menu - View commit details
-
Copy full SHA for 512fca1 - Browse repository at this point
Copy the full SHA 512fca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be3467a - Browse repository at this point
Copy the full SHA be3467aView commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for eb412c3 - Browse repository at this point
Copy the full SHA eb412c3View commit details -
Merge branch 'custom_cluster' of github.com:PolyChord/PolyChordLite i…
…nto ormorod-custom_cluster
Configuration menu - View commit details
-
Copy full SHA for 9fbf7a3 - Browse repository at this point
Copy the full SHA 9fbf7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14efda1 - Browse repository at this point
Copy the full SHA 14efda1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3029e60 - Browse repository at this point
Copy the full SHA 3029e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88572e3 - Browse repository at this point
Copy the full SHA 88572e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b49fb80 - Browse repository at this point
Copy the full SHA b49fb80View commit details -
compute_knn() computed the full nn ordering, then returned the first …
…k, so instead just return all of them (compute_nn()) and don't bother recalculating.
Configuration menu - View commit details
-
Copy full SHA for f8dc320 - Browse repository at this point
Copy the full SHA f8dc320View commit details -
realised the for loop in the copied knn clustering is actually a whil…
…e loop in disguise
Configuration menu - View commit details
-
Copy full SHA for 4d95077 - Browse repository at this point
Copy the full SHA 4d95077View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d99c89 - Browse repository at this point
Copy the full SHA 2d99c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a561de - Browse repository at this point
Copy the full SHA 1a561deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f67543d - Browse repository at this point
Copy the full SHA f67543dView commit details
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8954de3 - Browse repository at this point
Copy the full SHA 8954de3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf3b91 - Browse repository at this point
Copy the full SHA ebf3b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1102fb - Browse repository at this point
Copy the full SHA e1102fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3adcc - Browse repository at this point
Copy the full SHA 4d3adccView commit details
Commits on Feb 7, 2023
-
Correct root=root -> root=0 in make_resume_file (PolyChord#92)
* neighbor spelling (assuming we're sticking to American spelling!) * change NameError catch to check whether mpy4py was installed * set root=0 rather than erroneous root=root * Revert "neighbor spelling (assuming we're sticking to American spelling!)" This already appears in a different PR This reverts commit f1f52ed.
Configuration menu - View commit details
-
Copy full SHA for 70628a5 - Browse repository at this point
Copy the full SHA 70628a5View commit details
Commits on Feb 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6cf0fc4 - Browse repository at this point
Copy the full SHA 6cf0fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3084a81 - Browse repository at this point
Copy the full SHA 3084a81View commit details
Commits on Feb 20, 2023
-
Update python3.6 CI (PolyChord#96)
* neighbor spelling (assuming we're sticking to American spelling!) * change to checkoutv4 * change to checkout@v3 * change to pythonv4 * change to ubuntu-20.04 * return to latest ubuntu for 3.7 and 3.8, and separately include 3.6 case * include pythons up to 3.11 * enclose versions in quotes * revert spelling changes
Configuration menu - View commit details
-
Copy full SHA for 1854372 - Browse repository at this point
Copy the full SHA 1854372View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc77c4 - Browse repository at this point
Copy the full SHA cfc77c4View commit details