Skip to content

Releases: NCAR/echo-opt

v1.0.2

30 Mar 19:58
3efbda4
Compare
Choose a tag to compare

Bug-fix release to remove direct dependencies on pytorch or tensorflow from echo. Before, when installing echo, both pytorch and tensorflow would be installed into the user's python environment. For users only using one of the two packages, this could cause incompatibilities with the GPU. If you need a specific deep learning library in your python environment, install it with pip or conda separately from installing echo.

What's Changed

  • Removed tensorflow and pytorch dependencies. by @djgagne in #10

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Mar 16:56
de200a0
Compare
Choose a tag to compare

What's Changed

  • Added MANIFEST.in to handle version building issues by @djgagne in #7
  • Updated setup by @djgagne in #8
  • Minimal setup.py and fixes to setup.cfg by @djgagne in #9

Full Changelog: v1.0...v1.0.1

v1.0

12 Dec 22:05
77ea751
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/NCAR/echo-opt/commits/v1.0