Skip to content

Releases: AD-SDL/wei

v0.7.4

02 May 21:48
c31b6a1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

27 Jan 21:00

Choose a tag to compare

Fix a bug where the REST Module helper class incorrectly confused None default parameters with no default parameters.

v0.7.2

05 Nov 19:15
3d00c43

Choose a tag to compare

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

16 Oct 19:22
ac6ad7f

Choose a tag to compare

What's Changed

  • Allow server to run sans Dashboard by @LuckierDodge in #132

Full Changelog: v0.7.0...v0.7.1

v0.7.0

10 Oct 17:55
782849a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.2...v0.7.0

v0.6.2

26 Aug 16:03
495cee3

Choose a tag to compare

What's Changed

  • Add support for redis passwords by @LuckierDodge in #125

Full Changelog: v0.6.1...v0.6.2

v0.6.1

22 Aug 18:35

Choose a tag to compare

  • 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

21 Aug 20:16
1924dba

Choose a tag to compare

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

17 Jun 21:39
cafa7a4

Choose a tag to compare

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

25 Apr 15:53
151598e

Choose a tag to compare

Bug fixes related to the ~/.wei/experiments directory