Skip to content

Releases: tiborsimon/matlab-library-system

MATLAB Library System v2.3.0

03 Oct 22:01

Choose a tag to compare

Changes

  • new header printout
  • new path processing algorithm (fixed the issue on OS X)

Added

  • new fields in the librarydata.txt file
  • author and library url
  • quick demo feature

MATLAB Library System v2.2.0

20 Aug 23:22

Choose a tag to compare

This release features the new versioning convention all TSPR project will follow in the future.

Changes

  • Dummy function name changed to my_function

MATLAB Library System v2.1

17 Jun 16:43

Choose a tag to compare

Modifications

  • Prettified output during installation and uninstallation
  • Optional message prompt after successful installation

MATLAB Library System v2.0

17 Jun 14:28

Choose a tag to compare

Modifications

  • Rewritten core methods
  • No need for a separated hidden directory for the core files
  • no file name prefixes
  • no root folder insertion to the MATLAB path
  • MIT license added

Bugfix

  • The previous version didn't allow more than one library activated

MATLABLibrarySystem v1.1.1

02 Oct 09:23

Choose a tag to compare

This is the first really usable template version, that does all the path related task for you. You can concentrate your work without bothering to add your scripts and functions to your path.

New features:

  • automatic library content detection
  • wrong folder error detection
  • safe and temporary path changing
  • globally managed library name and library version

Detailed description and manual is available in the README.md file.

Changelog:
- Install issue with downloaded v1.1.0. zip solved.

MATLABLibrarySystem v1.1.0

02 Oct 09:35

Choose a tag to compare

This is the first really usable template version, that does all the path related task for you. You can concentrate your work without bothering to add your scripts and functions to your path.

New features:

  • automatic library content detection
  • wrong folder error detection
  • safe and temporary path changing
  • globally managed library name and library version

Detailed description and manual is available in the README.md file.

MATLABLibrarySystem v1.0.0

01 Oct 08:05

Choose a tag to compare

Pre-release

This is a very early release, that supports the basic functionalities of managing a MATLAB library, even manually.

Original release note:
Empty library template that allows you to create easily deployable MATLAB libraries.