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:
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]
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 <https://github.com/pytest-dev/pytest/issues/2748>_)
The equality checking function (__eq__) of MarkDecorator returns
False if one object is not an instance of MarkDecorator. (2758 <https://github.com/pytest-dev/pytest/issues/2758>_)
When running pytest --fixtures-per-test: don't crash if an item has no
fixtureinfo attribute (e.g. doctests) (2788 <https://github.com/pytest-dev/pytest/issues/2788>)
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 <https://github.com/pytest-dev/pytest/issues/1442>_)
Add note in parametrize.rst about calling metafunc.parametrize
multiple times. (1548 <https://github.com/pytest-dev/pytest/issues/1548>_)
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 <https://github.com/pytest-dev/pytest/issues/2722>_)
Fix typo in example of passing a callable to markers (in example/markers.rst)
(2765 <https://github.com/pytest-dev/pytest/issues/2765>_)
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
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 <https://github.com/jmcnamara/XlsxWriter/issues/455>_.
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 <https://github.com/jmcnamara/XlsxWriter/issues/455>_.
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.
Changelogs
django 1.11.5 -> 1.11.6
pillow 4.2.1 -> 4.3.0
pytest 3.2.2 -> 3.2.3
selenium 3.5.0 -> 3.6.0
Sphinx 1.6.3 -> 1.6.4
xlsxwriter 1.0.0 -> 1.0.2
That's it for now!
Happy merging! 🤖