All Versions
23
Latest Version
Avg Release Cycle
75 days
Latest Release
469 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.17 Changes
December 15, 2021- โ add
toarray()
[jcupitt] - ๐จ
repr()
will print matrix images as matrices [jcupitt] - more robust bandwise index/slice; added fancy slicing (step != 1) [erdmann]
- fig segfault for
im.bandjoin([])
. Now returnsim
[erdmann] - โ add numpy-style extended indexing (index with list of ints or bools) [erdmann]
- earlier detection of unknown methods and class methods [jcupitt]
- add conversion from Image to numpy array via 'Image.array` [erdmann]
- โ add
Image.fromarray()
for conversion from numpy-ish arrays [erdmann] - โ add
invalidate()
[jcupitt] - add conversion from Image to numpy array via 'Image.array` [erdmann]
- add array-like functionality to
Image.new_from_array()
for conversion from numpy-ish arrays [erdmann] - โ add
Image.numpy()
(convenient for method chaining) [erdmann] - ๐ rename
toarray()
totolist()
, rewrite for efficiency [erdmann] - accept
pathlib.Path
objects for filenames (py3 only) [erdmann]
- โ add
-
v2.1.16 Changes
June 28, 2021- ๐ fix logging of deprecated args [manthey]
- โ add shepards example [tourtiere]
- โก๏ธ update docs for 8.12 [jcupitt]
- add pagesplit(), pagejoin(), get_page_height(), get_n_pages() [jcupitt]
- โ add atan2() [jcupitt]
- add
cache_get_max()
,cache_get_max_mem()
,cache_get_max_files()
,cache_get_size()
[hroskes] - ๐ don't generate docs for deprecated arguments [jcupitt]
- buffer save tries with the target API first [jcupitt]
- โ add hyperbolic functions
sinh
,cosh
,tanh
,asinh
,acosh
,atanh
[jcupitt] - add
values_for_flag
[kleisauke]
-
v2.1.15 Changes
December 27, 2020- ๐ better autodocs for enums [int-ua]
- ๐ better unreffing if operators fail [kleisauke]
-
v2.1.14 Changes
December 18, 2020- โ add
stdio.py
example - โก๏ธ update examples
- ๐ improve formatting of enum documentation
- ๐ regenerate docs
- โ remove old
vips_free
declaration, fixing API build on some platforms [rajasagashe]
- โ add
-
v2.1.13 Changes
July 04, 2020- ๐ better diagnostics for API mode install failure [kleisauke]
- ๐ revise docs [int-ua]
- better reference tracking for new_from_memory [aspadm]
-
v2.1.12 Changes
February 17, 2020- โก๏ธ update enums.py [tony612]
- โ add gen-enums.py [jcupitt]
- ๐ improve custom source/target types [jcupitt]
- ๐ป revise types for set_blob to fix exception with old libvips [jcupitt]
- ๐ fix 32-bit support [dqxpb]
- โ remove pytest-runner from pipy deps [lgbaldoni]
- โ add watermark with image example [jcupitt]
-
v2.1.11 Changes
November 07, 2019- revise README [jcupitt]
- โ add watermark example [jcupitt]
- ๐ fix syntax highlighting in README [favorable-mutation]
- โ add signal handling [jcupitt]
- โ add Source / Target support [jcupitt]
- โ add perf tests [kleisauke]
- speed up Operation.call [kleisauke]
- ๐ fix logging [h4l]
-
v2.1.8 Changes
July 01, 2019- ๐ fix regression with py27 [jcupitt]
-
v2.1.7 Changes
July 01, 2019- prevent exponential growth of reference tables in some cases [NextGuido]
-
v2.1.6 Changes
January 07, 2019- ๐ switch to new-style callbacks [kleisauke]
- โ add get_suffixes() [jcupitt]
- โ add Region [jcupitt]
- ๐ better handling of NULL strings from ffi [jcupitt]
- โ add support for dealing with uint64 types [kleisauke]