Releases: datalpia/modelship
Releases · datalpia/modelship
0.2.3
0.2.2
This minor release ensures compatibility with Python 3.10 to 3.14 and Intel Macs
with latest ONNX Runtime dropping support for both Python 3.10 and Intel Macs.
This support will be a best-effort from now on as long as it can be but expect
Python 3.10 or Intel Mac support to drop in the near future.
Misc
- add missing authors section in
pyproject.toml - update classifiers in
pyproject.toml
Changed
- add support for python 3.14
onnxruntimelimited to 1.23 for intel mac or python 3.10
0.2.1
Fixed
- defer onnxruntime-web operations to dedicated worker
0.2.0
Added
- model loading indicator for static web application
- footer app credit for static web application
Changed
- use
halfmoon.cssinstead ofwater.cssfor static web application
Misc
- vendor static assets for offline usage
0.1.0
Initial release of modelship.
Added
modelship staticto generate a static web application from an ONNX model