Skip to content

Add version.m file to the library #5

@dcajal

Description

@dcajal

Description:

We want to include a simple, programmatic way for users (and developers) to check which version of biosigmat is installed.

This is useful for:

  • Debugging and support.
  • Ensuring compatibility between components.
  • Tracking installations across different systems.
  • Matching the version with GitHub releases.

Implementation:
We’ll add a file at src/version.m with the following content:

function v = version()
    v = '0.1.0';  % Must match the corresponding GitHub release tag
end

Tasks:

  • Create the version.m file inside src/.
  • Add usage instructions to the README:
biosigmat.version()

Note:
This version string must be updated each time a new GitHub release is published.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions