Skip to content

Releases: aptech/gauss-westerlund-library

Westerlundlib 0.2.0

01 Feb 14:46
Compare
Choose a tag to compare
Westerlundlib 0.2.0 Pre-release
Pre-release

Changelog 0.2.0:

  1. Bug fix: Fix storage matrix size in ecm_panel that was causing program to end with "Rows don't match" error.

The GAUSS Westerlund programs can be installed using the GAUSS Application Installer, as shown below:

  1. Download the zipped folder westerlundlib_0.2.0.zip from the westerlundlib release page.
  2. Select Tools > Install Application from the main GAUSS menu.
  3. Follow the installer prompts, making sure to navigate to the downloaded westerlundlib_0.2.0.zip.

Before using the functions created by westerlundlib you will need to load the newly created westerlundlib library. This can be done in a number of ways:

  • Navigate to the library tool view window and click the small wrench located next to the westerlundlib library. Select Load Library.
  • Enter library westerlundlib in the Command Window.
  • Put the line library westerlundlib; at the beginning of your program files.

v0.1.0 - Alpha Release WesterlundLib

04 Aug 20:54
Compare
Choose a tag to compare
Pre-release

The GAUSS Westerlund programs can be installed using the GAUSS Application Installer, as shown below:

  1. Download the zipped folder westerlundlib_0.1.0.zip from the tspdlib release page.
  2. Select Tools > Install Application from the main GAUSS menu.
  3. Follow the installer prompts, making sure to navigate to the downloaded westerlundlib_0.1.0.zip.
  4. Before using the functions created by westerlundlib you will need to load the newly created westerlundlib library. This can be done in a number of ways:
  • Navigate to the library tool view window and click the small wrench located next to the westerlundlib library. Select Load Library.
  • Enter library westerlundlib in the program input/output window.
  • Put the line library westerlundlib; at the beginning of your program files.

Warning

Do not attempt to install using the Source Code (Zip) or Source Code (tar.gz) folders. The library will not properly install using these folders.