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

Rich wires #523

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from
Open

Rich wires #523

wants to merge 44 commits into from

Commits on Nov 14, 2024

  1. new wires

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    12b1118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4780a68 View commit details
    Browse the repository at this point in the history
  3. updates

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c57a72f View commit details
    Browse the repository at this point in the history
  4. better format

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a63c66f View commit details
    Browse the repository at this point in the history
  5. replace old wires

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a5dd993 View commit details
    Browse the repository at this point in the history
  6. fix codefactor issues

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1ab2057 View commit details
    Browse the repository at this point in the history
  7. fixes wires tests

    ziofil committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b0f074 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. default wires for components

    ziofil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c3ea39b View commit details
    Browse the repository at this point in the history
  2. fix set issue

    ziofil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9846ecd View commit details
    Browse the repository at this point in the history
  3. fix attribute name

    ziofil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5632af6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d84f9f View commit details
    Browse the repository at this point in the history
  5. fixed permutation

    ziofil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dbeec31 View commit details
    Browse the repository at this point in the history
  6. updated gitignore

    ziofil committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    90333ff View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. sync

    ziofil committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ea6ed3f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. sync

    ziofil committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    753f67d View commit details
    Browse the repository at this point in the history
  2. fix order and remove print

    ziofil committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    1d2d23b View commit details
    Browse the repository at this point in the history
  3. sync

    ziofil committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bd14277 View commit details
    Browse the repository at this point in the history
  4. fixed serialization

    ziofil committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    52effa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. only sets

    ziofil committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6c51310 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. fix doctest

    ziofil committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3e0dbe5 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. codefactor

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7309aed View commit details
    Browse the repository at this point in the history
  2. imports

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7134db0 View commit details
    Browse the repository at this point in the history
  3. imports

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    cda49df View commit details
    Browse the repository at this point in the history
  4. pylint

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    36efac5 View commit details
    Browse the repository at this point in the history
  5. pylint

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2cab118 View commit details
    Browse the repository at this point in the history
  6. fixed import

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f9e04d9 View commit details
    Browse the repository at this point in the history
  7. remove unused code

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2be6329 View commit details
    Browse the repository at this point in the history
  8. removed commented code

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d9f5e85 View commit details
    Browse the repository at this point in the history
  9. removed unused code

    ziofil committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    321cf7b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix wires

    ziofil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    00e0eac View commit details
    Browse the repository at this point in the history
  2. add test

    ziofil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    4e0b476 View commit details
    Browse the repository at this point in the history
  3. removed import

    ziofil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    da7e8be View commit details
    Browse the repository at this point in the history
  4. iterable -> sequence

    ziofil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d7a23db View commit details
    Browse the repository at this point in the history
  5. test Number wires

    ziofil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e527e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. fix attribute name

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e3dd1cb View commit details
    Browse the repository at this point in the history
  2. fix attr name

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a416407 View commit details
    Browse the repository at this point in the history
  3. fixed wires

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cd142a4 View commit details
    Browse the repository at this point in the history
  4. better pylintrc

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ed38377 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ef30b2 View commit details
    Browse the repository at this point in the history
  6. better pylintrc

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    10121c9 View commit details
    Browse the repository at this point in the history
  7. more tests

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b8ac8f7 View commit details
    Browse the repository at this point in the history
  8. pylint kwuygfkuqygrejhf

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    47384ad View commit details
    Browse the repository at this point in the history
  9. Sequence -> Collection

    ziofil committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    6ed1588 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. removed pylint disable

    ziofil committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3b6be98 View commit details
    Browse the repository at this point in the history