From 1504799e18d9adef5568dcc9618ed3cb22b5205a Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 10:45:22 +0100 Subject: [PATCH 1/3] Prepare changelog for release --- doc/changes/changes_0.1.0.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index 73981075..2e50da75 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -2,20 +2,35 @@ orphan: true --- -# BucketFs Utily Python 0.1.0, released XYZ +# BucketFs Utils Python 0.1.0, released 2022-01-18 Code name: Initial implementation ## Summary -### Features +This release provides a initial version of the BucketFS Utils Python. It allows you to download/upload files from/to the BucketFS into/from files, Python fileobj or strings. Inside of a UDF it alternatively can read the the files also from the local /buckets filesystem. + +## Features / Enhancements - #1: Added initial implementation. - #6: Download file into fileobj, string or file - #7: Upload file, string or fileboj - #29: Add sphinx documentation - #13: Read file, string, fileobj, joblib-obj from BucketFS inside a UDF, added Language Container. + - #45: Add release-droid GitHub workflow and prepare for release + +## Bug Fixes + +n/a -### Refactorings +## Documentation + +- #47: Prepare changelog for release + +## Refactoring - #15: Remove DepHell dependency, because it is not maintained anymore - #42: Moved BucketFS Location over from exasol_data_science_utils_python + +## Security + +n/a From e62e18d933abb571587aa48bcd111f107722311c Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 10:54:28 +0100 Subject: [PATCH 2/3] Fix typos --- doc/changes/changes_0.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index 2e50da75..f81da1d6 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -7,7 +7,7 @@ Code name: Initial implementation ## Summary -This release provides a initial version of the BucketFS Utils Python. It allows you to download/upload files from/to the BucketFS into/from files, Python fileobj or strings. Inside of a UDF it alternatively can read the the files also from the local /buckets filesystem. +This release provides a initial version of the BucketFS Utils Python. It allows you to download/upload files from/to the BucketFS into/from files, Python file object or strings. Inside a UDF it alternatively can read the files also from the local /buckets file system. ## Features / Enhancements @@ -24,7 +24,7 @@ n/a ## Documentation -- #47: Prepare changelog for release + - #47: Prepare changelog for release ## Refactoring From f26b9aa72be1b5c90801b59b6031aadd16074aef Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 11:26:26 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Umit Cavus Buyuksahin --- doc/changes/changes_0.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index f81da1d6..0b15663c 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -11,11 +11,11 @@ This release provides a initial version of the BucketFS Utils Python. It allows ## Features / Enhancements - - #1: Added initial implementation. + - #1: Added initial implementation - #6: Download file into fileobj, string or file - #7: Upload file, string or fileboj - #29: Add sphinx documentation - - #13: Read file, string, fileobj, joblib-obj from BucketFS inside a UDF, added Language Container. + - #13: Read file, string, fileobj, joblib-obj from BucketFS inside a UDF, added Language Container - #45: Add release-droid GitHub workflow and prepare for release ## Bug Fixes