You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* removing eventlet from webinterface
this package is deprecated and should not be used for new projects. socketio use only threading from python
* fix installer dependencies
pyinstaller needs to add the hidden dependencies of web interface
* automate artifacts generation
this script:
- builds the exe
- copy the .bat file to start web interface
- zip the contents
- download the wheel file from pypi
- place everything under dist folder to upload to release page on github
* enhance development documentation
* bug fix on multidimensional array
Only the first indeces of multidimensional matrices were being addressed.
Added matrix example on example folder
* version 0.5.1
---------
Co-authored-by: Edras Pacola <[email protected]>
0 commit comments