Skip to content

Releases: ChrisHal/PMbrowser

Version 2.0

05 Jan 18:28
Compare
Choose a tag to compare

Improvements in this version

In addition to exporting traces to individual IgorPro ibw files, now a single packaged experiment (pxp) file can be created. If desired, inside the experiment a datafolder hierarchy matching the tree structure of the PatchMaster file is created.
The pxp file with datafolders will also come with a procedure to automatically create graphs for all sweeps.
All types of bundled dat-files should be supported (tested with files created by PatchMaster version 2.0, files crated by older versions might not be supported - PatchMasterNext is supported, too).

Full Changelog: v1.2...v2.0

(Attached you will find an installer for 64bit Windows and a Linux 64bit executable. On Windows you might need to download and install the Visual C++ Redistributable for a successful installation.)

Bugfix release

15 Oct 11:54
Compare
Choose a tag to compare

Fixed bugs in this release:

  • When a file export was canceled by clicking "Cancel" in the "Choose Path & Prefix" dialog, the export was in fact not canceled.

Bugfix and feature update

09 Oct 20:36
Compare
Choose a tag to compare

New in this Version:

  • fix crash when dat file is not int16
  • support all data format types (int16, int32, float, double)

Known limitations:

  • interleaved files are not supported

Pre-compiles binaries are provided for:

  • Windows (QtPMbrowser.zip), packaged with all necessary Qt-libraries, but download / installation of Visual Studio 2019 redistributable from Microsoft might be necessary
  • Linux (QtPMbrowser executable), Qt-libs must be installed: on most distros the package "qt5-default" is needed.

Initial Release

07 Oct 22:44
Compare
Choose a tag to compare

Provided is a pre-compiled version for Linux. You might need to install Qt version 5. On Ubuntu this can be done via sudo apt-get install qt5-default.

For Window, please download the zip-archive. After unzipping, double click QtPMbrowser.exe. You might need to install the Visual Studio 2019 redistributable. This can be downloaded from Microsoft.