Skip to content

v0.1.1

Compare
Choose a tag to compare
@ttafsir ttafsir released this 05 Jan 14:02
· 81 commits to master since this release
3efc377
0.1.1 branch (#63)

* update requirements/deps management
* Adds pre-commit config
* Fix linting issues
* update version
* make library compatible to windows

The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error.
Using `.as_posix()` forces `/` as a separator and fixes that issue.

Co-authored-by: Martin Plattner <[email protected]>