orchest

Build data pipelines, the easy way 🛠️

APACHE-2.0 License

Downloads
582
Stars
4K
Committers
31

Bot releases are hidden (Show)

orchest - v2021.10.2

Published by fruttasecca almost 3 years ago

🎺 v2021.10.2 🎺

This new Orchest release brings:

  • an auto-layout feature in the pipeline editor, to automatically organize your pipelines
  • Orchest will check if GPU pass-through is working properly, and will report accordingly when creating GPU enabled environments
  • other minor quality of life changes and bug fixes
orchest - v2021.10.1

Published by ricklamers about 3 years ago

Minor release that contains some styling changes.

orchest - v2021.10.0

Published by ricklamers about 3 years ago

This release fixes a few minor issues.

orchest - v2021.09.10

Published by fruttasecca about 3 years ago

Orchest v2021.09.10

  • Improved settings disk status estimate
  • Improved JupyterLab loading screen
orchest - v2021.09.9

Published by ricklamers about 3 years ago

orchest - v2021.09.8

Published by ricklamers about 3 years ago

orchest - v2021.09.7

Published by ricklamers about 3 years ago

Hot fix release, minor rendering glitch on the Jupyter page.

orchest - v2021.09.6

Published by ricklamers about 3 years ago

This release fixes a minor issue that occurs while editing pipeline step parameters.

orchest - v2021.09.5

Published by ricklamers about 3 years ago

Fix job duplication navigation.

orchest - v2021.09.4

Published by ricklamers about 3 years ago

This release introduces authless services and a couple of minor bug fixes.

orchest - v2021.09.3

Published by ricklamers about 3 years ago

Hot fix: pass string instead of bytes to password hash function.

orchest - v2021.09.2

Published by ricklamers about 3 years ago

This release fixes https://github.com/orchest/orchest/issues/479 and improves the robustness of the orchest main script.

orchest - v2021.09.1

Published by fruttasecca about 3 years ago

🎺 🎺 Orchest v2021.09.1 release 🎺 🎺

This release brings examples into Orchest! Both curated and community-contributed examples will be available from within Orchest, to find them, head to the Projects menu and click on EXPLORE EXAMPLES. If you would like to submit your projects to our community list, a 1 line PR to this repository will do the trick.

Aside from the aforementioned feature, there are some new minor improvements:

  • the Settings menu will show your disk status, i.e. used space, available space, etc.
  • general improvements to the client and client routing, for a better experience
  • minor bug fixes
orchest - v2021.09.0

Published by fruttasecca about 3 years ago

Release v2021.09.0

This release brings:

  • an improved pipeline editor experience through hotkeys that enable to select all steps (ctrl+a) and to run the selected steps (ctrl+enter)
  • an improved lifecycle of the resources backing environments, resulting in better disk usage
  • the correct handling of steps having no defined environments
  • fixed an inconsistency in the allowed names of projects discovered through the file system
  • other minor bug fixes & quality of life changes
orchest - v2021.08.4

Published by fruttasecca about 3 years ago

This release introduces two new jobs related features:

  • job duplication: create a job with the most up to date code and environments, and reuse the already defined job parameters and environment variables.
  • cron job pausing

As usual, with a new release we are also shipping a number of bug fixes and quality of life improvements, such as an improvement to the clarity of the CLI messages.

orchest - v2021.08.3

Published by fruttasecca about 3 years ago

Fixes a bug related to the retrieval of job runs pipeline definition and parameters.

orchest - v2021.08.2

Published by fruttasecca about 3 years ago

Minor release hot-fixing how the pipeline path is handled during pipeline creation.

orchest - v2021.08.1

Published by fruttasecca about 3 years ago

This release, along with some front end refactoring, bug fixes and improved input validation, brings the following features:

  • project, pipelines and job renaming: you can now easily rename or change the path of those entities through the GUI.
  • job runs parallelism: the amount of parallelism across runs of all jobs can be controlled through the settings panel. Defaults to 1, meaning that only one non-interactive run will be executing at the same time.
orchest - v2021.07.3

Published by yannickperrenet over 3 years ago

Fixes the admin page to manage users in settings.

orchest - v2021.07.2

Published by yannickperrenet over 3 years ago

Changelog

  • import_url and redirect_url fixes
  • Typescript migration
  • Small caching issue fixes