Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#822: Update scipy and apt-packages #823

Merged
merged 9 commits into from
Jul 25, 2023
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion doc/changes/changes_6.1.0.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# script-languages-release 6.1.0, released 2023-06-02
# script-languages-release 6.1.0, released 2023-07-25

Code name: Pandas 2 support

## Summary

This releases adds support for Pandas 2 pyarrow dtype columns for emitting dataframes from Python UDFs. Furthermore, it fixes a silent data corruption when emitting dateframes with float16 dtype columns from Python UDFs.

**Note:** We could not update scipy in the standard 7.* flavors such that these still contain CVE-2023-29824, because the fixed scipy version is not available for Python 3.7 which is still used in these flavors. We are going to replace Python 3.7 with Python 3.8 in the next release and than also update scipy. See also following [GitHub issue](https://github.com/exasol/script-languages-release/issues/824).

## [Package Version Comparison between Release 6.0.0 and 6.1.0](package_diffs/6.1.0/README.md)

## Script-Language-Container-Tool (Exaslct)
Expand Down Expand Up @@ -38,3 +40,4 @@ n/a
- #800: Updated Ubuntu packages
- #803: Updated Ubuntu packages
- #815: Updated Ubuntu packages and poetry.lock
- #822: Updated scipy to 1.10.1 in standard 8.0.0 flavor to fix CVE-2023-29824. For this we had to remove scipy-numba. Updated apt packages.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ CVE-2022-27191
CVE-2022-23960
# No fix yet for CVE-2023-28859
CVE-2023-28859
# Fixed Scipy version 1.8.0 not available for Python 3.7, see https://github.com/exasol/script-languages-release/issues/824
CVE-2023-29824
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ CVE-2022-27191
CVE-2022-23960
# No fix yet for CVE-2023-28859
CVE-2023-28859
# Fixed Scipy version 1.8.0 not available for Python 3.7, see https://github.com/exasol/script-languages-release/issues/824
CVE-2023-29824
Loading
Loading