Skip to content

Releases: Flared/saturn

v0.2.0dev15

11 Jan 14:18
v0.2.0dev15
dd12e82
Compare
Choose a tag to compare
v0.2.0dev15 Pre-release
Pre-release

What's Changed

  • Makefile: source venv before running nox by @aviau in #79
  • utils: create tester script by @aviau in #80
  • worker_manager: use configuration system by @aviau in #81

Full Changelog: v0.2.0dev14...v0.2.0dev15

v0.2.0dev14

21 Dec 21:48
05306a0
Compare
Choose a tag to compare
v0.2.0dev14 Pre-release
Pre-release

What's Changed

  • Fix bugs with JoinedInventory and Broker by @isra17 in #78

Full Changelog: v0.2.0dev13...v0.2.0dev14

v0.2.0dev13

21 Dec 15:40
29b47ef
Compare
Choose a tag to compare
v0.2.0dev13 Pre-release
Pre-release

What's Changed

  • config: Refactored config loading and management. by @isra17 in #73
  • saturn(services): Complete the services API. by @isra17 in #74
  • inventories: Add JoinedInventory to cross product many inventories by @isra17 in #77

Full Changelog: v0.2.0dev12...v0.2.0dev13

v0.2.0dev12

08 Dec 19:35
f6ced2a
Compare
Choose a tag to compare
v0.2.0dev12 Pre-release
Pre-release

What's Changed

  • manager(sync): Ensure a job has completed before creating a new one by @isra17 in #72

Full Changelog: v0.2.0dev11...v0.2.0dev12

v0.2.0dev11

02 Dec 20:19
v0.2.0dev11
37b15d3
Compare
Choose a tag to compare
v0.2.0dev11 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0dev10...v0.2.0dev11

v0.2.0dev10

02 Dec 18:12
v0.2.0dev10
2829387
Compare
Choose a tag to compare
v0.2.0dev10 Pre-release
Pre-release

What's Changed

  • example: Add an example folder. by @isra17 in #67
  • depend on marshmallow_enum by @aviau in #70
  • worker(executor): Add RayExecutor and configurable executor. by @isra17 in #69

Full Changelog: v0.2.0dev9...v0.2.0dev10

v0.2.0dev9

01 Dec 18:01
v0.2.0dev9
f5bb3a0
Compare
Choose a tag to compare
v0.2.0dev9 Pre-release
Pre-release

What's Changed

  • utils: implement clear() for lazy funcs by @aviau in #58
  • worker-manager(declaratives): Makes options optional by @isra17 in #59
  • worker-manager: configure mapper on engine create by @isra17 in #60
  • dev: make project locally installable with pip by @isra17 in #61
  • API: /jobs/sync endpoint by @aviau in #57
  • worker(config): Rework config and make JobStore class configurable by @isra17 in #62
  • Runner tweak by @isra17 in #63
  • ENV -> SATURN_ENV by @aviau in #64

Full Changelog: v0.2.0dev8...v0.2.0dev9

v0.2.0dev8

11 Nov 18:47
430f068
Compare
Choose a tag to compare
v0.2.0dev8 Pre-release
Pre-release

What's Changed

  • github: disable release workflows by @aviau in #53
  • worker-manager(config): Only load yaml file by @isra17 in #54
  • worker(resources): Add ResourceUsed for pipeline to throttle their resource by @isra17 in #52
  • Lock api refactor by @isra17 in #55
  • worker(topic): limit publish concurrency by @isra17 in #56

Full Changelog: v0.2.0dev7...v0.2.0dev8

v0.2.0dev7

10 Nov 19:28
23ea9e4
Compare
Choose a tag to compare
v0.2.0dev7 Pre-release
Pre-release

What's Changed

  • worker: implement worker manager client by @isra17 in #44
  • Dockerfile: add build-essential by @aviau in #45
  • rename Item.data -> Item.args by @aviau in #46
  • worker-manager(jobs): Add api to update and get jobs by @isra17 in #47
  • worker(job-store): Add an API job store that use the worker manager API. by @isra17 in #48
  • worker(topic): Add base class for blocking topics by @isra17 in #50
  • worker(job-store): Save completion progress in jobs by @isra17 in #49
  • dev: Add py.typed to enable types in the package by @isra17 in #51

Full Changelog: v0.2.0dev6...v0.2.0dev7

v0.2.0dev6

03 Nov 18:38
v0.2.0dev6
432b0fe
Compare
Choose a tag to compare
v0.2.0dev6 Pre-release
Pre-release

What's Changed

  • worker: publish pipeline outputs to topics by @isra17 in #41
  • inventories: create BlockingInventory by @aviau in #43
  • declarative config: support JobDefinitions by @aviau in #38

Full Changelog: v0.2.0dev5...v0.2.0dev6