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

First approach for bevy_graph #7130

Closed
wants to merge 186 commits into from
Closed

First approach for bevy_graph #7130

wants to merge 186 commits into from

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    1a3cbba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b091e36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb0f39c View commit details
    Browse the repository at this point in the history
  4. Moving files and modules

    DasLixou committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    3b035c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c5f2ea View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    6a8d902 View commit details
    Browse the repository at this point in the history
  2. Add basic SimpleListGraph

    DasLixou committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c5157b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27c9fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3eabc13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6e0f9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    817556c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49582c7 View commit details
    Browse the repository at this point in the history
  8. More Edge util functions

    DasLixou committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8ffee13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e239c99 View commit details
    Browse the repository at this point in the history
  10. Make CI happy :D

    DasLixou committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9031134 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ac4cdce View commit details
    Browse the repository at this point in the history
  12. Naming

    DasLixou committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    40c27c5 View commit details
    Browse the repository at this point in the history
  13. API Design changes

    DasLixou committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3a4d94d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    602bd2b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a75bf1a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Making Graphs clonable

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    defb878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0cee31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f427cd8 View commit details
    Browse the repository at this point in the history
  4. make clippy happy

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c79ba21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3edc070 View commit details
    Browse the repository at this point in the history
  6. Simple BFS

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    69b9f59 View commit details
    Browse the repository at this point in the history
  7. Better BFS Api

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    803efc0 View commit details
    Browse the repository at this point in the history
  8. Mutable Iteration for BFS

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    499db70 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b0031b View commit details
    Browse the repository at this point in the history
  10. ok clippy ill just write it

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6e8725c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    daa4646 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b815eb3 View commit details
    Browse the repository at this point in the history
  13. Restructuring crate

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    bbbef82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e19e320 View commit details
    Browse the repository at this point in the history
  15. Fix benchmarks

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    73b59b0 View commit details
    Browse the repository at this point in the history
  16. CI...

    DasLixou committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e3e791d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Restructed traits

    DasLixou committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4fad13e View commit details
    Browse the repository at this point in the history
  2. Another try of api

    DasLixou committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3db9d7e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    70f1700 View commit details
    Browse the repository at this point in the history
  2. Update Bench

    DasLixou committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5c51e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be83c21 View commit details
    Browse the repository at this point in the history
  4. Add support to remove nodes

    DasLixou committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    46fcd86 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    a7442e7 View commit details
    Browse the repository at this point in the history
  2. graph_tests macro :o

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    5aa9c14 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0710a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf661e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e1571d View commit details
    Browse the repository at this point in the history
  6. Make clippy happy 😆

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    033c200 View commit details
    Browse the repository at this point in the history
  7. benchmarks fast fix

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    18a4232 View commit details
    Browse the repository at this point in the history
  8. make indices const :D

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e3be206 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    450ff00 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2c0ddc View commit details
    Browse the repository at this point in the history
  11. Fix tests

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    7753257 View commit details
    Browse the repository at this point in the history
  12. Clippy.

    DasLixou committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d25ec0a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Fix benchmarks

    DasLixou committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    06d5709 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83467a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86cbf7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78f510c View commit details
    Browse the repository at this point in the history
  5. Clippy 📎

    DasLixou committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d59e6ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9788bae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c0fe70 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    ca9d139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2410df4 View commit details
    Browse the repository at this point in the history
  3. benchi benchi

    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    7908c1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d011cd9 View commit details
    Browse the repository at this point in the history
  5. Move new into Graph trait

    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f94dd22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5518c6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    088cfe1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    159e70f View commit details
    Browse the repository at this point in the history
  9. Cleanup duplicates

    ah i love my macro 😄
    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bb1333c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dcc8df7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a007ee5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2dac00b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7ab4f66 View commit details
    Browse the repository at this point in the history
  14. Add tests for MultiGraphs

    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    b8dea3a View commit details
    Browse the repository at this point in the history
  15. Fix benches

    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    c957fc5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc00827 View commit details
    Browse the repository at this point in the history
  17. Finish MultiListGraph

    and fix misconception in tests lol
    DasLixou committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    09eee1e View commit details
    Browse the repository at this point in the history
  18. Ci is happy = I am happy

    DasLixou authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    dcfcfeb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    8d750db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e703a View commit details
    Browse the repository at this point in the history
  3. More documentation

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1523a38 View commit details
    Browse the repository at this point in the history
  4. backticks...

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3aec991 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c63597a View commit details
    Browse the repository at this point in the history
  6. Update description in Cargo.toml

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3867311 View commit details
    Browse the repository at this point in the history
  7. Link algorythms

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    51faf5f View commit details
    Browse the repository at this point in the history
  8. algos with with_capacity

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c4150ca View commit details
    Browse the repository at this point in the history
  9. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a13b35b View commit details
    Browse the repository at this point in the history
  10. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    e0c24ae View commit details
    Browse the repository at this point in the history
  11. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2552932 View commit details
    Browse the repository at this point in the history
  12. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    6389a6a View commit details
    Browse the repository at this point in the history
  13. the wording i saw infront of me

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c387337 View commit details
    Browse the repository at this point in the history
  14. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8cf48b3 View commit details
    Browse the repository at this point in the history
  15. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    0ced1be View commit details
    Browse the repository at this point in the history
  16. docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5304cc2 View commit details
    Browse the repository at this point in the history
  17. GraphError docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    b082151 View commit details
    Browse the repository at this point in the history
  18. Edge<E> docs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    849e9e9 View commit details
    Browse the repository at this point in the history
  19. missing_docs warn

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    DasLixou and alice-i-cecile authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    5df0f04 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6c9e168 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    37bcd3f View commit details
    Browse the repository at this point in the history
  22. big doc and result change

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    91e4c79 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d23424c View commit details
    Browse the repository at this point in the history
  24. working on algos

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    624d871 View commit details
    Browse the repository at this point in the history
  25. docs for Graph traits

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8fb962c View commit details
    Browse the repository at this point in the history
  26. benchies

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f864a31 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    03b95db View commit details
    Browse the repository at this point in the history
  28. remove impl_graph macro

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1249298 View commit details
    Browse the repository at this point in the history
  29. clippy

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dd78ecc View commit details
    Browse the repository at this point in the history
  30. more cleanup

    DasLixou committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3d6fac5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2c75cdf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. changes

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    f57620b View commit details
    Browse the repository at this point in the history
  2. add_node

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    8531841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498c0f6 View commit details
    Browse the repository at this point in the history
  4. remove_edge

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    d170306 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a6f22a View commit details
    Browse the repository at this point in the history
  6. clear_edges and clear

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4a548f7 View commit details
    Browse the repository at this point in the history
  7. getting nodes and edges

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    840f53a View commit details
    Browse the repository at this point in the history
  8. Add AdjacencyStorage

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    0781f40 View commit details
    Browse the repository at this point in the history
  9. nodes iterator 🤧

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ea34164 View commit details
    Browse the repository at this point in the history
  10. EdgeRef and EdgeMut

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    aa47441 View commit details
    Browse the repository at this point in the history
  11. edges and edges_mut

    DasLixou committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1245f90 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Resolve all errors

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    34a48b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58dec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f3ea70 View commit details
    Browse the repository at this point in the history
  4. Add reserveing for graphs

    DasLixou committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    658da34 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Change file structure

    DasLixou committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    974d0ab View commit details
    Browse the repository at this point in the history
  2. Make Edges iter 🥳🫠

    DasLixou committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    c9b2d6c View commit details
    Browse the repository at this point in the history
  3. Move iters to own folder

    DasLixou committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    584f89c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. make ci happy

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    68d6b86 View commit details
    Browse the repository at this point in the history
  2. ci

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    71c8881 View commit details
    Browse the repository at this point in the history
  3. doc backtick

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    6b20640 View commit details
    Browse the repository at this point in the history
  4. Renaimg iter

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d790808 View commit details
    Browse the repository at this point in the history
  5. Add EdgesRef iter

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    eabfb85 View commit details
    Browse the repository at this point in the history
  6. Use the new EdgesRef iter

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ab9cdcd View commit details
    Browse the repository at this point in the history
  7. Add EdgesMut iter

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8ffa7a8 View commit details
    Browse the repository at this point in the history
  8. Use new EdgesMut iter

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2ff2a2f View commit details
    Browse the repository at this point in the history
  9. [DIRTY] brokey iter code :c

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    52db276 View commit details
    Browse the repository at this point in the history
  10. Add in_degree and out_degree

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    f66274b View commit details
    Browse the repository at this point in the history
  11. Changes

    DasLixou committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    99dfc53 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Fix EdgesByIdxMut

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ed5e7ce View commit details
    Browse the repository at this point in the history
  2. Cleanup

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1500cc8 View commit details
    Browse the repository at this point in the history
  3. backticks

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c7f410b View commit details
    Browse the repository at this point in the history
  4. Add reverse_edge

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    f3230a3 View commit details
    Browse the repository at this point in the history
  5. Add reverse function

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1c6511e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7776f94 View commit details
    Browse the repository at this point in the history
  7. [WIP] Source and Sink iters

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    fb4ac2c View commit details
    Browse the repository at this point in the history
  8. Rework on Source iter

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    96c2aa5 View commit details
    Browse the repository at this point in the history
  9. Finally SourcesMut

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    dbb082d View commit details
    Browse the repository at this point in the history
  10. Add Sinks 😀

    DasLixou committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    069f6b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    507d991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5947d27 View commit details
    Browse the repository at this point in the history
  3. Store EdgeIdx in Edge<E>

    DasLixou committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    3c3a37d View commit details
    Browse the repository at this point in the history
  4. Add umimplemented edges_of

    DasLixou committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    1192e3d View commit details
    Browse the repository at this point in the history
  5. implement remove_node

    DasLixou committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    38424ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caed68e View commit details
    Browse the repository at this point in the history
  7. yeah forgot about algos lol

    DasLixou committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0dfbe39 View commit details
    Browse the repository at this point in the history
  8. docs

    DasLixou committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d393fde View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    7349546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bad5971 View commit details
    Browse the repository at this point in the history
  3. Add new_mut to algos

    DasLixou committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    639e8ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    222b73b View commit details
    Browse the repository at this point in the history
  5. Work on customizing algos

    DasLixou committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ee88d17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14a98e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bc80f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05f639a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd2c693 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Finish degree

    DasLixou committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d204e1e View commit details
    Browse the repository at this point in the history
  2. CI

    DasLixou committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c9a0581 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Make WrappedIterator simpler

    DasLixou committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f37b72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aff9c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9befe86 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    0551822 View commit details
    Browse the repository at this point in the history
  2. Add find_node and find_edge

    DasLixou committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0a3a257 View commit details
    Browse the repository at this point in the history
  3. Test the new funcs

    DasLixou committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    4a22a17 View commit details
    Browse the repository at this point in the history
  4. tests: unordered eq

    DasLixou committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    638d503 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e79151b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a55cbd View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Add tests for directed simple graphs and ...

    * Fix `reverse(_edge)`
    DasLixou committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    4bbd4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f356e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Big fixes

    DasLixou committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    1ca6cb3 View commit details
    Browse the repository at this point in the history
  2. Fix everything

    DasLixou committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2f23d10 View commit details
    Browse the repository at this point in the history
  3. Add tests for multi_list

    DasLixou committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    dc294ed View commit details
    Browse the repository at this point in the history
  4. the final clippy touches

    DasLixou committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    573ed2e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    baa23a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9e959 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    21d5fb0 View commit details
    Browse the repository at this point in the history