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

Refactor black #62

Merged
merged 20 commits into from
Aug 21, 2024
Merged

Refactor black #62

merged 20 commits into from
Aug 21, 2024

Commits on Jul 9, 2024

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

Commits on Aug 5, 2024

  1. parallelization bug fix

    RiesBen committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f556245 View commit details
    Browse the repository at this point in the history
  2. example: adding charge data

    RiesBen committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7e6250e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ad12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ca8b02 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Changes:

      * analysis:
    * minor modifications on cycle analysis (only check for cylce of size 3 per default)
    * make delete more performant, by deleting multiple transformations/components at once if wanted.
    * adding graph cost and efficiency
    
      * jnbs:
    *Adding text to Example JnB.
    
    network -planners:
    * minor refactors
    * display fix, correct number of expected edges.
    RiesBen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    296a0f8 View commit details
    Browse the repository at this point in the history
  2. minor text improvments

    RiesBen committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2d22256 View commit details
    Browse the repository at this point in the history
  3. Update widget.py

    passing variable trough from top to bottom.
    RiesBen authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b31717a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Changes:

    - Notebook improvements, more documentation, black formatting
    - improving network generator documentation
    - vscode -> gitignore
    RiesBen committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c087039 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. applied black to code.

    RiesBen committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e18c6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5408678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    486c2ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dabffc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbb68e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    8786ac2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from Julicancode/3D_to_2D

    Update visualisation of molecules to 2D
    RiesBen authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    64fd89d View commit details
    Browse the repository at this point in the history
  3. Update pyproject.toml

    RiesBen authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    61e8853 View commit details
    Browse the repository at this point in the history
  4. fix networks.ipynb

    RiesBen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9c00002 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc7f20e View commit details
    Browse the repository at this point in the history
  6. fix widget

    RiesBen committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    af0a844 View commit details
    Browse the repository at this point in the history