Skip to content

Commit

Permalink
JR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Nov 4, 2024
1 parent 280fbb3 commit c8b38f7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ This is the list of changes to Taipy releases as they were published.

# Community edition: 4.0

Published on 2024-10.

[`taipy` 4.0](https://pypi.org/project/taipy/4.0.1/) depends on the latest
[`taipy-common` 4.0](https://pypi.org/project/taipy-common/4.0.1/),
[`taipy-gui` 4.0](https://pypi.org/project/taipy-gui/4.0.1/),
Expand Down Expand Up @@ -328,9 +330,9 @@ This is the list of changes to Taipy releases as they were published.

# Enterprise edition: 4.0

(Work in progress - the following link is invalid for the time being)
Published on 2024-10.

This release contains all of [`taipy` 4.0](https://pypi.org/project/taipy/4.0.0) as well as
This release contains all of [`taipy` 4.0](https://pypi.org/project/taipy/4.0.1) as well as
additional features.

## New Features
Expand All @@ -356,18 +358,11 @@ additional features.

## Improvements and changes

- The `taipy.export_scenario()^` function now
- The `taipy.export_scenario()^` function now:
- exports a zip archive instead of a folder.
- supports exporting file-based data nodes' data to the exported archive if the path exists.
- raises the `ExportPathAlreadyExists^`
exception if the export path already exists. You can explicitly set the *overwrite* parameter to
True to overwrite the existing export path.
For more information, please refer to
[Export a scenario](../userman/scenario_features/sdm/scenario/index.md#export-a-scenario).

## Significant bug fixes

<h4></strong> 4.0.1</h4>

- The "taipy" development authentication protocol would drop the user roles when the configuration
does not explicitly specify the *protocol* parameter name.

0 comments on commit c8b38f7

Please sign in to comment.