Skip to content

Releases: bklebel/measureSequences

Stable release

Choose a tag to compare

@bklebel bklebel released this 17 Sep 21:12
0.1.9

debugging

Code format & runtime interpreter

Pre-release

Choose a tag to compare

@bklebel bklebel released this 17 Sep 21:03
  • 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

Choose a tag to compare

@bklebel bklebel released this 04 Jul 22:50
  • fixed various problems coming from packaging
  • better connection/integration with other possible PyQt GUI applications
    • including Exceptionhandling within the GUI

debugging packaging

debugging packaging Pre-release
Pre-release

Choose a tag to compare

@bklebel bklebel released this 04 Jul 18:27
0.1.6

Update setup.py

stable release

stable release Pre-release
Pre-release

Choose a tag to compare

@bklebel bklebel released this 04 Jul 00:39

Functionality missing in the Sequence_runner:

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

First largely complete release

Pre-release

Choose a tag to compare

@bklebel bklebel released this 04 Jul 00:38

Functionality missing in the Sequence_runner:

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