Skip to content

Releases: bklebel/measureSequences

Stable release

17 Sep 21:12
Compare
Choose a tag to compare
0.1.9

debugging

Code format & runtime interpreter

17 Sep 21:03
Compare
Choose a tag to compare
Pre-release
  • code is now transformed by deepsource.io to conform with black
  • introduced change in calling python scripts during runtime

calling a python script during runtime is now to be encoded in a .seq file as remark, as follows:
REM python "script.py"
REM is added by your trusted sequence editor automatically

this release supports calling multiple scripts with one remark command, in the order as they are specified:
REM python "script2.py", "script2.py", "script3.py" etc.

Individual scripts must be set in one of the following:

  • "script.py"
  • 'script.py'
  • ''script.py''
    while these three options are recognised, it is strongly encouraged to use the first one.

Stable Release

04 Jul 22:50
Compare
Choose a tag to compare
  • fixed various problems coming from packaging
  • better connection/integration with other possible PyQt GUI applications
    • including Exceptionhandling within the GUI

debugging packaging

04 Jul 18:27
Compare
Choose a tag to compare
debugging packaging Pre-release
Pre-release
0.1.6

Update setup.py

stable release

04 Jul 00:39
Compare
Choose a tag to compare
stable release Pre-release
Pre-release

Functionality missing in the Sequence_runner:

  • ApproachMode differences:
    • setPosition
    • setField
    • setTemperature
  • scan_H:
    • ApproachMode: 'Oscillate'
  • tracing

First largely complete release

04 Jul 00:38
Compare
Choose a tag to compare
Pre-release

Functionality missing in the Sequence_runner:

  • ApproachMode differences:
    • setPosition
    • setField
    • setTemperature
  • scan_H:
    • ApproachMode: 'Oscillate'
  • tracing