Releases: uber/neuropod
Neuropod v0.3.0-rc7
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc6
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc5
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc4
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc3
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc2
(More details coming soon)
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.3.0-rc1
(More details coming soon)
For installation instructions, see https://neuropod.ai/docs/master/installing/
Neuropod v0.2.0
The first public release of Neuropod!
See the docs at https://neuropod.ai for more detail and https://neuropod.ai/installing/ for installation instructions.
Supported Frameworks / Backends
- TensorFlow:
1.12.0
,1.13.1
,1.14.0
,1.15.0
- TorchScript:
1.1.0
,1.2.0
,1.3.0
,1.4.0
,1.5.0
- Python:
2.7
,3.5
,3.6
,3.7
,3.8
on the following platforms: macOS
, Linux (CPU)
, Linux (GPU)
Note that the Python backend can be used to run PyTorch models as well (i.e. models that have not yet been converted to TorchScript)
(See the release notes for v0.2.0-rc2 for changes from previous versions)
Neuropod v0.2.0-rc2
Major Changes
Everything included in v0.2.0rc1 +
- Read/write string accessors
- Improvements to docs
- Support for Torch 1.5.0
- Support for Python 3.8
- Remove
TestNeuropodBackend
and replaceTestNeuropodTensor
withGenericNeuropodTensor
Neuropod v0.2.0-rc1
Major Changes
Everything included in v0.2.0rc0 +
- Support for four versions of python (2.7, 3.5, 3.6, and 3.7)