Skip to content

Releases: datalpia/modelship

0.2.3

15 Feb 14:46

Choose a tag to compare

This minor release fixes the previous one by relaxing the onnxruntime version constraint for non-Intel Mac environments running on Python 3.11+.

Changed

  • remove constraints on onnxruntime for non-Intel Mac environments running on Python 3.11+

0.2.2

14 Feb 23:34

Choose a tag to compare

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
  • onnxruntime limited to 1.23 for intel mac or python 3.10

0.2.1

16 Oct 14:18

Choose a tag to compare

Fixed

  • defer onnxruntime-web operations to dedicated worker

0.2.0

14 Oct 22:39

Choose a tag to compare

Added

  • model loading indicator for static web application
  • footer app credit for static web application

Changed

  • use halfmoon.css instead of water.css for static web application

Misc

  • vendor static assets for offline usage

0.1.0

28 Sep 14:19

Choose a tag to compare

Initial release of modelship.

Added

  • modelship static to generate a static web application from an ONNX model