Skip to content

Commit

Permalink
Merge pull request #825 from exasol/develop
Browse files Browse the repository at this point in the history
#819: Fixed CI and adapted project to Exasol 8 (#820)
#822: Update scipy and apt-packages (#823)
  • Loading branch information
tkilias authored Jul 25, 2023
2 parents e76a80c + 60d36c4 commit 62dc950
Show file tree
Hide file tree
Showing 26 changed files with 1,217 additions and 263 deletions.
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.

28 changes: 22 additions & 6 deletions aws-code-build/build_config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
{"build_ignore":
{"ignored_paths":
[".github", "config", "doc", "emulator", "githooks", "vagrant",
".gitignore", "clone.sh", "contributing.md", "generate_error_codes_yml.sh",
"LICENSE", "README.md", "replace_error_codes.sh", "script-languages-container-logo.png"]
{
"build": {
"base_branch": "develop",
"ignore": {
"paths": [
".github",
"config",
"doc",
"emulator",
"githooks",
"vagrant",
".gitignore",
"clone.sh",
"contributing.md",
"generate_error_codes_yml.sh",
"LICENSE",
"README.md",
"replace_error_codes.sh",
"script-languages-container-logo.png"
]
}
},
"base_branch": "develop"
"release": {"timeout_in_minutes": 240}
}
6 changes: 5 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 All @@ -16,6 +18,7 @@ This release uses version 0.17.0 of the container tool.

- #792: Fixed Github workflow publish-test-container by updating script-languages-container-tool to 0.17.0 and script-languages-container-ci to 1.1.0
- #796: Fixed silent data corruption when emitting dataframes with float16 dtype columns from Python UDFs
- #819: Fixed CI, adapted project to Exasol 8 and updated apt packages

## Features / Enhancements

Expand All @@ -37,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.

Loading

0 comments on commit 62dc950

Please sign in to comment.