orchest

Build data pipelines, the easy way 🛠️

APACHE-2.0 License

Downloads
582
Stars
4K
Committers
31

Bot releases are hidden (Show)

orchest - v2022.02.7

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.6...v2022.02.7

orchest - v2022.02.6

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.5...v2022.02.6

orchest - v2022.02.5

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.4...v2022.02.5

orchest - v2022.02.4

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.3...v2022.02.4

orchest - v2022.02.3

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.2...v2022.02.3

orchest - v2022.02.2

Published by yannickperrenet over 2 years ago

What's Changed

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.02.1...v2022.02.2

orchest - v2022.02.1

Published by yannickperrenet over 2 years ago

What's Changed

Exciting new features 🎉

Improvements 👷

Full Changelog: https://github.com/orchest/orchest/compare/v2022.01.3...v2022.02.1

orchest - v2022.01.3

Published by yannickperrenet over 2 years ago

v2022.01.3

  • As part of jobs it is now possible to specify the number of pipeline runs to keep and delete older ones. This can save a ton of disk space! 🥳
  • Navigation fixes so it is always clear what view you are in, even when inside the pipeline editor is pipelines still highlighted in the left pane menu. 🕵️
  • We now indicate in the UI if there is a new Orchest update available, making it easier to always stay up to date 📱
  • Speedup when starting Orchest with --cloud 🚤
orchest - v2022.01.2

Published by iannbing almost 3 years ago

  • Auto clean-up snapshots for finished pipeline runs
  • Server-side pagination and multi-column search in pipeline runs
  • Faster app initialization
orchest - v2022.01.1

Published by ricklamers almost 3 years ago

Minor fixes.

orchest - v2022.01.0

Published by ricklamers almost 3 years ago

This release introduces a number of minor fixes. See commit log for more details.

orchest - v2021.12.3

Published by fruttasecca almost 3 years ago

Hotfix release, unrelated to the previous release.

orchest - v2021.12.2

Published by iannbing almost 3 years ago

  • Migrate all MDC UI components to Material-UI components
  • Collapsable navigation bar
  • Overall UI issues clean up
  • Improved documentation
  • Added conda to make it easier for users to install another Python version
orchest - v2021.12.1

Published by fruttasecca almost 3 years ago

🎺 🎺 Orchest v2021.12.1 release 🎺 🎺

Changelog:

  • multiple UI fixes related to minor bugs
  • an edge case in job duplication that prevented changing the schedule of a cronjob after duplicating it has been fixed
  • Orchest settings will now fallback to default values when invalid
  • the integrated JupyterLab and JupyterLab Enterprise Gateway have been updated to the latest version
  • python environments customized by a user when creating an Orchest environment can no longer lead to incompatibility with Orchest dependencies in the image
  • a small tweak to CPU shares made it so that Orchest core services will have CPU priority over kernel and step containers during times of CPU contention
  • updated the way we fix orchest/userdir permissions on start. This should lead to much faster Orchest start times on Linux based distros when the userdir contains many files and directories. This issue is still there on MacOS.

Orchest SDK:

  • removed the ability to update pipeline/step parameters through code using the SDK. We believe this "feature" to be an anti-pattern and that its removal will benefit everyone in the long run.
orchest - v2021.12.0

Published by ricklamers almost 3 years ago

This release introduces a command palette (#559) to Orchest, in addition to a number of minor fixes.

Ctrl / Command + K to find Orchest pages, projects, pipelines, and jobs in the blink of an eye 🏎️.

orchest - v2021.11.4

Published by ricklamers almost 3 years ago

Hot fix release.

orchest - v2021.11.3

Published by fruttasecca almost 3 years ago

Minor release with tweaks to the front-end and a couple of new endpoints to better support our cloud offering.

orchest - v2021.11.2

Published by iannbing almost 3 years ago

Minor release that fixes an issue for Pipeline Editor

orchest - v2021.11.1

Published by ricklamers almost 3 years ago

Hot fix for a critical issue in the graph processing frontend code.

orchest - v2021.11.0

Published by fruttasecca almost 3 years ago

🎺 v2021.11.0 🎺

🚚
This is our first release for November, and it packs the following:

  • a fix to the pipeline auto-layout algorithm
  • the abiliy to control the number of parallel interactive runs through the MAX_INTERACTIVE_RUNS_PARALLELISM configuration value
  • a number of minor fixes and quality of life improvements, mostly around the way Orchest does updates and configuration management