Skip to content

v0.36.2

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 00:17
· 48 commits to master since this release

What's Changed

  • Fix Installation: dpkg (.deb package) by @brendonmiranda in #90
  • Drop support for Python 3.6
  • Add support for Python 3.11
  • Update os of build environments
    • Drop support for Ubuntu 18.04
    • Add support for Ubuntu 22.04
  • Update dependencies:
    • allow appconfigpy v2
    • allow pathvalidate v3
    • allow ujson v5
    • bump minimum version constraint of SimpleSQLite
  • Improve the installer script
    • Remove dependency from the installer script to GitHub-API and jq
    • Add an error check of asset existence
    • Add integrity check of the archive file
    • Modify to use cache
  • Reduce execution binary file size
  • Modify to use pypa/build for package build
  • Add docs extras
  • Fix a return value of TableConverter._convert_nb

New Contributors

Full Changelog: v0.36.1...v0.36.2