Releases: jpmorganchase/inference-server
Release 1.3.1
Library now available as a Conda package on the conda-forge
channel.
See also:
Release 1.3.0
Added a model_dir
argument to inference_server.testing.predict
and inference_server.testing.post_invocations
to simplify testing models to be loaded from a directory.
See https://inference-server.readthedocs.io/en/stable/testing.html
Release 1.2.3
Test with Python 3.13 (beta)
Release 1.2.2
Added Frequently Asked Questions section to the documentation
Release 1.2.1
Updated API reference documentation
Release 1.2.0
Added the high-level testing function inference_server.testing.predict()
.
Release 1.1.0
Support AWS SageMaker Batch Transform inference mode. Expose an /execution-parameters
endpoint, configurable through 3 new plugin hooks.
See https://inference-server.readthedocs.io/en/stable/batch_transform.html
Release 1.0.7
Support for Python 3.12
Release 1.0.6
Documentation configuration updates only.
Release 1.0.5
Log invocation timings