Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 00:07
· 10 commits to eefff22dfd908c56c9059661cf04145369427ab4 since this release

Bug Fixes

  • added line at end of drivers/testing/init file to satisfy flake8 req (57821cb)
  • added uses: actions/checkout@v3 to try and fix issue. (bca0865)
  • Added wiki link to contributors in README and docs index (5a17be4)
  • Added wiki link to contributors in README and docs index (Jasmine's commit pre revert) (76faaca)
  • corrected comment with version_when_pushed.yml (09e4ac5)
  • corrected error in versioning workflow. (f4d4a8a)
  • corrected errors causing driver's test notebooks to fail. (e5c620b)
  • deleted new_release.yml since it is not running on push. Will replace with two separate workflows. (04ac6e2)
  • Fixed formatting in README and docs index (1f080fe)
  • Fixed formatting in README and docs index (Jasmine's commit pre-revert) (baa32a6)
  • fixed type so that all ymls are not running on push. (15a1e1f)
  • fixed type so that all ymls are not running on push. (2c0322d)
  • fixing missing permissions in python-app.yml (13d8a6c)
  • fixing new_release.yml workflow to have proper permissions for auto versioning. (d434314)
  • giving permissions to python-app.yml for autoversioning. (4654a91)
  • now allocating the right branch to push the version and changelog changes with. (1a0c53e)
  • python-app.yml updates to try and capture versioning automatically. (f213e64)
  • Removed gain from stanford830. (41b1717)
  • Renamed workflow to temp versioning for testing. (2ef638a)
  • restoring init.py to drivers/testing/ folder which may be helpful for building docs and or installing pyscan. (b94895e)
  • runinfo now implements version correctly without setter only getter. (65e83ce)
  • trying to correct python-app.yml missing token error. (d0b25c2)
  • updated manual_versioning.yml to enable workflow run on main. (08b7401)
  • updated new_release.yml syntax to try and fix not running on push to main. (71b3bba)
  • updated new_release.yml to only auto version on pull request approval to main or dev. (358f65e)
  • updated new_release.yml to only auto version on pull request approval to main or dev. (5ab2722)
  • updated python-app.yml to only perform versioning and update changelog after the build passes all tests. (c4d2ed1)
  • updated python-app.yml to only perform versioning and update changelog after the build passes all tests. (1a47452)
  • updated release.yml to address potential bugs and problems in advance. (0c8bef7)
  • updated setup.py to fix build issue. (4f6fd99)
  • updated workflow permissions for versioning files. (4b9da2e)
  • updated workflows to now only auto-version on merge from pull request or push to main and not dev. (90f50d2)
  • updating version.yml to pull from main first each time. (4620432)
  • updating, trying new things. (4359dec)

Features

  • added 2 workflows, one to auto version on merge from pull request, and one to auto version on push to main. (a679f12)
  • added and updated workflows for more refined control in addition to auto versioning. (2928899)
  • added and updated workflows for more refined control in addition to auto versioning. (7cc1541)
  • added basic_build.yml to ensure install success on every build. (a2555b6)
  • added get_version function to pyscan/general, implemented it in runfinfo, and also created a basic test file to ensure it works as expected. (0e9fd49)
  • added new workflow for testing versioning temporarily. (2fdd155)
  • added workflow dispatch for ultimate versioning solution to temporarily test. (842fecd)
  • Update VERSION.json (91677f8)