Releases: tokebe/niclassify
Releases · tokebe/niclassify
1.0.9 Beta
- Update Pillow to fix Pillow-related security vulnerability
- Update Urllib to fix urllib-related security vulnerability
1.0.8 Beta
- Re-enabled species delimitation logging and fixed output location
- Fix setup.py (again)
- Update Python compatibility, now requires 3.8.x or higher (3.7.x was causing issues)
- Further preparation for linux compatibility
1.0.7 Beta
- Updated reserved column list (should finally fix that issue)
- Renamed GMYC_spec to Delim_spec to avoid misunderstandings
- Other small fixes
1.0.6 Beta
- Fix #7 (On small enough training sets, permutation importances will still appear 0, however feature importances shouldn't)
- Fix #8 (Including warning, update to user manual pending)
- Enable debug output until end of beta
- You will receive warnings about multiprocessing, this is currently being worked on (but does not break program)
- Training and testing data is now imputed
- Added a few more regions
1.0.5 Beta
1.0.4 Beta
- fix warnings in
launch-windows.bat
with new batch comment style - support python 3.9.x
1.0.3 Beta
- Launcher window now sticks around for 3 seconds after starting successful launch (looks less like a crash)
- Launcher checks for venv setup success
- Launcher no longer closes immediately after clicking 'ok' on various error message windows, allowing user to copy+paste error messages more easily
1.0.2 Beta
- Moved away from R-Portable, requiring user to install R base. (Faster download & preparation for linux+mac support)
- Fixed (hopefully) Python venv setup failure due to ignored numpy dependency
1.0.1 Beta
- Fixed launcher script failing to launch program after successful setup
1.0.0 Beta
Initial release