Skip to content

v0.6.0

Choose a tag to compare

@urbanogilson urbanogilson released this 28 Jun 20:27
· 35 commits to main since this release
703a12b

Improved Documentation:

  • Achieved 100% docstring coverage using interrogate tool
  • Updated colab example to provide better guidance
  • Updated README.md with comprehensive information

Improved Tests:

  • Achieved 100% test coverage using coveralls tool

Improved Code:

  • Increased modularity for better code organization
  • Added State Enum for improved code readability and maintainability
  • Moved temporary files to the tempfile module for better file management
  • Deleted temporary files when no longer needed to avoid clutter
  • Upgraded from setup.py to pyproject.toml for better project configuration
  • Removed Manual driver for cleaner codebase
  • Exposed chunk_size parameter for customizable download sizes
  • Made the download_ methods' interfaces more consistent
  • Improved code reusability for better maintainability
  • Improved progress bar