mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
pypi readme
updated changelog
This commit is contained in:
parent
aaa9974e0d
commit
06b502f732
|
@ -1,6 +1,22 @@
|
|||
Changelog (Pillow-SIMD)
|
||||
=======================
|
||||
|
||||
3.4.1.post0
|
||||
-----------
|
||||
|
||||
- A lot of optimizations in resampling including 16-bit
|
||||
intermediate color representation and heavy unrolling.
|
||||
|
||||
3.3.2.post0
|
||||
-----------
|
||||
|
||||
- Maintenance release
|
||||
|
||||
3.3.0.post2
|
||||
-----------
|
||||
|
||||
- Fixed error in RGBa -> RGBA convertion
|
||||
|
||||
3.3.0.post1
|
||||
-----------
|
||||
|
||||
|
|
6
PyPI.rst
Normal file
6
PyPI.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
`Pillow-SIMD repo and readme <https://github.com/uploadcare/pillow-simd>`
|
||||
|
||||
`Pillow-SIMD changelog <https://github.com/uploadcare/pillow-simd/blob/simd/3.4.x/CHANGES.SIMD.rst>`
|
||||
|
||||
`Pillow documentation <https://pillow.readthedocs.io/>`
|
4
setup.py
4
setup.py
|
@ -768,10 +768,10 @@ try:
|
|||
setup(name=NAME,
|
||||
version=PILLOW_VERSION,
|
||||
description='Python Imaging Library (Fork)',
|
||||
long_description=_read('README.md').decode('utf-8'),
|
||||
long_description=_read('PyPI.rst').decode('utf-8'),
|
||||
author='Alex Clark (Fork Author)',
|
||||
author_email='aclark@aclark.net',
|
||||
url='http://python-pillow.org',
|
||||
url='https://github.com/uploadcare/pillow-simd',
|
||||
classifiers=[
|
||||
"Development Status :: 6 - Mature",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
|
|
Loading…
Reference in New Issue
Block a user