Version 0.8 (#71) * update : version-tags updated. * update : changelog updated. * update : issue template updated. * update : changelog updated.
Recent Commits to nava:main
-
Version 0.8 (#71)
-
Python 3.14 (#70)
Python 3.14 (#70) * fix : Python 3.14 added to workflows * fix : Python 3.14 added to setup.py * doc : Python 3.14 added to bug_report.yml * fix : action version updated * doc : pypi badge bug fixed * doc : CHANGELOG.md updated
-
Fix/refactorings (#69)
Fix/refactorings (#69) * this target call doesn't return process (in windows) * call terminate -> wait -> kill, minor refactoring on the order and exception handlings * `CHANGELOG.md` updated * add concrete exception type * Refactor exception handling in `NavaThread` class to catch general exceptions and improve clarity in comments. Ensure `_play_process` is set to `None` after termination attempts. * add bandit `B110` bypassing rule