Skip to content

Releases: NVIDIA/Imageinary

Version 1.1.3

22 Feb 16:42
21e2594
Compare
Choose a tag to compare

Version 1.1.3 Release Notes

A minor release including dependency updates and bug fixes. Additionally, this release officially drops support for Python 3.6.

Bug fixes

  • Updated directory error handling to be more Pythonic (#30)

Dependency Updates

  • Dropped support for Python 3.6
  • Updated numpy to 1.21.0
  • Updated Pillow to 9.0.0
  • Updated TensorFlow to 2.5.2
  • Updated urllib3 to 1.26.5
  • Updated RSA to 4.7

Version 1.1.2

29 Mar 20:04
5c65ab9
Compare
Choose a tag to compare

Bug fixes

  • Explicitly skipping MXNet 1.8 as the package failed to include necessary GPU libraries (#26)
  • Make the --size flag a boolean value (#22)

Dependency Updates

  • Updated RSA to 4.1
  • Updated Pillow to 8.1.1

Version 1.1.1

19 Feb 23:44
5c7e29f
Compare
Choose a tag to compare

Fixes

  • Fixed issues with the package metadata (#20)

Version 1.1.0

13 Jan 18:19
6261d61
Compare
Choose a tag to compare

Enhancements

  • Library can now be imported from Python code (#13)
  • Replaced click with argparse (#11)

Version 1.0.3

23 Nov 14:36
7a81a49
Compare
Choose a tag to compare

Enhancements

  • Updated installation steps to point to official release on nvidia-pyindex (#16)

Fixes

  • Fixed an issue where image creation could stall on memory-constrained systems (#15)

Version 1.0.2

13 Nov 18:37
71ee463
Compare
Choose a tag to compare

Enhancements

  • Changed the package name to nvidia-imageinary to follow proper naming conventions (#10)

Version 1.0.1

10 Nov 21:55
1e2e94d
Compare
Choose a tag to compare

Enhancements

  • Added a setup.py file which can be used to build and install a Python wheel for ease-of-use (#5)

Version 1.0.0

09 Nov 20:14
aa3b1bb
Compare
Choose a tag to compare

Initial public release of Imageinary