Releases: AD-SDL/wei
Releases · AD-SDL/wei
v0.7.4
What's Changed
- Aileen Dashboard Improvements Vers 1 by @AileenCleary in #135
New Contributors
- @AileenCleary made their first contribution in #135
Full Changelog: v0.7.3...v0.7.4
v0.7.3
Fix a bug where the REST Module helper class incorrectly confused None default parameters with no default parameters.
v0.7.2
What's Changed
- Support For Parameters by @tginsbu1 in #133
- Workflow Parameters Support; Documentation Improvements by @LuckierDodge in #134
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Allow server to run sans Dashboard by @LuckierDodge in #132
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- precommit checks by @tginsbu1 in #126
- adding endpoints to get all datapoints for an experiment by @tginsbu1 in #128
- Buttons for Admin Actions by @caseystone in #127
- Status change by @tginsbu1 in #130
- Improvements for Admin Actions, Datapoints, and Docs by @LuckierDodge in #129
New Contributors
- @caseystone made their first contribution in #127
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- Add support for redis passwords by @LuckierDodge in #125
Full Changelog: v0.6.1...v0.6.2
v0.6.1
- Patch for v0.6.0 to fix
wei.__version__incongruities inside docker containers. - Updates to Python 3.12 in the wei docker container.
- Fix file name collision when workflows contain multiple of the same step
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Adding Email Notifications Feature for Failed Steps by @Dozgulbas in #122
- Data changes by @tginsbu1 in #124
- v0.6.0 - Data Management; Cleanup by @LuckierDodge in #123
Full Changelog: v0.5.9...v0.6.0
v0.5.9
What's Changed
- wei.core.dataclasses -> wei.types.*_types
- wei.helpers -> wei.utils
- New wei.modules.rest_module.RESTModule class to simplify creating new modules
- Improvements to the experiment client and events system to better support diaspora and pave the way for Datapoints.
- Various bug fixes and performance improvements, primarily around making the Engine/scheduler more stable and performant
- WEI Server now includes a new in-development Graphical User Interface, hosted at the base server url!
- Framework for administrative actions (aka "admin actions") e.g. safety stops, pause, resume, cancel, etc.
Pull Requests Included
- Experiment and Event Enhancements by @LuckierDodge in #118
- Adding UI by @tginsbu1 in #120
- Fix windows file return by @LuckierDodge in #119
- Push v0.5.9 to Production by @LuckierDodge in #121
Full Changelog: v0.5.8...v0.5.9
v0.5.8
Bug fixes related to the ~/.wei/experiments directory