Skip to content

Commit ab7f6c8

Browse files
authored
Merge pull request #1 from radarhere/improve-changeslog
Aligned headings
2 parents a82ab50 + 3f3c16e commit ab7f6c8

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

CHANGES.rst

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4837,7 +4837,7 @@ was last updated, see the repository revision history:
48374837
Valentino Volonghi).
48384838

48394839
1.1.7c1
4840-
----------------
4840+
-------
48414841

48424842
- Improved PNG compression (from Alexey Borzenkov).
48434843

@@ -5039,14 +5039,14 @@ was last updated, see the repository revision history:
50395039
- Fixed encoding issue in PIL/WalImageFile (from Santiago M. Mola).
50405040

50415041
1.1.6
5042-
--------------
5042+
-----
50435043

50445044
- Fixed some 64-bit compatibility warnings for Python 2.5.
50455045

50465046
- Added threading support for the Sane driver (from Abel Deuring).
50475047

50485048
1.1.6b2
5049-
----------------
5049+
-------
50505050

50515051
- Added experimental "floodfill" function to the ImageDraw module
50525052
(based on code by Eric Raymond).
@@ -5082,7 +5082,7 @@ was last updated, see the repository revision history:
50825082
for samples, debugging, and patches).
50835083

50845084
1.1.6b1
5085-
----------------
5085+
-------
50865086

50875087
- Added 'expand' option to the Image 'rotate' method. If true, the
50885088
output image is made large enough to hold the entire rotated image.
@@ -5103,7 +5103,7 @@ was last updated, see the repository revision history:
51035103
band names.
51045104

51055105
1.1.6a2
5106-
----------------
5106+
-------
51075107

51085108
- Added float/double support to the TIFF loader (from Russell
51095109
Nelson).
@@ -5119,7 +5119,7 @@ was last updated, see the repository revision history:
51195119
Deuring).
51205120

51215121
1.1.6a1
5122-
----------------
5122+
-------
51235123

51245124
- Fixed a memory leak in "convert(mode)", when converting from
51255125
L to P.
@@ -5152,7 +5152,7 @@ was last updated, see the repository revision history:
51525152
- Fixed line width calculation.
51535153

51545154
1.1.6a0
5155-
----------------
5155+
-------
51565156

51575157
- Fixed byte order issue in Image.paste(ink) (from Ka-Ping Yee).
51585158

@@ -5171,13 +5171,13 @@ was last updated, see the repository revision history:
51715171
- Fixed potential integer division in PSDraw.image (from Eric Etheridge).
51725172

51735173
1.1.5c2 and 1.1.5 final
5174-
--------------------------------
5174+
-----------------------
51755175

51765176
- Added experimental PERSPECTIVE transform method (from Jeff Breiden-
51775177
bach).
51785178

51795179
1.1.5c1
5180-
----------------
5180+
-------
51815181

51825182
- Make sure "thumbnail" never generates zero-wide or zero-high images
51835183
(reported by Gene Skonicki)
@@ -5190,7 +5190,7 @@ was last updated, see the repository revision history:
51905190
Jeff Epler).
51915191

51925192
1.1.5b3
5193-
----------------
5193+
-------
51945194

51955195
- Don't crash in "quantize" method if the number of colors requested
51965196
is larger than 256. This release raises a ValueError exception;
@@ -5200,7 +5200,7 @@ was last updated, see the repository revision history:
52005200
- Added WBMP read/write support (based on code by Duncan Booth).
52015201

52025202
1.1.5b2
5203-
----------------
5203+
-------
52045204

52055205
- Added DPI read/write support to the PNG codec. The decoder sets
52065206
the info["dpi"] attribute for PNG files with appropriate resolution
@@ -5221,7 +5221,7 @@ was last updated, see the repository revision history:
52215221
format.
52225222

52235223
1.1.5b1
5224-
----------------
5224+
-------
52255225

52265226
- Added new Sane release (from Ralph Heinkel). See the Sane/README
52275227
and Sane/CHANGES files for more information.
@@ -5242,7 +5242,7 @@ was last updated, see the repository revision history:
52425242
tolist(1) returns a flattened list instead.
52435243

52445244
1.1.5a5
5245-
----------------
5245+
-------
52465246

52475247
- Fixed BILINEAR/BICUBIC/ANTIALIAS filtering for mode "LA".
52485248

@@ -5260,7 +5260,7 @@ was last updated, see the repository revision history:
52605260
to everyone who helped test the new "setup.py" script!
52615261

52625262
1.1.5a4
5263-
----------------
5263+
-------
52645264

52655265
- The "save" method now looks for a file format driver before
52665266
creating the file.
@@ -5297,7 +5297,7 @@ was last updated, see the repository revision history:
52975297
in _imagingft.c for details.
52985298

52995299
1.1.5a3
5300-
----------------
5300+
-------
53015301

53025302
- Added 'getim' method, which returns a PyCObject wrapping an
53035303
Imaging pointer. The description string is set to IMAGING_MAGIC.
@@ -5312,7 +5312,7 @@ was last updated, see the repository revision history:
53125312
Douglas Bagnall).
53135313

53145314
1.1.5a2
5315-
----------------
5315+
-------
53165316

53175317
- The "paste" method now supports the alternative "paste(im, mask)"
53185318
syntax (in this case, the box defaults to im's bounding box).
@@ -5342,7 +5342,7 @@ was last updated, see the repository revision history:
53425342
http://effbot.org/downloads#pilwmf
53435343

53445344
1.1.5a1
5345-
----------------
5345+
-------
53465346

53475347
- Replaced broken WMF driver with a WMF stub plugin (see below).
53485348

@@ -5428,12 +5428,12 @@ was last updated, see the repository revision history:
54285428
input from Jeff Breidenbach).
54295429

54305430
1.1.4 final
5431-
--------------------
5431+
-----------
54325432

54335433
- Fixed ImageTk build problem on Unix.
54345434

54355435
1.1.4b2
5436-
----------------
5436+
-------
54375437

54385438
- Improved building on Mac OS X (from Jack Jansen).
54395439

@@ -5446,7 +5446,7 @@ was last updated, see the repository revision history:
54465446
an 8-pixel Courier font, taken from the X window distribution).
54475447

54485448
1.1.4b1
5449-
----------------
5449+
-------
54505450

54515451
- Added experimental EXIF support for JPEG files. To extract EXIF
54525452
information from a JPEG file, open the file as usual, and call the
@@ -5472,7 +5472,7 @@ was last updated, see the repository revision history:
54725472
module.
54735473

54745474
1.1.4a4
5475-
----------------
5475+
-------
54765476

54775477
- Added updated SANE driver (Andrew Kuchling, Abel Deuring)
54785478

@@ -5487,7 +5487,7 @@ was last updated, see the repository revision history:
54875487
- Ignore Unicode characters in the BDF loader (from Graham Dumpleton)
54885488

54895489
1.1.4a3 released; windows only
5490-
---------------------------------
5490+
------------------------------
54915491

54925492
- Added experimental RGBA-on-RGB drawing support. To use RGBA
54935493
colours on an RGB image, pass "RGBA" as the second string to
@@ -5505,7 +5505,7 @@ was last updated, see the repository revision history:
55055505
device context.
55065506

55075507
1.1.4a2
5508-
----------------
5508+
-------
55095509

55105510
- Improved support for 16-bit unsigned integer images (mode "I;16").
55115511
This includes TIFF reader support, and support for "getextrema"
@@ -5524,7 +5524,7 @@ was last updated, see the repository revision history:
55245524
filenames (not in 1.1.4), or None if neither was found.
55255525

55265526
1.1.4a1
5527-
----------------
5527+
-------
55285528

55295529
- Improved support for drawing RGB data in palette images. You can
55305530
now use RGB tuples or colour names (see below) when drawing in a
@@ -5574,13 +5574,13 @@ was last updated, see the repository revision history:
55745574
- Improved decoder error messages.
55755575

55765576
1.1.3 final
5577-
-------------------
5577+
-----------
55785578

55795579
- Made setup.py look for old versions of zlib. For some back-
55805580
ground, see: https://zlib.net/advisory-2002-03-11.txt
55815581

55825582
1.1.3c2
5583-
-----------------
5583+
-------
55845584

55855585
- Added setup.py file (tested on Unix and Windows). You still
55865586
need to build libImaging/imaging.lib in the traditional way,
@@ -5593,7 +5593,7 @@ was last updated, see the repository revision history:
55935593
buffer wasn't properly allocated).
55945594

55955595
1.1.3c1
5596-
----------------
5596+
-------
55975597

55985598
- Added ANTIALIAS downsampling filter for high-quality "resize"
55995599
and "thumbnail" operations. Also added filter option to the
@@ -5670,7 +5670,7 @@ was last updated, see the repository revision history:
56705670
for normal image operations.
56715671

56725672
1.1.2c1 and 1.1.2 final
5673-
------------------------
5673+
-----------------------
56745674

56755675
- Adapted to Python 2.1. Among other things, all uses of the
56765676
"regex" module have been replaced with "re".
@@ -5711,7 +5711,7 @@ was last updated, see the repository revision history:
57115711
- Changed ImageChops operators to copy palette and info dictionary from the first image argument.
57125712

57135713
1.1.1
5714-
--------------
5714+
-----
57155715

57165716
- Additional fixes for Python 1.6/2.0, including TIFF "save" bug.
57175717

@@ -5729,14 +5729,14 @@ was last updated, see the repository revision history:
57295729
- To make it easier to distribute prebuilt versions of PIL, the tkinit binding stuff has been moved to a separate extension module, named "_imagingtk".
57305730

57315731
0.3b2 to 1.0 final
5732-
-------------------
5732+
------------------
57335733

57345734
- If there's no 16-bit integer (like on a Cray T3E), set INT16 to the smallest integer available. Most of the library works just fine anyway (from Bill Crutchfield)
57355735

57365736
- Tweaks to make drawing work on big-endian platforms.
57375737

57385738
1.0c2
5739-
-------
5739+
-----
57405740

57415741
- If PIL is built with the WITH_TKINTER flag, ImageTk can automatically hook into a standard Tkinter build. You no longer need to build your own Tkinter to use the ImageTk module.
57425742

@@ -5747,7 +5747,7 @@ was last updated, see the repository revision history:
57475747
- ImageFont "load_path" now scans directory mentioned in .pth files (from Richard Jones).
57485748

57495749
1.0c1
5750-
--------------
5750+
-----
57515751

57525752
- The TIFF plugin has been rewritten. The new plugin fully
57535753
supports all major PIL image modes (including F and I).
@@ -5762,7 +5762,7 @@ was last updated, see the repository revision history:
57625762
"xv" to choke upon. (bug reported by Les Schaffer).
57635763

57645764
1.0b2
5765-
--------------
5765+
-----
57665766

57675767
- Major speedups for rotate, transform(EXTENT), and transform(AFFINE) when using nearest neighbour resampling.
57685768

@@ -5816,7 +5816,7 @@ was last updated, see the repository revision history:
58165816
- Fixed -f option to "pilconvert.py" (from Anthony Baxter)
58175817

58185818
1.0b1
5819-
--------------
5819+
-----
58205820

58215821
- Added Toby J. Sargeant's quantization package. To enable quantization, use the "palette" option to "convert":
58225822

@@ -5863,7 +5863,7 @@ was last updated, see the repository revision history:
58635863
- Some file drivers didn't handle the optional "modify" argument to the load method. This resulted in exceptions when you used "paste" (and other methods that modify an image in place) on a newly opened file.
58645864

58655865
0.3b2
5866-
--------------
5866+
-----
58675867

58685868
The test suite includes 825 individual tests.
58695869

@@ -5876,7 +5876,7 @@ The test suite includes 825 individual tests.
58765876
- Some file drivers (including FLI/FLC, GIF, and IM) accidentally overwrote the offset method with an internal attribute. All drivers have been updated to use private attributes where possible.
58775877

58785878
- The Image "histogram" method now works for "I" and "F" images. For these modes, PIL divides the range between the min and max values used in the image into 256 bins.
5879-
5879+
58805880
You can also pass in your own min and max values via the "extrema" option:
58815881

58825882
h = im.histogram(extrema=(0, 255))
@@ -5901,7 +5901,7 @@ The test suite includes 825 individual tests.
59015901
*** WARNING: MAY BREAK EXISTING CODE ***
59025902

59035903
0.3b1
5904-
--------------
5904+
-----
59055905

59065906
The test suite includes 750 individual tests.
59075907

@@ -5948,7 +5948,7 @@ The test suite includes 750 individual tests.
59485948
- Various minor fixes.
59495949

59505950
0.3a4
5951-
--------------
5951+
-----
59525952

59535953
- Added experimental IPTC/NAA support.
59545954

@@ -5965,7 +5965,7 @@ The test suite includes 750 individual tests.
59655965
- Fixed "fromstring" and "tostring" for mode "I" images.
59665966

59675967
0.3a3
5968-
--------------
5968+
-----
59695969

59705970
The test suite includes 530 individual tests.
59715971

@@ -5996,7 +5996,7 @@ The test suite includes 530 individual tests.
59965996
- Fixed a potential buffer overrun in the GIF encoder.
59975997

59985998
0.3a2
5999-
--------------
5999+
-----
60006000

60016001
The test suite includes 400 individual tests.
60026002

@@ -6027,14 +6027,14 @@ The test suite includes 400 individual tests.
60276027
- Removed bogus references to the crack coder (ImagingCrack).
60286028

60296029
0.3a1
6030-
--------------
6030+
-----
60316031

60326032
- Make sure image is loaded in "tostring".
60336033

60346034
- Added floating point packer (native 32-bit floats only).
60356035

60366036
0.1b1 to 0.2 (b5)
6037-
------------------
6037+
-----------------
60386038

60396039
- Modified "fromstring" and "tostring" methods to use file codecs. Also added "fromstring" factory method to create an image directly from data in a string.
60406040

@@ -6198,7 +6198,7 @@ Expect more options in future releases. Also note that file writers silently ig
61986198
- Added XPM (X pixmap) read support.
61996199

62006200
0.2b3
6201-
--------------
6201+
-----
62026202

62036203
- Added MNG (multi-image network graphics) read support. "Ming" is a proposed animation standard, based on the PNG file format.
62046204

@@ -6251,7 +6251,7 @@ Expect more options in future releases. Also note that file writers silently ig
62516251
- More conversions, including "RGB" to "1" and more.
62526252

62536253
0.2a1
6254-
--------------
6254+
-----
62556255

62566256
- Where earlier versions accepted lists, this version accepts arbitrary Python sequences (including strings, in some cases). A few resource leaks were plugged in the process.
62576257

0 commit comments

Comments
 (0)