forked from elyra-ai/elyra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog to Elyra documentation (elyra-ai#726)
Changelog for Elyra 1.0.0rc0 release candidate
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## v1.0.0rc0 (08/07/2020) | ||
|
||
- Rename python-runner to python-editor [#721](https://github.com/elyra-ai/elyra/issues/721) | ||
- Add support for JupyterLab Dark theme [#706](https://github.com/elyra-ai/elyra/issues/706) | ||
- Improve dependency management and archive generation [#702](https://github.com/elyra-ai/elyra/issues/702) | ||
- Properly set pipeline version on new pipelines [#698](https://github.com/elyra-ai/elyra/issues/698) | ||
- Make pipeline process and export asynchronous [#695](https://github.com/elyra-ai/elyra/issues/695) | ||
- Use absolute form of export path when exporting pipelines [#690](https://github.com/elyra-ai/elyra/issues/690) | ||
- Validate pipeline and export submission dialogs [#684](https://github.com/elyra-ai/elyra/issues/684) | ||
- Create metadata editor [#589](https://github.com/elyra-ai/elyra/issues/589) | ||
|
||
Note: Pipeline nodes that currently do not list any dependencies but have 'Include Subdirectories' enabled, | ||
will not have the intended result. Instead, those node properties must be updated to include '\*' in the dependencies list. | ||
However, use of '\*' with 'Include Subdirectories' is not recommended and finer grained dependency lists should be utilized. | ||
|
||
Note: With the rename of the `python-runner` extension, we suggest uninstalling previous versions of Elyra before updating it. |