Skip to content

Releases: AD-SDL/wei

v0.7.0

10 Oct 17:55
782849a
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.6.1

22 Aug 18:35
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.6.0

v0.5.9

17 Jun 21:39
cafa7a4
Compare
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

Full Changelog: v0.5.8...v0.5.9

v0.5.8

25 Apr 15:53
151598e
Compare
Choose a tag to compare

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

v0.5.7

17 Apr 20:07
825a9f9
Compare
Choose a tag to compare

Fix a bug with the Workflow dataclass that causes validation failures in older versions of python.

v0.5.6

22 Mar 17:30
b712dd3
Compare
Choose a tag to compare

Fixes an edge-case issue with permissions inside containers.

v0.5.5

20 Mar 19:42
ab0dd4f
Compare
Choose a tag to compare
  • Bug Fixes
  • Added methods to experiment client and endpoints to the wei server for interacting with step response files.

v0.5.4

26 Feb 21:50
86d1a72
Compare
Choose a tag to compare
  • Adds support for sending files to modules as part of a workflow step
  • Step files can be specified using the "steps" field of a workflow step.
  • Modules can now include information about what files they expect as part of their About information.