forked from ECSHackWeek/impedance.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Brian/poetry to be #2
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
Open
BGerwe
wants to merge
25
commits into
mattias/poetry_to_be
Choose a base branch
from
brian/poetry_to_be
base: mattias/poetry_to_be
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* removes Python 3.6 from test matrix as it has reached EOL and is no longer supported by ubuntu-latest runners * remove support for Python 3.6 * replace np.complex with built-in complex
* add build and push to pypi in ci workflow * install wheel package * run jobs sequentially * remove test publish to test.pypi.org/legacy
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Update visualization.py * Update visualization.py * Update circuits.py * Update impedance/models/circuits/circuits.py --------- Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com>
…Week#196) * gitignore testing output files * add ability for users to add new circuits * adjustment of overwrite circuit element behavior and test for it * make tests definitely not flaky to changes in func names * config for pylsp linter and formatter extensions to respect 80 char line limit * not allowed to name elements s or p cus it'll break everything * Update impedance/tests/test_circuit_elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/models/circuits/elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/tests/test_circuit_elements.py Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com> * Update impedance/tests/test_circuit_elements.py * Delete pyproject.toml * Update .gitignore * Fix Flake8 errors * Move noqa to correct lines * Remove trailing whitespace * Add test for redefining built-in functions * Fix spacing between functions --------- Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.