Skip to content

Releases: sandialabs/pyscan

v0.5.0

06 Jun 15:35

Choose a tag to compare

Bug Fixes

  • fixed issues with keithley2260b and Stanford830 preventing them from passing test cases. (fadae52)

Features

  • completed solution for tracking driver versions and last date tested. (45e0589)
  • SR830 nearly complete with properties and methods [email protected]

v0.4.0

30 May 19:59

Choose a tag to compare

Features

  • Auto versioning, change log, and release (a2cea93)

v0.2.0

17 May 00:07

Choose a tag to compare

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)

v0.1.0

18 Apr 00:08

Choose a tag to compare

Bug Fixes

  • fixing missing permissions in python-app.yml (ff4018b)
  • giving permissions to python-app.yml for autoversioning. (4984c3e)
  • python-app.yml updates to try and capture versioning automatically. (b4ad18b)
  • trying to correct python-app.yml missing token error. (73350bd)

Features

  • added basic_build.yml to ensure install success on every build. (3e791fb)

v0.0.1

28 Nov 23:42

Choose a tag to compare

cleaned up demo notebooks