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

Factor out small community detection #51

Open
wants to merge 211 commits into
base: master
Choose a base branch
from

Commits on Feb 20, 2024

  1. Merge pull request #1 from ahill187/fix-simplicial-set-embedding-bug

    Fix simplicial set embedding bug
    ahill187 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0278e06 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. create a custom logger

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    54cfd50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891ae17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119a1af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b87ff2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from ahill187/logging

    Add logging
    ahill187 authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8e2749c View commit details
    Browse the repository at this point in the history
  6. fix code line layout

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    3b770f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a410f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6901748 View commit details
    Browse the repository at this point in the history
  9. remove unused variables

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    6aaae03 View commit details
    Browse the repository at this point in the history
  10. clean up comments

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    09b3ca6 View commit details
    Browse the repository at this point in the history
  11. make strings consistent

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    42a302e View commit details
    Browse the repository at this point in the history
  12. make strings consistent

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    6f7a323 View commit details
    Browse the repository at this point in the history
  13. remove trailing whitespace

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    87d968a View commit details
    Browse the repository at this point in the history
  14. update gitignore

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    7b87cd2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f7430a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    966359f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #9 from ahill187/code-cleanup

    Code cleanup
    ahill187 authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fc4e249 View commit details
    Browse the repository at this point in the history
  18. move func_mode to utils

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    68042ac View commit details
    Browse the repository at this point in the history
  19. add test for get_mode

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    8ac7a4e View commit details
    Browse the repository at this point in the history
  20. modify get_mode docstring

    ahill187 committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    b485cc7 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #10 from ahill187/func-mode

    `func_mode` -> `get_mode`
    ahill187 authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    61eb152 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    dc99e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f4a9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c45f3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe8ecc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e6982d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    571ce1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af15b72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37fcf0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cce91b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44f92b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    58c837d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae12407 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5c4a59a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    621ab3a View commit details
    Browse the repository at this point in the history
  15. rename G -> graph

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    729907f View commit details
    Browse the repository at this point in the history
  16. rename G_sim -> graph_pruned

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e928027 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    52d83dd View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2964602 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5371de View commit details
    Browse the repository at this point in the history
  20. rename edgelist -> edges

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc22ece View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    307accb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f1576e4 View commit details
    Browse the repository at this point in the history
  23. remove edge_list_copy_array

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    67b456c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f2552c9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    94bed24 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2b3c0f2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3dda2d2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    20f7d9c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8f8810d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d3e6a54 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    400bbda View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4a37121 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ca6a23c View commit details
    Browse the repository at this point in the history
  34. rename n_cancer -> n_target

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9601904 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e64a860 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c66a311 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3fb65c4 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    77525e3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    8c4294b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a7a7be6 View commit details
    Browse the repository at this point in the history
  41. remove X_data_big

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5a8de18 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #11 from ahill187/variable-renaming

    Rename variables
    ahill187 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f16c831 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    236d927 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0ebd221 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    fb559fa View commit details
    Browse the repository at this point in the history
  46. fix bug from last commit

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    321372b View commit details
    Browse the repository at this point in the history
  47. add partition_type setter

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b77b9ec View commit details
    Browse the repository at this point in the history
  48. add setter for y_data_true

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    774a59f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    699f957 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2846751 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #12 from ahill187/constructor

    Add docstrings and properties to the constructor
    ahill187 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ecf2edc View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    74534b5 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    12cbf72 View commit details
    Browse the repository at this point in the history
  54. remove run_subPARC

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e2edfa9 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #13 from ahill187/compute-performance-metrics

    Factor out `compute_performance_metrics`
    ahill187 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5db3326 View commit details
    Browse the repository at this point in the history
  56. rename run_PARC -> run_parc

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    3a21b6a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    af0cf57 View commit details
    Browse the repository at this point in the history
  58. update logs

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8d5a131 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dab84ba View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    63083bf View commit details
    Browse the repository at this point in the history
  61. Merge pull request #14 from ahill187/get-leiden-partition

    Factor out `get_leiden_partition`
    ahill187 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0fde470 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3a9a60a View commit details
    Browse the repository at this point in the history
  63. clean up create_knn_graph

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    678fa34 View commit details
    Browse the repository at this point in the history
  64. rename k_umap -> knn

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb2b01d View commit details
    Browse the repository at this point in the history
  65. set knn as argument

    ahill187 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d323fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    dc35c8e View commit details
    Browse the repository at this point in the history
  2. rename graph -> csr_array

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7ec52fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from ahill187/create-knn-graph

    Refactor `knngraph_full` -> `create_knn_graph`
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    65434d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ba48ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f1a2a3 View commit details
    Browse the repository at this point in the history
  6. remove unused discard_count

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    095a0b3 View commit details
    Browse the repository at this point in the history
  7. remove unnecessary comments

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    91fe748 View commit details
    Browse the repository at this point in the history
  8. rename distlist -> distances

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8110841 View commit details
    Browse the repository at this point in the history
  9. add max_distance

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b02b813 View commit details
    Browse the repository at this point in the history
  10. rename row -> neighbors

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2bb3e68 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0c3526d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7bb875 View commit details
    Browse the repository at this point in the history
  13. rename ik -> index

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    54c1b08 View commit details
    Browse the repository at this point in the history
  14. rename rowi -> community_id

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a90113e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ed4b40 View commit details
    Browse the repository at this point in the history
  16. rename dist -> distance

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0cfc2c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73b5551 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8b58a53 View commit details
    Browse the repository at this point in the history
  19. add tests for prune_local

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5bf9097 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #16 from ahill187/prune-local

    Refactor `prune_local`
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    00ad8d1 View commit details
    Browse the repository at this point in the history
  21. add jac_threshold_type

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    be8a959 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #17 from ahill187/jac-threshold-type

    New argument `jac_threshold_type`
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4478039 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9107b03 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2ce919c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f403e0a View commit details
    Browse the repository at this point in the history
  26. modify the log messages

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7943b4e View commit details
    Browse the repository at this point in the history
  27. add tests for prune_global

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a6dc4a7 View commit details
    Browse the repository at this point in the history
  28. remove similarities_new

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    10d0a9a View commit details
    Browse the repository at this point in the history
  29. remove new_edges

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    42c58ca View commit details
    Browse the repository at this point in the history
  30. remove similarities_array

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6f0fbe1 View commit details
    Browse the repository at this point in the history
  31. docstring cleanup

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    cf94246 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #18 from ahill187/prune-global

    Factor out `prune_global`
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    711c70d View commit details
    Browse the repository at this point in the history
  33. rename hnsw -> knn_struct

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d6e7440 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d794d84 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    fa98813 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4f8bbc3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e56a773 View commit details
    Browse the repository at this point in the history
  38. move hnswlib.Index call

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    42ed8de View commit details
    Browse the repository at this point in the history
  39. move init_index

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ae1279e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c217d9b View commit details
    Browse the repository at this point in the history
  41. change M to parameter

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6c332d0 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b6fe4c0 View commit details
    Browse the repository at this point in the history
  43. rename p -> knn_struct

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    621d5bb View commit details
    Browse the repository at this point in the history
  44. add knn as parameter

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4079b5d View commit details
    Browse the repository at this point in the history
  45. add docstrings

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6eef35c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6a46286 View commit details
    Browse the repository at this point in the history
  47. remove unnecessary comment

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0e4d02b View commit details
    Browse the repository at this point in the history
  48. update the docstrings

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    dc61bee View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    588d0ee View commit details
    Browse the repository at this point in the history
  50. Merge pull request #19 from ahill187/refactor-knn-struct-2

    Refactor `make_knn_struct`
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f00473a View commit details
    Browse the repository at this point in the history
  51. fix small_community_size bug

    ahill187 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5e8cec6 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #20 from ahill187/small-community-size

    Fix `small_community_size` bug
    ahill187 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6dffd7d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. add tests for run_parc

    ahill187 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    63d5e1f View commit details
    Browse the repository at this point in the history
  2. add pytest.ini

    ahill187 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e66c5b View commit details
    Browse the repository at this point in the history
  3. fix & bug

    ahill187 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fe2e2b1 View commit details
    Browse the repository at this point in the history
  4. add large_community_id

    ahill187 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f44e4a5 View commit details
    Browse the repository at this point in the history
  5. update log messages

    ahill187 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5390162 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78175a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. add tests_workflow

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ab0bf8f View commit details
    Browse the repository at this point in the history
  2. fix bugs in tests

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    59b7e2c View commit details
    Browse the repository at this point in the history
  3. cancel tests if one fails

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d1f960e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb3617f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #21 from ahill187/tests

    Tests
    ahill187 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    119c664 View commit details
    Browse the repository at this point in the history
  6. add x_data setter

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    60b484c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a1f3fa View commit details
    Browse the repository at this point in the history
  8. add y_data_pred setter

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    acc585a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cf4fd4 View commit details
    Browse the repository at this point in the history
  10. fix y_data_true setter

    ahill187 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4419f67 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #22 from ahill187/input-data-types

    Input data types
    ahill187 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0c8f322 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. clean up setup.py

    ahill187 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    23510b3 View commit details
    Browse the repository at this point in the history
  2. add requirements.txt

    ahill187 committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b72c2f1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from ahill187/requirements-setup

    `requirements.txt` and `setup.py`
    ahill187 authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    8862598 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    8cf1d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580c3e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    4c89daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01e44ca View commit details
    Browse the repository at this point in the history
  3. move time_start to top

    ahill187 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    296e320 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from ahill187/fit

    Fit
    ahill187 authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3854bbf View commit details
    Browse the repository at this point in the history
  5. add save function to PARC

    ahill187 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a824f7b View commit details
    Browse the repository at this point in the history
  6. add tests for save model

    ahill187 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2988e0f View commit details
    Browse the repository at this point in the history
  7. add load function

    ahill187 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7fb85cf View commit details
    Browse the repository at this point in the history
  8. test load function

    ahill187 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2f3f66b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge pull request #26 from ahill187/save-model

    Add save/load model options
    ahill187 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d55f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    057df63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8325745 View commit details
    Browse the repository at this point in the history
  4. update logging

    ahill187 committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    100220f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c1d4ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ca6478 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86de5ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d5845b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdd7a99 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #27 from ahill187/hnswlib

    Modify `create_hnsw_index`
    ahill187 authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    9c749dd View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. remove unnecessary reshaping

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    315e183 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7cab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba09a39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd65e87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1179564 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1ecc11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff1d990 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #28 from ahill187/large-communities

    Factor out large community expansion
    ahill187 authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c9f00c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59034b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a86af92 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    078e501 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0bc1e5 View commit details
    Browse the repository at this point in the history
  13. add community_indices

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b7063e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09d9ed8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    147a12c View commit details
    Browse the repository at this point in the history
  16. refactor small_communities

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    3273384 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dce5098 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c34585f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    31403ed View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6e117a2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f2ff337 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0fb77d3 View commit details
    Browse the repository at this point in the history
  23. fix indentation error

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2018d98 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8c2a4d0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    843662f View commit details
    Browse the repository at this point in the history
  26. add docstrings / comments

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d45c52f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    004d10d View commit details
    Browse the repository at this point in the history
  28. fix double negative

    ahill187 committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7b65daf View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5bdb746 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b0288fe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6d0ee94 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bd735e3 View commit details
    Browse the repository at this point in the history