UltimateLabeling server files
Server files for UltimateLabeling.
git clone https://github.com/alexandre01/UltimateLabeling_server.git
cd UltimateLabeling_server
cd siamMask && bash setup.sh
cd ../detection && bash setup.sh
Server files for UltimateLabeling.
git clone https://github.com/alexandre01/UltimateLabeling_server.git
cd UltimateLabeling_server
cd siamMask && bash setup.sh
cd ../detection && bash setup.sh
Bumps pillow from 5.3.0 to 9.0.1.
Sourced from pillow's releases.
9.0.1
https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html
Changes
- In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [
@radarhere
,@hugovk
]- Restrict builtins within lambdas for ImageMath.eval. CVE-2022-22817 #6009 [radarhere]
9.0.0
https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html
Changes
- Restrict builtins for ImageMath.eval() #5923 [
@radarhere
]- Ensure JpegImagePlugin stops at the end of a truncated file #5921 [
@radarhere
]- Fixed ImagePath.Path array handling #5920 [
@radarhere
]- Remove consecutive duplicate tiles that only differ by their offset #5919 [
@radarhere
]- Removed redundant part of condition #5915 [
@radarhere
]- Explicitly enable strip chopping for large uncompressed TIFFs #5517 [
@kmilos
]- Use the Windows method to get TCL functions on Cygwin #5807 [
@DWesl
]- Changed error type to allow for incremental WebP parsing #5404 [
@radarhere
]- Improved I;16 operations on big endian #5901 [
@radarhere
]- Ensure that BMP pixel data offset does not ignore palette #5899 [
@radarhere
]- Limit quantized palette to number of colors #5879 [
@radarhere
]- Use latin1 encoding to decode bytes #5870 [
@radarhere
]- Fixed palette index for zeroed color in FASTOCTREE quantize #5869 [
@radarhere
]- When saving RGBA to GIF, make use of first transparent palette entry #5859 [
@radarhere
]- Pass SAMPLEFORMAT to libtiff #5848 [
@radarhere
]- Added rounding when converting P and PA #5824 [
@radarhere
]- Improved putdata() documentation and data handling #5910 [
@radarhere
]- Exclude carriage return in PDF regex to help prevent ReDoS #5912 [
@radarhere
]- Image.NONE is only used for resampling and dithers #5908 [
@radarhere
]- Fixed freeing pointer in ImageDraw.Outline.transform #5909 [
@radarhere
]- Add Tidelift alignment action and badge #5763 [
@aclark4life
]- Replaced further direct invocations of setup.py #5906 [
@radarhere
]- Added ImageShow support for xdg-open #5897 [
@m-shinder
]- Fixed typo #5902 [
@radarhere
]- Switched from deprecated "setup.py install" to "pip install ." #5896 [
@radarhere
]- Support 16-bit grayscale ImageQt conversion #5856 [
@cmbruns
]- Fixed raising OSError in _safe_read when size is greater than SAFEBLOCK #5872 [
@radarhere
]- Convert subsequent GIF frames to RGB or RGBA #5857 [
@radarhere
]- WebP: Fix memory leak during decoding on failure #5798 [
@ilai-deutel
]- Do not prematurely return in ImageFile when saving to stdout #5665 [
@infmagic2047
]- Added support for top right and bottom right TGA orientations #5829 [
@radarhere
]- Corrected ICNS file length in header #5845 [
@radarhere
]- Block tile TIFF tags when saving #5839 [
@radarhere
]- Added line width argument to ImageDraw polygon #5694 [
@radarhere
]- Do not redeclare class each time when converting to NumPy #5844 [
@radarhere
]- Only prevent repeated polygon pixels when drawing with transparency #5835 [
@radarhere
]
... (truncated)
Sourced from pillow's changelog.
9.0.1 (2022-02-03)
In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [radarhere, hugovk]
Restrict builtins within lambdas for ImageMath.eval. CVE-2022-22817 #6009 [radarhere]
9.0.0 (2022-01-02)
Restrict builtins for ImageMath.eval(). CVE-2022-22817 #5923 [radarhere]
Ensure JpegImagePlugin stops at the end of a truncated file #5921 [radarhere]
Fixed ImagePath.Path array handling. CVE-2022-22815, CVE-2022-22816 #5920 [radarhere]
Remove consecutive duplicate tiles that only differ by their offset #5919 [radarhere]
Improved I;16 operations on big endian #5901 [radarhere]
Limit quantized palette to number of colors #5879 [radarhere]
Fixed palette index for zeroed color in FASTOCTREE quantize #5869 [radarhere]
When saving RGBA to GIF, make use of first transparent palette entry #5859 [radarhere]
Pass SAMPLEFORMAT to libtiff #5848 [radarhere]
Added rounding when converting P and PA #5824 [radarhere]
Improved putdata() documentation and data handling #5910 [radarhere]
Exclude carriage return in PDF regex to help prevent ReDoS #5912 [hugovk]
Fixed freeing pointer in ImageDraw.Outline.transform #5909 [radarhere]
... (truncated)
6deac9e
9.0.1 version bumpc04d812
Update CHANGES.rst [ci skip]4fabec3
Added release notes for 9.0.102affaa
Added delay after opening image with xdg-openca0b585
Updated formatting427221e
In show_file, use os.remove to remove temporary imagesc930be0
Restrict builtins within lambdas for ImageMath.eval75b69dd
Dont need to pin for GHAcd938a7
Autolink CWE numbers with sphinx-issues2e9c461
Add CVE IDsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps pillow from 5.3.0 to 9.0.0.
Sourced from pillow's releases.
9.0.0
https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html
Changes
- Restrict builtins for ImageMath.eval() #5923 [
@radarhere
]- Ensure JpegImagePlugin stops at the end of a truncated file #5921 [
@radarhere
]- Fixed ImagePath.Path array handling #5920 [
@radarhere
]- Remove consecutive duplicate tiles that only differ by their offset #5919 [
@radarhere
]- Removed redundant part of condition #5915 [
@radarhere
]- Explicitly enable strip chopping for large uncompressed TIFFs #5517 [
@kmilos
]- Use the Windows method to get TCL functions on Cygwin #5807 [
@DWesl
]- Changed error type to allow for incremental WebP parsing #5404 [
@radarhere
]- Improved I;16 operations on big endian #5901 [
@radarhere
]- Ensure that BMP pixel data offset does not ignore palette #5899 [
@radarhere
]- Limit quantized palette to number of colors #5879 [
@radarhere
]- Use latin1 encoding to decode bytes #5870 [
@radarhere
]- Fixed palette index for zeroed color in FASTOCTREE quantize #5869 [
@radarhere
]- When saving RGBA to GIF, make use of first transparent palette entry #5859 [
@radarhere
]- Pass SAMPLEFORMAT to libtiff #5848 [
@radarhere
]- Added rounding when converting P and PA #5824 [
@radarhere
]- Improved putdata() documentation and data handling #5910 [
@radarhere
]- Exclude carriage return in PDF regex to help prevent ReDoS #5912 [
@radarhere
]- Image.NONE is only used for resampling and dithers #5908 [
@radarhere
]- Fixed freeing pointer in ImageDraw.Outline.transform #5909 [
@radarhere
]- Add Tidelift alignment action and badge #5763 [
@aclark4life
]- Replaced further direct invocations of setup.py #5906 [
@radarhere
]- Added ImageShow support for xdg-open #5897 [
@m-shinder
]- Fixed typo #5902 [
@radarhere
]- Switched from deprecated "setup.py install" to "pip install ." #5896 [
@radarhere
]- Support 16-bit grayscale ImageQt conversion #5856 [
@cmbruns
]- Fixed raising OSError in _safe_read when size is greater than SAFEBLOCK #5872 [
@radarhere
]- Convert subsequent GIF frames to RGB or RGBA #5857 [
@radarhere
]- WebP: Fix memory leak during decoding on failure #5798 [
@ilai-deutel
]- Do not prematurely return in ImageFile when saving to stdout #5665 [
@infmagic2047
]- Added support for top right and bottom right TGA orientations #5829 [
@radarhere
]- Corrected ICNS file length in header #5845 [
@radarhere
]- Block tile TIFF tags when saving #5839 [
@radarhere
]- Added line width argument to ImageDraw polygon #5694 [
@radarhere
]- Do not redeclare class each time when converting to NumPy #5844 [
@radarhere
]- Only prevent repeated polygon pixels when drawing with transparency #5835 [
@radarhere
]- Fix pushes_fd method signature #5833 [
@hoodmane
]- Add support for pickling TrueType fonts #5826 [
@hugovk
]- Only prefer command line tools SDK on macOS over default MacOSX SDK #5828 [
@radarhere
]- Fix compilation on 64-bit Termux #5793 [
@landfillbaby
]- Replace 'setup.py sdist' with '-m build --sdist' #5785 [
@hugovk
]- Use declarative package configuration #5784 [
@hugovk
]- Use title for display in ImageShow #5788 [
@radarhere
]- Fix for PyQt6 #5775 [
@hugovk
]
... (truncated)
Sourced from pillow's changelog.
9.0.0 (2022-01-02)
Restrict builtins for ImageMath.eval(). CVE-2022-22817 #5923 [radarhere]
Ensure JpegImagePlugin stops at the end of a truncated file #5921 [radarhere]
Fixed ImagePath.Path array handling. CVE-2022-22815, CVE-2022-22816 #5920 [radarhere]
Remove consecutive duplicate tiles that only differ by their offset #5919 [radarhere]
Improved I;16 operations on big endian #5901 [radarhere]
Limit quantized palette to number of colors #5879 [radarhere]
Fixed palette index for zeroed color in FASTOCTREE quantize #5869 [radarhere]
When saving RGBA to GIF, make use of first transparent palette entry #5859 [radarhere]
Pass SAMPLEFORMAT to libtiff #5848 [radarhere]
Added rounding when converting P and PA #5824 [radarhere]
Improved putdata() documentation and data handling #5910 [radarhere]
Exclude carriage return in PDF regex to help prevent ReDoS #5912 [hugovk]
Fixed freeing pointer in ImageDraw.Outline.transform #5909 [radarhere]
Added ImageShow support for xdg-open #5897 [m-shinder, radarhere]
Support 16-bit grayscale ImageQt conversion #5856 [cmbruns, radarhere]
Convert subsequent GIF frames to RGB or RGBA #5857 [radarhere]
... (truncated)
82541b6
9.0.0 version bumpcae5ac4
Merge pull request #5924 from radarhere/cvesed4cf78
CVEs TBDd7f60d1
Merge pull request #5923 from radarhere/imagemath_eval8531b01
Restrict builtins for ImageMath.eval1efb1d9
Merge pull request #5922 from radarhere/releasenotesf6c7871
Added release notes for #5919, #5920 and #5921032d2dc
Update CHANGES.rst [ci skip]baae9ec
Merge pull request #5921 from radarhere/jpeg_eoi1059eb5
If appended EOI did not work, do not keep tryingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps opencv-python from 3.4.3.18 to 3.4.7.28.
Sourced from opencv-python's releases.
3.4.7.28
OpenCV version 3.4.7.
3.4.6.27
OpenCV version 3.4.6.
3.4.5.20
OpenCV version 3.4.5.
Once some build issues are solved, next releases will be targeting OpenCV version 4.
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
3.4.4.19
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 3.4.4.
Thanks to Ivan Pozdeev for following fixes and enhancements: #135, #136, #141, #144, #145, #146, #147, #149, #150
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps pillow from 5.3.0 to 8.3.2.
Sourced from pillow's releases.
8.3.2
https://pillow.readthedocs.io/en/stable/releasenotes/8.3.2.html
Security
CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere]
Fix 6-byte OOB read in FliDecode [wiredfool]
Python 3.10 wheels
Fixed regressions
Ensure TIFF
RowsPerStrip
is multiple of 8 for JPEG compression #5588 [kmilos, radarhere]Updates for
ImagePalette
channel order #5599 [radarhere]Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library #5651 [nulano]
8.3.1
https://pillow.readthedocs.io/en/stable/releasenotes/8.3.1.html
Changes
- Catch OSError when checking if fp is sys.stdout #5585 [
@radarhere
]- Handle removing orientation from alternate types of EXIF data #5584 [
@radarhere
]- Make Image.array take optional dtype argument #5572 [
@t-vi
]8.3.0
https://pillow.readthedocs.io/en/stable/releasenotes/8.3.0.html
Changes
- Use snprintf instead of sprintf #5567 [
@radarhere
]- Limit TIFF strip size when saving with LibTIFF #5514 [
@kmilos
]- Allow ICNS save on all operating systems #4526 [
@newpanjing
]- De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables #4989 [
@gofr
]- Do not use background or transparency index for new color #5564 [
@radarhere
]- Simplified code #5315 [
@radarhere
]- Replaced xml.etree.ElementTree #5565 [
@radarhere
]
... (truncated)
Sourced from pillow's changelog.
8.3.2 (2021-09-02)
CVE-2021-23437 Raise ValueError if color specifier is too long [hugovk, radarhere]
Fix 6-byte OOB read in FliDecode [wiredfool]
Add support for Python 3.10 #5569, #5570 [hugovk, radarhere]
Ensure TIFF
RowsPerStrip
is multiple of 8 for JPEG compression #5588 [kmilos, radarhere]Updates for
ImagePalette
channel order #5599 [radarhere]Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library #5651 [nulano]
8.3.1 (2021-07-06)
Catch OSError when checking if fp is sys.stdout #5585 [radarhere]
Handle removing orientation from alternate types of EXIF data #5584 [radarhere]
Make Image.array take optional dtype argument #5572 [t-vi, radarhere]
8.3.0 (2021-07-01)
Use snprintf instead of sprintf. CVE-2021-34552 #5567 [radarhere]
Limit TIFF strip size when saving with LibTIFF #5514 [kmilos]
Allow ICNS save on all operating systems #4526 [baletu, radarhere, newpanjing, hugovk]
De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables #4989 [gofr, radarhere]
Replaced xml.etree.ElementTree #5565 [radarhere]
... (truncated)
8013f13
8.3.2 version bump23c7ca8
Update CHANGES.rst8450366
Update release notesa0afe89
Update test case9e08eb8
Raise ValueError if color specifier is too longbd5cf7d
FLI tests for Oss-fuzz crash.94a0cf1
Fix 6-byte OOB read in FliDecodecece64f
Add 8.3.2 (2021-09-02) [CI skip]e422386
Add release notes for Pillow 8.3.208dcbb8
Pillow 8.3.2 supports Python 3.10 [ci skip]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps pillow from 5.3.0 to 8.2.0.
Sourced from pillow's releases.
8.2.0
https://pillow.readthedocs.io/en/stable/releasenotes/8.2.0.html
Changes
- Security fixes for 8.2.0 #5377 [
@hugovk
]- Move getxmp() to JpegImageFile #5376 [
@radarhere
]- Added getxmp() method #5144 [
@UrielMaD
]- Compile LibTIFF with CMake on Windows #5359 [
@nulano
]- Add ImageShow support for GraphicsMagick #5349 [
@latosha-maltba
]- Tiff crash fixes in TiffDecode.c #5372 [
@wiredfool
]- Remove redundant check (addition to #5364) #5366 [
@kkopachev
]- Do not load transparent pixels from subsequent GIF frames #5333 [
@radarhere
]- Use LZW encoding when saving GIF images #5291 [
@raygard
]- Set all transparent colors to be equal in quantize() #5282 [
@radarhere
]- Allow PixelAccess to use Python int when parsing x and y #5206 [
@radarhere
]- Removed Image._MODEINFO #5316 [
@radarhere
]- Add preserve_tone option to autocontrast #5350 [
@elejke
]- Only import numpy when necessary #5323 [
@radarhere
]- Fixed linear_gradient and radial_gradient I and F modes #5274 [
@radarhere
]- Add support for reading TIFFs with PlanarConfiguration=2 #5364 [
@wiredfool
]- More OSS-Fuzz support #5328 [
@wiredfool
]- Do not premultiply alpha when resizing with Image.NEAREST resampling #5304 [
@nulano
]- Use quantization method attributes #5353 [
@radarhere
]- Dynamically link FriBiDi instead of Raqm #5062 [
@nulano
]- Removed build_distance_tables return value #5363 [
@radarhere
]- Allow fewer PNG palette entries than the bit depth maximum when saving #5330 [
@radarhere
]- Use duration from info dictionary when saving WebP #5338 [
@radarhere
]- Improved efficiency when creating GIF disposal images #5326 [
@radarhere
]- Stop flattening EXIF IFD into getexif() #4947 [
@radarhere
]- Replaced tiff_deflate with tiff_adobe_deflate compression when saving TIFF images #5343 [
@radarhere
]- Save ICC profile from TIFF encoderinfo #5321 [
@radarhere
]- Moved RGB fix inside ImageQt class #5268 [
@radarhere
]- Fix -Wformat error in TiffDecode #5305 [
@lukegb
]- Allow alpha_composite destination to be negative #5313 [
@radarhere
]- Ensure file is closed if it is opened by ImageQt.ImageQt #5260 [
@radarhere
]- Added ImageDraw rounded_rectangle method #5208 [
@radarhere
]- Added IPythonViewer #5289 [
@radarhere
]- Only draw each rectangle outline pixel once #5183 [
@radarhere
]- Use mmap instead of built-in Win32 mapper #5224 [
@radarhere
]- Handle PCX images with an odd stride #5214 [
@radarhere
]- Only read different sizes for "Large Thumbnail" MPO frames #5168 [
@radarhere
]Dependencies
- Updated harfbuzz to 2.8.0 #5334 [
@radarhere
]Deprecations
... (truncated)
Sourced from pillow's changelog.
8.2.0 (2021-04-01)
Added getxmp() method #5144 [UrielMaD, radarhere]
Add ImageShow support for GraphicsMagick #5349 [latosha-maltba, radarhere]
Do not load transparent pixels from subsequent GIF frames #5333 [zewt, radarhere]
Use LZW encoding when saving GIF images #5291 [raygard]
Set all transparent colors to be equal in quantize() #5282 [radarhere]
Allow PixelAccess to use Python int when parsing x and y #5206 [radarhere]
Removed Image._MODEINFO #5316 [radarhere]
Add preserve_tone option to autocontrast #5350 [elejke, radarhere]
Fixed linear_gradient and radial_gradient I and F modes #5274 [radarhere]
Add support for reading TIFFs with PlanarConfiguration=2 #5364 [kkopachev, wiredfool, nulano]
Deprecated categories #5351 [radarhere]
Do not premultiply alpha when resizing with Image.NEAREST resampling #5304 [nulano]
Dynamically link FriBiDi instead of Raqm #5062 [nulano]
Allow fewer PNG palette entries than the bit depth maximum when saving #5330 [radarhere]
Use duration from info dictionary when saving WebP #5338 [radarhere]
Stop flattening EXIF IFD into getexif() #4947 [radarhere, kkopachev]
... (truncated)
e0e353c
8.2.0 version bumpee635be
Merge pull request #5377 from hugovk/security-and-release-notes694c84f
Fix typo [ci skip]8febdad
Review, typos and lintfea4196
Reorder, roughly alphabetic496245a
Fix BLP DOS -- CVE-2021-2867822e9bee
Fix DOS in PSDImagePlugin -- CVE-2021-28675ba65f0b
Fix Memory DOS in ImageFontbb6c11f
Fix FLI DOS -- CVE-2021-286765a5e6db
Fix EPS DOS on _open -- CVE-2021-28677Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps pillow from 5.3.0 to 8.1.1.
Sourced from pillow's releases.
8.1.1
https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html
8.1.0
https://pillow.readthedocs.io/en/stable/releasenotes/8.1.0.html
Changes
- Fix TIFF OOB Write error #5175 [
@radarhere
]- Fix for Buffer Read Overrun in PCX Decoding #5174 [
@radarhere
]- Fix for SGI Decode buffer overrun #5173 [
@radarhere
]- Fix OOB Read when saving GIF of xsize=1 #5149 [
@wiredfool
]- Add support for PySide6 #5161 [
@hugovk
]- Moved QApplication into one test #5167 [
@radarhere
]- Use disposal settings from previous frame in APNG #5126 [
@radarhere
]- Revert "skip wheels on 3.10-dev due to wheel#354" #5163 [
@radarhere
]- Better _binary module use #5156 [
@radarhere
]- Added exception explaining that repr_png saves to PNG #5139 [
@radarhere
]- Use previous disposal method in GIF load_end #5125 [
@radarhere
]- Do not catch a ValueError only to raise another #5090 [
@radarhere
]- Allow putpalette to accept 1024 integers to include alpha values #5089 [
@radarhere
]- Fix OOB Read when writing TIFF with custom Metadata #5148 [
@wiredfool
]- Removed unused variable #5140 [
@radarhere
]- Fix dereferencing of potential null pointers #5111 [
@cgohlke
]- Fixed warnings assigning to "unsigned char *" from "char *" #5127 [
@radarhere
]- Add append_images support for ICO #4568 [
@ziplantil
]- Fixed comparison warnings #5122 [
@radarhere
]- Block TIFFTAG_SUBIFD #5120 [
@radarhere
]- Fix dereferencing potential null pointer #5108 [
@cgohlke
]- Replaced PyErr_NoMemory with ImagingError_MemoryError #5113 [
@radarhere
]- Remove duplicate code #5109 [
@cgohlke
]- Moved warning to end of execution #4965 [
@radarhere
]- Removed unused fromstring and tostring C methods #5026 [
@radarhere
]- init() if one of the formats is unrecognised #5037 [
@radarhere
]Dependencies
- Updated libtiff to 4.2.0 #5153 [
@radarhere
]- Updated openjpeg to 2.4.0 #5151 [
@radarhere
]- Updated harfbuzz to 2.7.4 #5138 [
@radarhere
]- Updated harfbuzz to 2.7.3 #5128 [
@radarhere
]- Updated libraqm to 0.7.1 #5070 [
@radarhere
]- Updated libimagequant to 2.13.1 #5065 [
@radarhere
]- Update FriBiDi to 1.0.10 #5064 [
@nulano
]- Updated libraqm to 0.7.1 #5063 [
@radarhere
]- Updated libjpeg-turbo to 2.0.6 #5044 [
@radarhere
]Deprecations
... (truncated)
Sourced from pillow's changelog.
8.1.1 (2021-03-01)
Use more specific regex chars to prevent ReDoS. CVE-2021-25292 [hugovk]
Fix OOB Read in TiffDecode.c, and check the tile validity before reading. CVE-2021-25291 [wiredfool]
Fix negative size read in TiffDecode.c. CVE-2021-25290 [wiredfool]
Fix OOB read in SgiRleDecode.c. CVE-2021-25293 [wiredfool]
Incorrect error code checking in TiffDecode.c. CVE-2021-25289 [wiredfool]
PyModule_AddObject fix for Python 3.10 #5194 [radarhere]
8.1.0 (2021-01-02)
Fix TIFF OOB Write error. CVE-2020-35654 #5175 [wiredfool]
Fix for Read Overflow in PCX Decoding. CVE-2020-35653 #5174 [wiredfool, radarhere]
Fix for SGI Decode buffer overrun. CVE-2020-35655 #5173 [wiredfool, radarhere]
Fix OOB Read when saving GIF of xsize=1 #5149 [wiredfool]
Makefile updates #5159 [wiredfool, radarhere]
Add support for PySide6 #5161 [hugovk]
Use disposal settings from previous frame in APNG #5126 [radarhere]
Added exception explaining that repr_png saves to PNG #5139 [radarhere]
Use previous disposal method in GIF load_end #5125 [radarhere]
... (truncated)
741d874
8.1.1 version bump179cd1c
Added 8.1.1 release notes to index7d29665
Update CHANGES.rst [ci skip]d25036f
Credits973a4c3
Release notes for 8.1.1521dab9
Use more specific regex chars to prevent ReDoS8b8076b
Fix for CVE-2021-25291e25be1e
Fix negative size read in TiffDecode.cf891baa
Fix OOB read in SgiRleDecode.ccbfdde7
Incorrect error code checking in TiffDecode.cDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
There's very little documentation on how to run the server after the setup. I assume I should run python detector.py
and python tracker.py
? Or is there a single file somewhere that starts the server altogether?
Bumps pillow from 5.3.0 to 6.2.0.
Sourced from pillow's releases.
6.2.0
https://pillow.readthedocs.io/en/stable/releasenotes/6.2.0.html
6.1.0
https://pillow.readthedocs.io/en/stable/releasenotes/6.1.0.html
6.0.0
No release notes provided.
5.4.1
No release notes provided.
5.4.0
No release notes provided.
Sourced from pillow's changelog.
6.2.0 (2019-10-01)
... (truncated)
Catch buffer overruns #4104 [radarhere]
Initialize rows_per_strip when RowsPerStrip tag is missing #4034 [cgohlke, radarhere]
Raise error if TIFF dimension is a string #4103 [radarhere]
Added decompression bomb checks #4102 [radarhere]
Fix ImageGrab.grab DPI scaling on Windows 10 version 1607+ #4000 [nulano, radarhere]
Corrected negative seeks #4101 [radarhere]
Added argument to capture all screens on Windows #3950 [nulano, radarhere]
Updated warning to specify when Image.frombuffer defaults will change #4086 [radarhere]
Changed WindowsViewer format to PNG #4080 [radarhere]
Use TIFF orientation #4063 [radarhere]
Raise the same error if a truncated image is loaded a second time #3965 [radarhere]
Lazily use ImageFileDirectory_v1 values from Exif #4031 [radarhere]
Improved HSV conversion #4004 [radarhere]
Added text stroking #3978 [radarhere, hugovk]
No more deprecated bdist_wininst .exe installers #4029 [hugovk]
Do not allow floodfill to extend into negative coordinates #4017 [radarhere]
8a30d13
Updated CHANGES.rst [ci skip]75602d1
6.2.0 version bump4756af9
Updated CHANGES.rst [ci skip]cc16025
Merge pull request #4104 from radarhere/overrunfb84701
Merge pull request #4034 from cgohlke/patch-1b9693a5
Merge pull request #4103 from radarhere/dimensionf228d0c
Merge pull request #4102 from radarhere/decompressionaaf2c42
Merge pull request #4000 from nulano/dpi_fixb36c1bc
Merge pull request #4101 from radarhere/negative_seek9a977b9
Raise error if dimension is a stringDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot ignore this [patch|minor|major] version
will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps pillow from 5.3.0 to 9.3.0.
Sourced from pillow's releases.
9.3.0
https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html
Changes
- Initialize libtiff buffer when saving #6699 [
@radarhere
]- Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [
@wiredfool
]- Inline fname2char to fix memory leak #6329 [
@nulano
]- Fix memory leaks related to text features #6330 [
@nulano
]- Use double quotes for version check on old CPython on Windows #6695 [
@hugovk
]- GHA: replace deprecated set-output command with GITHUB_OUTPUT file #6697 [
@nulano
]- Remove backup implementation of Round for Windows platforms #6693 [
@cgohlke
]- Upload fribidi.dll to GitHub Actions #6532 [
@nulano
]- Fixed set_variation_by_name offset #6445 [
@radarhere
]- Windows build improvements #6562 [
@nulano
]- Fix malloc in _imagingft.c:font_setvaraxes #6690 [
@cgohlke
]- Only use ASCII characters in C source file #6691 [
@cgohlke
]- Release Python GIL when converting images using matrix operations #6418 [
@hmaarrfk
]- Added ExifTags enums #6630 [
@radarhere
]- Do not modify previous frame when calculating delta in PNG #6683 [
@radarhere
]- Added support for reading BMP images with RLE4 compression #6674 [
@npjg
]- Decode JPEG compressed BLP1 data in original mode #6678 [
@radarhere
]- pylint warnings #6659 [
@marksmayo
]- Added GPS TIFF tag info #6661 [
@radarhere
]- Added conversion between RGB/RGBA/RGBX and LAB #6647 [
@radarhere
]- Do not attempt normalization if mode is already normal #6644 [
@radarhere
]- Fixed seeking to an L frame in a GIF #6576 [
@radarhere
]- Consider all frames when selecting mode for PNG save_all #6610 [
@radarhere
]- Don't reassign crc on ChunkStream close #6627 [
@radarhere
]- Raise a warning if NumPy failed to raise an error during conversion #6594 [
@radarhere
]- Only read a maximum of 100 bytes at a time in IMT header #6623 [
@radarhere
]- Show all frames in ImageShow #6611 [
@radarhere
]- Allow FLI palette chunk to not be first #6626 [
@radarhere
]- If first GIF frame has transparency for RGB_ALWAYS loading strategy, use RGBA mode #6592 [
@radarhere
]- Round box position to integer when pasting embedded color #6517 [
@radarhere
]- Removed EXIF prefix when saving WebP #6582 [
@radarhere
]- Pad IM palette to 768 bytes when saving #6579 [
@radarhere
]- Added DDS BC6H reading #6449 [
@ShadelessFox
]- Added support for opening WhiteIsZero 16-bit integer TIFF images #6642 [
@JayWiz
]- Raise an error when allocating translucent color to RGB palette #6654 [
@jsbueno
]- Moved mode check outside of loops #6650 [
@radarhere
]- Added reading of TIFF child images #6569 [
@radarhere
]- Improved ImageOps palette handling #6596 [
@PososikTeam
]- Defer parsing of palette into colors #6567 [
@radarhere
]- Apply transparency to P images in ImageTk.PhotoImage #6559 [
@radarhere
]- Use rounding in ImageOps contain() and pad() #6522 [
@bibinhashley
]- Fixed GIF remapping to palette with duplicate entries #6548 [
@radarhere
]- Allow remap_palette() to return an image with less than 256 palette entries #6543 [
@radarhere
]- Corrected BMP and TGA palette size when saving #6500 [
@radarhere
]
... (truncated)
Sourced from pillow's changelog.
9.3.0 (2022-10-29)
Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [wiredfool]
Initialize libtiff buffer when saving #6699 [radarhere]
Inline fname2char to fix memory leak #6329 [nulano]
Fix memory leaks related to text features #6330 [nulano]
Use double quotes for version check on old CPython on Windows #6695 [hugovk]
Remove backup implementation of Round for Windows platforms #6693 [cgohlke]
Fixed set_variation_by_name offset #6445 [radarhere]
Fix malloc in _imagingft.c:font_setvaraxes #6690 [cgohlke]
Release Python GIL when converting images using matrix operations #6418 [hmaarrfk]
Added ExifTags enums #6630 [radarhere]
Do not modify previous frame when calculating delta in PNG #6683 [radarhere]
Added support for reading BMP images with RLE4 compression #6674 [npjg, radarhere]
Decode JPEG compressed BLP1 data in original mode #6678 [radarhere]
Added GPS TIFF tag info #6661 [radarhere]
Added conversion between RGB/RGBA/RGBX and LAB #6647 [radarhere]
Do not attempt normalization if mode is already normal #6644 [radarhere]
... (truncated)
d594f4c
Update CHANGES.rst [ci skip]909dc64
9.3.0 version bump1a51ce7
Merge pull request #6699 from hugovk/security-libtiff_buffer2444cdd
Merge pull request #6700 from hugovk/security-samples_per_pixel-sec744f455
Added release notes0846bfa
Add to release notes799a6a0
Fix linting00b25fd
Hide UserWarning in logs05b175e
Tighter test case13f2c5a
Prevent DOS with large SAMPLESPERPIXEL in Tiff IFDDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps numpy from 1.15.4 to 1.22.0.
Sourced from numpy's releases.
v1.22.0
NumPy 1.22.0 Release Notes
NumPy 1.22.0 is a big release featuring the work of 153 contributors spread over 609 pull requests. There have been many improvements, highlights are:
- Annotations of the main namespace are essentially complete. Upstream is a moving target, so there will likely be further improvements, but the major work is done. This is probably the most user visible enhancement in this release.
- A preliminary version of the proposed Array-API is provided. This is a step in creating a standard collection of functions that can be used across application such as CuPy and JAX.
- NumPy now has a DLPack backend. DLPack provides a common interchange format for array (tensor) data.
- New methods for
quantile
,percentile
, and related functions. The new methods provide a complete set of the methods commonly found in the literature.- A new configurable allocator for use by downstream projects.
These are in addition to the ongoing work to provide SIMD support for commonly used functions, improvements to F2PY, and better documentation.
The Python versions supported in this release are 3.8-3.10, Python 3.7 has been dropped. Note that 32 bit wheels are only provided for Python 3.8 and 3.9 on Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, and other Linux distributions dropping 32 bit support. All 64 bit wheels are also linked with 64 bit integer OpenBLAS, which should fix the occasional problems encountered by folks using truly huge arrays.
Expired deprecations
Deprecated numeric style dtype strings have been removed
Using the strings
"Bytes0"
,"Datetime64"
,"Str0"
,"Uint32"
, and"Uint64"
as a dtype will now raise aTypeError
.(gh-19539)
Expired deprecations for
loads
,ndfromtxt
, andmafromtxt
in npyio
numpy.loads
was deprecated in v1.15, with the recommendation that users usepickle.loads
instead.ndfromtxt
andmafromtxt
were both deprecated in v1.17 - users should usenumpy.genfromtxt
instead with the appropriate value for theusemask
parameter.(gh-19615)
... (truncated)
4adc87d
Merge pull request #20685 from charris/prepare-for-1.22.0-releasefd66547
REL: Prepare for the NumPy 1.22.0 release.125304b
wipc283859
Merge pull request #20682 from charris/backport-204165399c03
Merge pull request #20681 from charris/backport-20954f9c45f8
Merge pull request #20680 from charris/backport-20663794b36f
Update armccompiler.pyd93b14e
Update test_public_api.py7662c07
Update init.py311ab52
Update armccompiler.pyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps numpy from 1.15.4 to 1.22.0.
Sourced from numpy's releases.
v1.22.0
NumPy 1.22.0 Release Notes
NumPy 1.22.0 is a big release featuring the work of 153 contributors spread over 609 pull requests. There have been many improvements, highlights are:
- Annotations of the main namespace are essentially complete. Upstream is a moving target, so there will likely be further improvements, but the major work is done. This is probably the most user visible enhancement in this release.
- A preliminary version of the proposed Array-API is provided. This is a step in creating a standard collection of functions that can be used across application such as CuPy and JAX.
- NumPy now has a DLPack backend. DLPack provides a common interchange format for array (tensor) data.
- New methods for
quantile
,percentile
, and related functions. The new methods provide a complete set of the methods commonly found in the literature.- A new configurable allocator for use by downstream projects.
These are in addition to the ongoing work to provide SIMD support for commonly used functions, improvements to F2PY, and better documentation.
The Python versions supported in this release are 3.8-3.10, Python 3.7 has been dropped. Note that 32 bit wheels are only provided for Python 3.8 and 3.9 on Windows, all other wheels are 64 bits on account of Ubuntu, Fedora, and other Linux distributions dropping 32 bit support. All 64 bit wheels are also linked with 64 bit integer OpenBLAS, which should fix the occasional problems encountered by folks using truly huge arrays.
Expired deprecations
Deprecated numeric style dtype strings have been removed
Using the strings
"Bytes0"
,"Datetime64"
,"Str0"
,"Uint32"
, and"Uint64"
as a dtype will now raise aTypeError
.(gh-19539)
Expired deprecations for
loads
,ndfromtxt
, andmafromtxt
in npyio
numpy.loads
was deprecated in v1.15, with the recommendation that users usepickle.loads
instead.ndfromtxt
andmafromtxt
were both deprecated in v1.17 - users should usenumpy.genfromtxt
instead with the appropriate value for theusemask
parameter.(gh-19615)
... (truncated)
4adc87d
Merge pull request #20685 from charris/prepare-for-1.22.0-releasefd66547
REL: Prepare for the NumPy 1.22.0 release.125304b
wipc283859
Merge pull request #20682 from charris/backport-204165399c03
Merge pull request #20681 from charris/backport-20954f9c45f8
Merge pull request #20680 from charris/backport-20663794b36f
Update armccompiler.pyd93b14e
Update test_public_api.py7662c07
Update init.py311ab52
Update armccompiler.pyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps opencv-python from 3.4.3.18 to 4.2.0.32.
Sourced from opencv-python's releases.
4.2.0.32
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 4.2.0.
Changes:
- macOS environment updated from xcode8.3 to xcode 9.4
- macOS uses now Qt 5 instead of Qt 4
- Nasm version updated to Docker containers
- multibuild updated
Fixes:
- don't use deprecated brew tap-pin, instead refer to the full package name when installing #267
- replace get_config_var() with get_config_vars() in setup.py #274
- add workaround for DLL errors in Windows Server #264
3.4.9.31
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 3.4.9.
Changes:
- macOS environment updated from xcode8.3 to xcode 9.4
- macOS uses now Qt 5 instead of Qt 4
- Nasm version updated to Docker containers
- multibuild updated
Fixes:
- don't use deprecated brew tap-pin, instead refer to the full package name when installing #267
- replace get_config_var() with get_config_vars() in setup.py #274
- add workaround for DLL errors in Windows Server #264
4.1.2.30
- opencv-python: https://pypi.org/project/opencv-python/
- opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/
- opencv-python-headless: https://pypi.org/project/opencv-python-headless/
- opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/
OpenCV version 4.1.2.
Changes:
... (truncated)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
Table of Contents Features Install Using PIP Stable version Development version Using Docker Stable version Development version Using HomeBrew Stable
UpChecker UpChecker is a simple opensource project to host it fast on your server and check is server up, view statistic, get messages if it is down.
Yolov5 running on TorchServe (GPU compatible) ! This is a dockerfile to run TorchServe for Yolo v5 object detection model. (TorchServe (PyTorch librar
PyMine PyMine - The fastest, easiest to use, Python-based Minecraft Server! Features Note: This list is not always up to date, and doesn't contain all
?? Quick start An instance of ova-server is free and publicly available here: https://api.openvisionapi.com Checkout ova-client for a quick demo. Inst
Serving PyTorch Models in C++ This repository contains various examples to perform inference using PyTorch C++ API. Run git clone https://github.com/W
开头说明 DangoOCR 是基于大家的 CPU处理器 来运行的,CPU处理器 的好坏会直接影响其速度, 但不会影响识别的精度 ,目前此版本识别速度可能在 0.5-3秒之间,具体取决于大家机器的配置,可以的话尽量不要在运行时开其他太多东西。需要配合团子翻译器 Ver3.6 及其以上的版本才可以使用!
Mail classification with tensorflow and MS Exchange Server (ham or spam).
Updated Updated for TTS(CE) = Also Known as TTN V3. The code requires the first server to be 'ttn' protocol. Introduction This balenaCloud (previously
Deploy optimized transformer based models on Nvidia Triton server
IISLogFileParser A basic parser tool for IIS Logs which summarises findings from the log file. Inspired by the Gist https://gist.github.com/wh13371/e7
?? Hugging Face Transformer submillisecond inference ?? and deployment on Nvidia Triton server Yes, you can perfom inference with transformer based mo
robo-gym-server-modules Robot Servers and Server Manager software for robo-gym. For info on how to use this package please visit the robo-gym website
Make Watson Assistant send messages to your Discord Server Prerequisites Sign up for an IBM Cloud account. Fill in the required information and press
In this project, two programs can help you take full agvantage of time on the model training with a remote server, which can push notification to your phone about the information during model training, like the model indices and unexpected interrupts. Then you can do something in time for your work.
Python wrapper class for OpenVINO Model Server. User can submit inference request to OVMS with just a few lines of code.
MTAConfiger MTA:SA Server Configer. Hi ?? , I'm Alireza A Python Developer Boy ?? I’m currently working on my C# projects ?? I’m currently Learning CS
QR2Pass This is a proof of concept for an alternative (passwordless) authenticat
Ygggdrasil A simplistic bot designed to streamline your server experience. Desig