Released on 27 September, 2024
What's Changed
Features
- Implement support for SGE by @ashao in #610
- Add ability to specify hardware policies on dragon run requests by @ankona in #638
- Added type checking to params on model by @juliaputko in #676
Bug Fixes
- Fix build error caused by use of deprecated pkg_resources by @ankona in #598
- Mitigate dragon/numpy, mypy/typing_extension dependency issues by @ankona in #653
Build Improvements
- Building SmartSim without ML backends by @m-kurz in #601
- Remove builder from setup.py by @ashao in #654
- Refactor RedisAI Build by @ashao in #669
Miscellaneous Improvements
- Update tutorials and tutorial containers by @al-rigazzi in #589
- Fix util-tests outputs appearing in root directory by @ankona in #614
- Restrict to numpy 1.x by @ashao in #623
- Remove broken redis documentation links by @ankona in #627
- More easily discoverable dependencies by @ashao in #635
- Update codecov to 4.5.0 by @mellis13 in #657
- Pin watchdog version to prevent mypy errors by @ashao in #690
- Refine install documentation for Perlmutter and Frontier by @ashao in #717
- Change 'conda activate' to 'source activate' for Frontier by @ashao in #719
- Make a user-specific db cache by @ashao in #727
- Update release action to remove CI Build Wheel by @MattToast in #728
New Contributors
Full Changelog: v0.7.0...v0.8.0