orchest

Build data pipelines, the easy way 🛠️

APACHE-2.0 License

Downloads
582
Stars
4K
Committers
31

Bot releases are hidden (Show)

orchest - v2021.04.03

Published by ricklamers over 3 years ago

This release contains mostly internally facing changes. It migrates the frontend from esbuild + symlinks to a more well defined pnpm + vite setup.

In addition, it includes some fixes for minor issues.

Note, this release has an incorrect PATCH segment. It should have been v2021.04.3

orchest - v2021.04.02

Published by fruttasecca over 3 years ago

This release includes a fix to preserve the port Orchest will listen on between restarts and updates.

Note, this release has an incorrect PATCH segment. It should have been v2021.04.2

orchest - v2021.04.01

Published by fruttasecca over 3 years ago

This release expands the Orchest SDK to add single parameter get and update operations for both step and pipeline parameters.
It's still possible to get or update parameters in a batched manner by using the get_params and update_params functions.

Note, this release has an incorrect PATCH segment. It should have been v2021.04.1

orchest - v2021.03.10

Published by ricklamers over 3 years ago

This release contains a minor hot fix for the default pipeline loading behavior of the pipeline view.

orchest - v2021.03.9

Published by ricklamers over 3 years ago

This release contains a number of smaller fixes. Specifically, it fixes some issues related to JupyterLab extension building when npm extensions were added through the JupyterLab image build script.

In addition we now include jupyterlab-git as a default extension to make version control simpler out of the box.

Server time parsing on the client has become conformant with ISO 8601 again for all cases.

orchest - v2021.03.8

Published by ricklamers over 3 years ago

This release includes some minor changes related to the cloud hosted version of Orchest.

orchest - v2021.03.7

Published by ricklamers over 3 years ago

This release includes a minor fix for log outputs when executing notebooks.

orchest - v2021.03.6

Published by ricklamers over 3 years ago

This release brings a UI refactor for managing your pipeline sessions. We simplify session management between the JupyterLab and Pipeline view by moving it to the top header bar.

In addition, we have a number of quality of life, performance and bug fixes. Enjoy!

orchest - v2021.03.5

Published by ricklamers over 3 years ago

Minor release to include some UI hotfixes.

orchest - v2021.03.4

Published by ricklamers over 3 years ago

This marks another joyous release that packs a great new UX/UI experience for Orchest 🧑‍🎨.

In addition to some minor fixes, we've cleaned up the UX of many of the views to be more intuitive, consistent, and beautiful.

We hope you'll enjoy it!

orchest - v2021.03.3

Published by ricklamers over 3 years ago

Hotfix for JupyterLab availability checking during session start.

orchest - v2021.03.2

Published by ricklamers over 3 years ago

Add user adding mechanism through orchest CLI. Upgrade nginx-proxy base image.

orchest - v2021.03.1

Published by ricklamers over 3 years ago

Hotfix release for pipeline JSON loading of jobs.

orchest - v2021.03.0

Published by ricklamers over 3 years ago

This release marks the first release following the CalVer versioning system. We felt this versioning scheme was more appropriate for Orchest given the ambiguity around what warrants Major, Minor and Patch increments in a graphical application when using the SemVer versioning convention.

We choose the YYYY.0M.MICRO format, to make sure the version string isn't misinterpreted as SemVer. You can find more about CalVer here: https://calver.org/. MICRO is a monotonically increasing number that starts at 0 for each unique YYYY.0M. prefix. This allows patch releases on the same day, if necessary.

This release also fixes https://github.com/orchest/orchest/issues/158.

orchest - v0.9.6

Published by yannickperrenet over 3 years ago

Bug fixes and other changes

  • Resolves issue where the authentication layer (through the auth-server) breaks the very first time Orchest is started.
  • Fixes to the web UI update mechanism.
  • Quality of life improvement for importing projects.

Fixed issues: #148

orchest - v0.9.5

Published by ricklamers over 3 years ago

Release quality of life improvement https://github.com/orchest/orchest/pull/161 by @mitchglass97

orchest - v0.9.4

Published by ricklamers over 3 years ago

Fix all the bugs! 🙋

This release fixes many bugs. Some smaller, others pretty significant. Expect a more reliable and performant experience.

orchest - v0.9.3

Published by ricklamers over 3 years ago

Fix all the bugs! 🙋

This release fixes many bugs. Some smaller, others pretty significant. Expect a more reliable and performant experience.

Edit: contained an issue, directly superseded by v0.9.4.

orchest - v0.9.2

Published by ricklamers over 3 years ago

This update contains hot fixes to restore the web updater functionality.

orchest - v0.9.1

Published by ricklamers over 3 years ago

This release contains a hotfix for incorrect mounting of the /data directory in the Jupyter Kernel containers.

Thanks to @cavriends for spotting it!