- Feb 10, 2025
-
-
- Jan 31, 2025
-
-
Maxence Naud authored
Merge branch 'dev' into 'main' Closes #190 See merge request !318
-
Maxence Naud authored
-
Maxence Naud authored
- /version.txt - /CHANGELOG
-
Maxence Naud authored
Fix: issues on Python tests for Windows See merge request !317
-
The test creates a temporary file and keeps it open, which causes a permission conflict when the function tries to write to the same file. On Windows, files are exclusive, so opening a file in one process prevents another from opening it
-
Maxence Naud authored
Improved scheduling tutorial See merge request !316
-
-
-
-
-
-
- Jan 29, 2025
-
-
Maxence Naud authored
-
- Jan 28, 2025
-
-
Maxence Naud authored
[UPD] Enforce C++ version and improve setup.py flexibility See merge request !315
-
Maxence Naud authored
-
Maxence Naud authored
- Remove unused empty CMakeLists.txt in src directory - upd: 'approxEq' logging from error to notice in case of mismatch - do not remove spaces at the beginning of a new line in log
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
-
Maxence Naud authored
Inputs were not identified as such in some export cases See merge request !301
-
- Jan 24, 2025
-
-
Axel Farrugia authored
-
Axel Farrugia authored
-
Axel Farrugia authored
-
Maxence Naud authored
[UPD] add some logging informations See merge request !313
-
-
-
-
-
-
-
-
Enhance: logging format with constant width and default log level to Notice or Debug (compilation mode dependent) - add a helper function to wrap text to a specified width, respecting explicit line breaks (\n) and accounting for ANSI escape sequences. - set default logging level to Log::Level::Notice in RELEASE compilation mode and Log::Level::Debug in DEBUG compilation mode
-
-
Maxence Naud authored
[Add] Operator Expand See merge request !286
-
-