Skip to content

Releases: phueb/Ludwig

v4.0.0

Choose a tag to compare

@phueb phueb released this 26 Feb 20:24
  • option to skip hostkey check when connecting to worker
  • load hostkeys from shared drive

v3.2.0

Choose a tag to compare

@phueb phueb released this 25 Feb 13:57
  • a new user no longer needs to call add_ssh_config()

v3.0.0

Choose a tag to compare

@phueb phueb released this 20 Feb 19:26
4f5811f
  • renamed research_data to ludwig_data

v2.1.3

Choose a tag to compare

@phueb phueb released this 22 Aug 20:08

lots of bug-fixes

v2.1.2

Choose a tag to compare

@phueb phueb released this 28 Jan 17:36

fixes:

  • prevent workers from picking up old job definitions
  • prevent triggering worker twice
  • prevent deleting folders in runs before active jobs are killed

v2.1.1

Choose a tag to compare

@phueb phueb released this 22 Jan 15:27

fixes:

  • kill jobs with same project name on all workers (not just workers assigned new jobs)
  • allow only tuples as inner lists in param2requests to prevent "not hashable" error
  • do not prevent executing job locally if same job exists on server

v2.1.0

Choose a tag to compare

@phueb phueb released this 23 Nov 18:21

new:

  • retrieve results from server
  • distribute jobs equally across workers

v2.0.0

Choose a tag to compare

@phueb phueb released this 09 Nov 19:47

breaking changes:

  • to run jobs locally, do ludwig --local instead of ludwig-local

fixes:

  • better support for non-default mounting locations

improvements:

  • separated Client class into Jobs and Uploader classes
  • running jobs locally uses same logic as running jobs remotely
  • focus on single jobs rather than groups of jobs