Releases: NCAR/echo-opt
Releases · NCAR/echo-opt
v1.1
What's Changed
- correcting minor typos by @mariajmolina in #11
- Reducing redundancy in assigning directories... by @mariajmolina in #12
- Add random forest option for partial dependence by @katiedagon in #13
- Initial support for farming out trials on >1 GPUs per node by @jsschreck in #15
- Bug Fixes in echo-opt and echo-report by @sophiaanr in #16
- Added enqueue options by @jsschreck in #17
New Contributors
- @mariajmolina made their first contribution in #11
- @katiedagon made their first contribution in #13
- @sophiaanr made their first contribution in #16
Full Changelog: v1.0.2...v1.1
v1.0.2
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
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0
What's Changed
- Initial push from the old repository by @jsschreck in #1
- Fixing import errors by @jsschreck in #2
- Last minor update before new version by @jsschreck in #3
- Charlie by @charlie-becker in #4
- Merge to v1.0 by @jsschreck in #5
- Preparing for pypi by @djgagne in #6
New Contributors
- @jsschreck made their first contribution in #1
- @charlie-becker made their first contribution in #4
- @djgagne made their first contribution in #6
Full Changelog: https://github.com/NCAR/echo-opt/commits/v1.0