Skip to content

Releases: uber/neuropod

Neuropod v0.3.0-rc7

04 Jul 05:41
5544043
Compare
Choose a tag to compare

Neuropod v0.3.0-rc6

23 Feb 01:01
5533eb7
Compare
Choose a tag to compare
Neuropod v0.3.0-rc6 Pre-release
Pre-release

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.3.0-rc5

28 Jan 07:29
de304c4
Compare
Choose a tag to compare
Neuropod v0.3.0-rc5 Pre-release
Pre-release

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.3.0-rc4

18 Nov 04:26
9dd2ca8
Compare
Choose a tag to compare
Neuropod v0.3.0-rc4 Pre-release
Pre-release

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.3.0-rc3

08 Sep 05:16
d3a727e
Compare
Choose a tag to compare
Neuropod v0.3.0-rc3 Pre-release
Pre-release

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.3.0-rc2

17 Aug 02:53
b616731
Compare
Choose a tag to compare
Neuropod v0.3.0-rc2 Pre-release
Pre-release

(More details coming soon)

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.3.0-rc1

18 Dec 22:09
13452e6
Compare
Choose a tag to compare
Neuropod v0.3.0-rc1 Pre-release
Pre-release

(More details coming soon)

For installation instructions, see https://neuropod.ai/docs/master/installing/

Neuropod v0.2.0

07 Jun 23:17
4f5764a
Compare
Choose a tag to compare

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

29 May 22:38
e180f66
Compare
Choose a tag to compare
Neuropod v0.2.0-rc2 Pre-release
Pre-release

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 replace TestNeuropodTensor with GenericNeuropodTensor

Neuropod v0.2.0-rc1

11 Apr 02:07
9c3be22
Compare
Choose a tag to compare
Neuropod v0.2.0-rc1 Pre-release
Pre-release

Major Changes

Everything included in v0.2.0rc0 +

  • Support for four versions of python (2.7, 3.5, 3.6, and 3.7)