Open
Conversation
* 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>
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
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.