Skip to content

v0.6.1

Compare
Choose a tag to compare
@lucpeterson lucpeterson released this 25 Mar 23:33
· 10 commits to main since this release
da56aae

[0.6.1]

Added

  • pylint to dev requirements for format checking

Changed

  • Conduit tests are skipped when conduit python package is not available. (test_conduit.py is also skipped for format checking)
  • Rename l variable in setup.py to line.
  • Removed unused import libraries.
  • Fixed bare "except" statements.
  • Created a get_samples function for sample generation in MakeSamples.run to simplify run function.
  • Update workflow to always run syntax checkers even if previous syntax heckers fail.
  • Reformat code with isort, black and pylint to fit coding standards