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

v0.6.3

Latest
Compare
Choose a tag to compare
@kutsurak kutsurak released this 21 Feb 12:19
· 12 commits to master since this release

Added

  • Coverage reports from OS X with codecov

Changed

  • Reworked the build system to use
    cibuildwheel (fixed #18).
    This essentially means that we now provide binary wheels for the
    following platforms:
    • GNU/Linux x86_64
      • Python 2.7
      • Python 3.5
      • Python 3.6
      • Python 3.7
    • GNU/Linux i686
      • Python 2.7
      • Python 3.5
      • Python 3.6
      • Python 3.7
    • MacOS X 10.6 Intel
      • Python 2.7
      • Python 3.5
      • Python 3.6
      • Python 3.7
    • Windows AMD64
      • Python 3.5
      • Python 3.6
      • Python 3.7
  • Fixed the iterator protocol for cursors (fixed #34)
  • Fixed a bug about inserting nulls using monetdblite.insert (fixed
    #32)
  • monetdblite.init can now be called with relative paths (fixed #28)
  • Deprecated support for Python 2.7. Starting from the next feature
    release (version 0.7.0), we are going to offer binary wheels only
    for python versions >= 3.5
  • Deprecated support for 32 bit builds. Starting from the next
    feature release (version 0.7.0) we are goint to offer binary wheels
    only for 64 bit platforms.
  • Changed test fixtures to use pytest's temporary file generation
    facilities.

Removed

  • Builds for 32 bit Windows. Building MonetDBLite-C for 32 bit
    Windows, requires a lot of work for too little benefit.