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

[MRG] NetworkPlot class to enable interactive visualizations and animations #649

Merged
merged 30 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    a712ccb View commit details
    Browse the repository at this point in the history
  2. Add position tests

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4e09d90 View commit details
    Browse the repository at this point in the history
  3. WIP

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d55a831 View commit details
    Browse the repository at this point in the history
  4. start notebook

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e7ab8ff View commit details
    Browse the repository at this point in the history
  5. Start networkplot class

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d058453 View commit details
    Browse the repository at this point in the history
  6. Functioning NetworkPlot class

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3693b0d View commit details
    Browse the repository at this point in the history
  7. Update demo code

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c88bcbb View commit details
    Browse the repository at this point in the history
  8. Fix cell plot test

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7e37564 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    983929c View commit details
    Browse the repository at this point in the history
  10. Better export func

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5821004 View commit details
    Browse the repository at this point in the history
  11. Type checks for input args

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    70e8881 View commit details
    Browse the repository at this point in the history
  12. Better docs

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6c21952 View commit details
    Browse the repository at this point in the history
  13. Make time_idx accept np.int

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c079edd View commit details
    Browse the repository at this point in the history
  14. Add self.ax

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2a5fedd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    326af60 View commit details
    Browse the repository at this point in the history
  16. Make update_voltages private

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3e37322 View commit details
    Browse the repository at this point in the history
  17. Update example script

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    709788d View commit details
    Browse the repository at this point in the history
  18. formatting

    Co-authored-by: Mainak Jas <[email protected]>
    ntolley and jasmainak committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6b58aea View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb568cf View commit details
    Browse the repository at this point in the history
  20. add to api.rst

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1a5697b View commit details
    Browse the repository at this point in the history
  21. Fix test with smaller net

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    68fc6c6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f6ccccc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dcd55aa View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dc6e2f0 View commit details
    Browse the repository at this point in the history
  25. better test readability

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    303838d View commit details
    Browse the repository at this point in the history
  26. refactor init

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7d49391 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3b80cef View commit details
    Browse the repository at this point in the history
  28. loop for init test

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    71e1d9a View commit details
    Browse the repository at this point in the history
  29. update whats_new

    ntolley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    15d856e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Apply suggestions from code review

    Co-authored-by: Ryan Thorpe <[email protected]>
    ntolley and rythorpe authored May 23, 2024
    Configuration menu
    Copy the full SHA
    e9a94ef View commit details
    Browse the repository at this point in the history