quanted / qed

Python, JavaScript, C# and Fortran code for hosting EPA web applications and data/model services. Consult the wiki for details: https://github.com/quanted/qed/wiki Served publicly at:
https://qedinternal.edap-cluster.com/
13 stars 0 forks source link

Scheduled weekly dependency update for week 42 #115

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

django 1.11.5 » 1.11.6 PyPI | Changelog | Homepage
earthengine-api 0.1.123 » 0.1.125 PyPI | Homepage
numpy 1.13.1 » 1.13.3 PyPI | Changelog | Homepage
pillow 4.2.1 » 4.3.0 PyPI | Changelog | Homepage
pylint 1.7.2 » 1.7.4 PyPI | Changelog | Repo
pytest 3.2.2 » 3.2.3 PyPI | Changelog | Repo | Homepage
selenium 3.5.0 » 3.6.0 PyPI | Changelog | Repo
Sphinx 1.6.3 » 1.6.4 PyPI | Changelog | Homepage
tabulate 0.7.7 » 0.8.1 PyPI | Repo
xlsxwriter 1.0.0 » 1.0.2 PyPI | Changelog | Repo

Changelogs

django 1.11.5 -> 1.11.6

1.11.6

===========================

October 5, 2017

Django 1.11.6 fixes several bugs in 1.11.5.

Bugfixes

  • Made the CharField form field convert whitespace-only values to the empty_value when strip is enabled (:ticket:28555).

  • Fixed crash when using the name of a model's autogenerated primary key (id) in an Index's fields (:ticket:28597).

  • Fixed a regression in Django 1.9 where a custom view error handler such as handler404 that accesses csrf_token could cause CSRF verification failures on other pages (:ticket:28488).

===========================

pillow 4.2.1 -> 4.3.0

4.3.0


  • Fix warning on pointer cast in isblock 2775, 2778 [cgohlke]

  • Doc: Added macOS High Sierra tested Pillow version 2777 [radarhere]

  • Use correct Windows handle type on 64 bit in imagingcms 2774 [cgohlke]

  • 64 Bit Windows fix for block storage 2773 [cgohlke]

  • Fix "expression result unused" warning 2764 [radarhere]

  • Add 16bit Read/Write and RLE read support to SgiImageFile 2769 [jbltx, wiredfool]

  • Block & array hybrid storage 2738 [homm]

  • Common seek frame position check 1849 [radarhere]

  • Doc: Add note about aspect ratio to Image thumbnail script 2281 [wilsonge]

  • Fix ValueError: invalid version number '1.0.0rc1' in scipy release candidate 2771 [cgohlke]

  • Unfreeze requirements.txt 2766 [hugovk]

  • Test: ResourceWarning tests 2756 [hugovk]

  • Use n_frames to determine is_animated if possible 2315 [radarhere]

  • Doc: Corrected parameters in documentation 2768 [radarhere]

  • Avoid unnecessary Image operations 1891 [radarhere]

  • Added register_extensions method 1860 [radarhere]

  • Fix TIFF support for I;16S, I;16BS, and I;32BS rawmodes 2748 [wiredfool]

  • Fixed doc syntax in ImageDraw 2752 [radarhere]

  • Fixed support for building on Windows/msys2. Added Appveyor CI coverage for python3 on msys2 2476 [wiredfool]

  • Fix ValueError in Exif/Tiff IFD 2719 [wiredfool]

  • Use pathlib2 for Path objects on Python < 3.4 2291 [asergi]

  • Export only required properties in unsafe_ptrs 2740 [homm]

  • Alpha composite fixes 2709 [homm]

  • Faster Transpose operations, added 'Transverse' option 2730 [homm]

  • Deprecate ImageOps undocumented functions gaussian_blur, gblur, unsharp_mask, usm and box_blur in favor of ImageFilter implementations 2735 [homm]

  • Dependencies: Updated freetype to 2.8.1 2741 [radarhere]

  • Bug: Player skipped first image 2742 [radarhere]

  • Faster filter operations for Kernel, Gaussian, and Unsharp Mask filters 2679 [homm]

  • EPS: Add showpage to force rendering of some EPS images 2636 [kaplun]

  • DOC: Fix type of palette parameter in Image.quantize. 2703 [kkopachev]

  • DOC: Fix Ico docs to match code 2712 [hugovk]

  • Added file pointer save to SpiderImagePlugin 2647 [radarhere]

  • Add targa version 2 footer 2713 [jhultgre]

  • Removed redundant lines 2714 [radarhere]

  • Travis CI: Use default pypy/pypy3 2721 [hugovk]

  • Fix for SystemError when rendering an empty string, added in 4.2.0 2706 [wiredfool]

  • Fix for memory leaks in font handling added in 4.2.0 2634 [wiredfool]

  • Tests: cleanup, more tests. Fixed WMF save handler 2689 [radarhere]

  • Removed debugging interface for Image.core.grabclipboard 2708 [radarhere]

  • Doc syntax fix 2710 [radarhere]

  • Faster packing and unpacking for RGB, LA, and related storage modes 2693 [homm]

  • Use RGBX rawmode for RGB JPEG images where possible 1989 [homm]

  • Remove palettes from non-palette modes in _new 2702 [wiredfool]

  • Delete transparency info when convert'ing RGB/L to RGBA 2633 [olt]

  • Code tweaks to ease type annotations 2687 [neiljp]

  • Fixed incorrect use of 's' to byteslike object 2691 [wiredfool]

  • Fix JPEG subsampling labels for subsampling=2 2698 [homm]

  • Region of interest (box) for resampling 2254 [homm]

  • Basic support for Termux (android) in setup.py 2684 [wiredfool]

  • Bug: Fix Image.fromarray for numpy.bool type. 2683 [wiredfool]

  • CI: Add Fedora 24 and 26 to Docker tests [wiredfool]

  • JPEG: Fix ZeroDivisionError when EXIF contains invalid DPI (0/0). 2667 [vytisb]

  • Depends: Updated openjpeg to 2.2.0 2669 [radarhere]

  • Depends: Updated Tk Tcl to 8.6.7 2668 [radarhere]

  • Depends: Updated libimagequant to 2.10.2 2660 [radarhere]

  • Test: Added test for ImImagePlugin tell() 2675 [radarhere]

  • Test: Additional tests for SGIImagePlugin 2659 [radarhere]

  • New Image.getchannel method 2661 [homm]

  • Remove unused im.copy2 and core.copy methods 2657 [homm]

  • Fast Image.merge() 2677 [homm]

  • Fast Image.split() 2676 [homm]

  • Fast image allocation 2655 [homm]

  • Storage cleanup 2654 [homm]

  • FLI: Use frame count from FLI header 2674 [radarhere]

  • Test: Test animated FLI file 2650 [hugovk]

  • Bug: Fixed uninitialized memory in bc5 decoding 2648 [ifeherva]

  • Moved SgiImagePlugin save error to before the start of write operations 2646 [radarhere]

  • Move createfontdatachunk.py so isn't installed globally 2645 [hugovk]

  • Bug: Fix unexpected keyword argument 'align' 2641 [hugovk]

  • Add newlines to error message for clarity 2640 [hugovk]

  • Docs: Updated redirected URL 2637 [radarhere]

  • Bug: Fix JPEG DPI when EXIF is invalid 2632 [wiredfool]

  • Bug: Fix for font getsize on empty string 2624 [radarhere]

  • Docs: Improved ImageDraw documentation 2626 [radarhere]

  • Docs: Corrected alpha_composite args documentation 2627 [radarhere]

  • Docs: added the description of the filename attribute to images.rst 2621 [dasdachs]

  • Dependencies: Updated libimagequant to 2.10.1 2616 [radarhere]

  • PDF: Renamed parameter to not shadow built-in dict 2612 [kijeong]

pytest 3.2.2 -> 3.2.3

3.2.3

=========================

Bug Fixes

  • Fix crash in tab completion when no prefix is given. (2748 &lt;https://github.com/pytest-dev/pytest/issues/2748&gt;_)

  • The equality checking function (__eq__) of MarkDecorator returns False if one object is not an instance of MarkDecorator. (2758 &lt;https://github.com/pytest-dev/pytest/issues/2758&gt;_)

  • When running pytest --fixtures-per-test: don't crash if an item has no fixtureinfo attribute (e.g. doctests) (2788 &lt;https://github.com/pytest-dev/pytest/issues/2788&gt;)

Improved Documentation

  • In help text of -k option, add example of using not to not select certain tests whose names match the provided expression. (1442 &lt;https://github.com/pytest-dev/pytest/issues/1442&gt;_)

  • Add note in parametrize.rst about calling metafunc.parametrize multiple times. (1548 &lt;https://github.com/pytest-dev/pytest/issues/1548&gt;_)

Trivial/Internal Changes

  • Set xfail_strict=True in pytest's own test suite to catch expected failures as soon as they start to pass. (2722 &lt;https://github.com/pytest-dev/pytest/issues/2722&gt;_)

  • Fix typo in example of passing a callable to markers (in example/markers.rst) (2765 &lt;https://github.com/pytest-dev/pytest/issues/2765&gt;_)

selenium 3.5.0 -> 3.6.0

3.6.0

  • Fix package name in python webelement module (4670)
  • Fix python driver examples (3872)
  • No need to multiply pause by 1000
  • Add pause to action chains
  • only check for proxyType once
  • lowercase proxy type for w3c payload in python 4574
  • guarding against null return value from find_elements in python 4555
  • remove unnecessary pytest marking, address flake8 issues
  • allow IE WebDriver to accept IE Options
  • add IE Options class
  • convert OSS capabilities to W3C equivalent for W3C payload
  • Add Safari to API docs

Sphinx 1.6.3 -> 1.6.4

1.6.4

=====================================

Features added

  • 3926: Add autodoc_warningiserror to suppress the behavior of -W option during importing target modules on autodoc

Bugs fixed

  • 3924: docname lost after dynamically parsing RST in extension
  • 3946: Typo in sphinx.sty (this was a bug with no effect in default context)
  • :pep: and :rfc: does not supports default-role directive (refs: 3960)
  • 3960: default_role = 'guilabel' not functioning
  • Missing texinputs_win/Makefile to be used in latexpdf builder on windows.
  • 4026: nature: Fix macOS Safari scrollbar color
  • 3877: Fix for C++ multiline signatures.
  • 4006: Fix crash on parallel build
  • 3969: private instance attributes causes AttributeError
  • 4041: C++, remove extra name linking in function pointers.
  • 4038: C, add missing documentation of member role.
  • 4044: An empty multicolumn cell causes extra row height in PDF output
  • 4049: Fix typo in output of sphinx-build -h
  • 4062: hashlib.sha1() must take bytes, not unicode on Python 3
  • Avoid indent after index entries in latex (refs: 4066)
  • 4070: crashes when the warning message contains format strings
  • 4067: Return non-zero exit status when make subprocess fails
  • 4055: graphviz: the :align: option does not work for SVG output
  • 4055: graphviz: the :align: center option does not work for latex output
  • 4051: warn() function for HTML theme outputs 'None' string

xlsxwriter 1.0.0 -> 1.0.2

1.0.2


  • Fix for cases where the hyperlink style added in the previous release didn't work. Feature request 455 &lt;https://github.com/jmcnamara/XlsxWriter/issues/455&gt;_.

1.0.1


  • Changed default :func:write_url format to the Excel hyperlink style so that it changes when the theme is changed and also so that it indicates that the link has been clicked. Feature request 455 &lt;https://github.com/jmcnamara/XlsxWriter/issues/455&gt;_.

That's it for now!

Happy merging! 🤖