Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Added method to BucketFSLocation to generate bucket udf path and upgraded Python version to >=3.8.

Latest
Compare
Choose a tag to compare
@umitbuyuksahin umitbuyuksahin released this 20 Jul 08:59
· 4 commits to main since this release
3e55f6f

Summary

This release adds generate_bucket_udf_path method in BucketFSLocation. In addition, bugs in the listing and uploading methods are fixed. Furthermore, Python version is upgraded to >=3.8.

Features / Enhancements

  • #72: Added generate bucket udf path method to BucketFSLocation

Bug Fixes

  • #63: Corrected uploading fileobject method of the mock bucketfs
  • #66: Corrected listing method of localfs mock bucketfs
  • #74: Fixed generating bucket udf path method

Refactoring

  • #53: Upgraded Python version to >=3.8, removed numpy from source again
  • #38: Replaced old bash scripts for building documentation with Sphinx_Github-Pages-generator, migrated to Nox

Documentation

  • #68: Fix installation instructions in README