Commit Graph

6017 Commits

Author SHA1 Message Date
wiredfool
6b24b7999d Merge pull request #2573 from hugovk/update-pypy
Travis CI: Update PyPy
2017-06-12 14:22:28 +01:00
hugovk
7fc4cfafa2 Install pyroma for all 2017-06-09 00:00:34 +03:00
hugovk
4f12862d6c Disable single-threaded build for pypy3.3 2017-06-08 23:55:40 +03:00
hugovk
80e75876e9 Update pypy 2017-06-08 23:25:01 +03:00
Hugo
828011b90f Merge pull request #2570 from radarhere/limits
Updated limits documentation
2017-06-08 14:18:18 +03:00
Andrew Murray
dcd964fb22 Updated limits documentation [ci skip] 2017-06-08 20:21:00 +10:00
Hugo
c45dd68277 Merge pull request #2566 from radarhere/tests
Changed assert checks to more specific versions
2017-06-03 07:29:38 +03:00
Andrew Murray
b8e0daaf70 Replaced true assert with comment 2017-06-03 14:05:24 +10:00
Andrew Murray
e8cba27bb1 Changed assert checks to more specific versions 2017-06-03 14:04:54 +10:00
Andrew Murray
cf575ff93e Replaced false assert with fail 2017-06-03 14:04:18 +10:00
Andrew Murray
803cdf068f Removed unnecessary parameter 2017-06-03 13:56:23 +10:00
Hugo
0b9d378d17 Merge pull request #2560 from radarhere/tests
Minor test changes
2017-05-30 19:13:02 +03:00
Hugo
ffcd945ae7 Test MRL save/load roundtrip 2017-05-30 18:02:20 +03:00
hugovk
4c86ef0b52 More morph tests 2017-05-30 18:02:20 +03:00
hugovk
04f28b691e Test negate and fix a TypeError: list indices must be integers, not str 2017-05-30 18:02:20 +03:00
hugovk
761081b1e3 Test mirroring 2017-05-30 18:02:20 +03:00
Hugo
01b2d5b0ab [CI skip] 2017-05-30 17:55:13 +03:00
Hugo
f3cce369dd Merge pull request #2561 from dov/fix-lut-size
Fix wrong expected size of MRLs read from disk
2017-05-30 17:53:29 +03:00
Dov Grobgeld
4d75070223 Fixed wrong expected size of luts read from disk. 2017-05-30 16:34:41 +03:00
Andrew Murray
2a5447691a Replaced deprecated assert_ 2017-05-30 19:55:35 +10:00
Andrew Murray
4b1784c9ad Changed file opening to use with 2017-05-30 19:54:40 +10:00
Alexander
afc592ad7b replace the excluding of zero coefficients with math power 2017-05-29 14:29:12 +03:00
Alexander
ad883961ac fix hamming filter 2017-05-29 14:29:12 +03:00
Hugo
241f437b60 Merge pull request #2557 from radarhere/docs
Minor documentation changes
2017-05-29 13:37:53 +03:00
Andrew Murray
1df8ac22fd Changed wording [ci skip] 2017-05-29 19:42:06 +10:00
Andrew Murray
5eabd731f0 Changed tutorial code to use with for opening files [ci skip] 2017-05-29 19:41:48 +10:00
Andrew Murray
cafc311943 Added import statements to make examples self-contained [ci skip] 2017-05-29 19:41:30 +10:00
Jon Dufresne
d244fbb299 Remove unnecessary calls to dict.keys()
iter(dict) is equivalent to iter(dict.keys()), so simply act on the dict
instead of adding the extra call.

Inspired by Lennart Regebro's PyCon 2017 presentation "Prehistoric
Patterns in Python". Available at:

https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-05-28 09:55:38 -07:00
hugovk
9626e49c0b Test a McIDAS area file 2017-05-28 16:11:16 +03:00
Hugo
98de727575 Merge pull request #2550 from radarhere/support
Rearrange operating systems in Platform Support
2017-05-28 08:36:17 +03:00
Andrew Murray
3a67ef8bd9 Rearranged operating systems in Platform Support [ci skip] 2017-05-28 12:30:18 +10:00
hugovk
c70eb8a128 flake8 2017-05-27 23:55:14 +03:00
hugovk
c3ed7447cc Document deprecation removal 2017-05-27 23:52:24 +03:00
hugovk
e4d6223c94 Remove deprecated code due for removal in Pillow 4.2 (per PR #2010) 2017-05-27 23:20:03 +03:00
hugovk
4c3107c940 Remove docs about deprecated and already removed code 2017-05-27 22:16:40 +03:00
hugovk
e002207c5b Remove function deprecated and warning since 3.0 (1 Oct 2015) 2017-05-27 21:55:42 +03:00
hugovk
d85dffd150 Remove functions deprecated and warning since 2.0 (15 Mar 2013) and raising exceptions since 3.0 (1 Oct 2015) 2017-05-27 21:52:43 +03:00
Hugo
08c8a7a35e [CI skip] 2017-05-27 19:57:19 +03:00
Hugo
5658ce3c95 Merge pull request #2546 from wiredfool/freebsd-docs
Update install docs for FreeBSD
2017-05-27 19:55:18 +03:00
Hugo
4e1dacd984 Caps and hyphen
[CI skip]
2017-05-27 19:34:53 +03:00
hugovk
20b61b1050 Remove unused function 2017-05-27 19:29:03 +03:00
wiredfool
551e5205d5 Update ISSUE_TEMPLATE.md
Added notes about image hosting.
2017-05-27 17:10:52 +01:00
wiredfool
b076b55623 Merge pull request #2530 from hugovk/compress-level
Fix Image.show compress_level typo
2017-05-27 14:38:32 +01:00
wiredfool
f23c2b4263 Update CHANGES.rst [ci skip] 2017-05-27 14:34:28 +01:00
wiredfool
08fea6b881 Merge pull request #2544 from melvyn-sopacua/freebsd-compat
Ignore openjpeg 1.5 on FreeBSD
2017-05-27 14:32:10 +01:00
Eric Soroos
3d5370e1b2 Updated installation matrix for Freebsd 2017-05-27 13:25:07 +00:00
Melvyn Sopacua
5d7480a91b Add the FIXME and remove debug code 2017-05-26 13:48:38 +02:00
Melvyn Sopacua
092d97f829 Fix compilation on FreeBSD with 2 openjpegs
When openjpeg 1.5 is installed (Calligra 2.x, for example) and OpenJPEG
2.1 is installed, the subdirectory is added twice.

Since the 2nd time is ignored, it is ranked after the more general
/usr/local/include and openjpeg.h from the 1.5 version is picked up.

Fix this in a more general way:
- If a directory is added that already is in path
- But where is specified

Then remove the subdir from path and insert it at the spot requested.

A FIXME is added to the code bit explaining the real issue, but lack
investigative spirit / time to dive down the rabbit hole.
2017-05-26 13:44:26 +02:00
Andrew Murray
a8a499cce2 Fixed typo 2017-05-25 21:06:13 +10:00
Alexander
e6da335206 fee → free 2017-05-25 13:59:11 +03:00