All Versions
23
Latest Version
Avg Release Cycle
75 days
Latest Release
857 days ago

Changelog History
Page 2

  • v2.1.5 Changes

    December 18, 2018
    • better behaviour for new_from_memory fixes some segvs [wppd]
    • ➕ added addalpha/hasalpha [jcupitt]
  • v2.1.4 Changes

    October 03, 2018
    • ⚡️ update links for repo move [jcupitt]
    • ⚡️ update autodocs for libvips 8.7 [jcupitt]
  • v2.1.3 Changes

    March 03, 2018
    • record header version number in binary module and check compatibility with the library during startup [jcupitt]
    • ➕ add optional output params to docs [kleisauke]
    • ⚡️ update docs [jcupitt]
    • ➕ add some libvips 8.7 tests [jcupitt]
    • 🚚 move to pytest [kleisauke]
    • better handling of many-byte values in py3 new_from_memory [MatthiasKohl]
    • 👍 better handling of utf-8 i18n text [felixbuenemann]
    • ➕ add enum introspection [kleisauke]
    • 🚚 move the libvips test suite back to libvips, just test pyvips here [jcupitt]
    • 🛠 fix five small memleaks [kleisauke]
  • v2.1.2 Changes

    March 01, 2018
    • only use get_fields on libvips 8.5+ [rebkwok]
    • only use parent_instance on libvips 8.4+ [rebkwok]
    • relative import for decl
  • v2.1.1 Changes

    February 25, 2018
    • switch to sdist
    • 👍 better ABI mode fallback behaviour
  • v2.1.0 Changes

    November 17, 2017
    • 👌 support cffi API mode as well: much faster startup, about 20% faster on the test suite [jcupitt]
    • 🏗 on install, it tries to build a binary interface, and if that fails, falls back to ABI mode [jcupitt]
    • 👍 better error for bad kwarg [geniass]
  • v2.0.6 Changes

    February 22, 2017
    • ➕ add version numbers to library names on linux
  • v2.0.5 Changes

    September 08, 2017
    • 💅 minor polish
    • ✅ more tests
    • ➕ add composite convenience method
    • 🚚 move tests outside module [greut]
    • switch to tox [greut]
    • 👍 allow info message logging
  • v2.0.4 Changes

    September 03, 2017
    • ↪ clear error log after failed get_typeof in get() workaround
    • ✅ more tests pass with older libvips
    • 🛠 fix typo in logging handler
  • v2.0.3 Changes

    September 02, 2017
    • 🛠 fix get() with old libvips
    • 👍 better collapse for docs [kleisauke]
    • ➕ add get_fields()