Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@StellarStorm StellarStorm released this 21 Dec 15:15
· 4 commits to master since this release

UPDATE:

There still seems to be a problem with the tools we're using to build the Windows installers. If RespiRate doesn't work properly for you and you don't have python 3 installed, please use the 0.0.5 release, which should work properly.

If you do have python 3 installed, version 0.0.7 (this release) should work properly. Please see the instructions under Advanced below.

Changes and improvements

Code cleanup.
Build environment has been fixed so bundled exe installation files should now install and run properly.

Installation

At the current time, only Windows Vista and better are supported.
Download RespiRate_x32.exe for Windows 32-bit.
Download RespiRate_x64.exe for Windows 64-bit.

If you're not sure which version of Windows you have, check using this guide.

After downloading, double-click the .exe and follow the prompt to install.

Advanced: If you have a python 3.5 (or higher) interpreter available, you can also download and run the source code for this release. See the "Advanced" topic in our instructions for more details.

Instructions for use

https://github.com/MDA-Courtyard/RespiRate#using-respirate

0.0.7 (12/20/2017)

  • Code cleanup and style improvements with flake8 linter.
  • Removed unused import 're' from RespiRate.py
  • (Bundled .exe files) Downgrade to Python 3.5 and PyInstaller 3.2.1 to build
    .exe files since PyInstaller 3.6 currently has some problems with Qt programs -
    see pyinstaller/pyinstaller#2659