双耳节拍 枕头

On March 4, 2013 I got an email from the Python Software Foundation

2013年3月4日,我收到了Python软件基金会的电子邮件

On March 4, 2013 I got an email from the Python Software Foundation (PSF):

2013年3月4日,我收到了Python软件基金会(PSF)的电子邮件:

This email notification is being sent to you to inform you of the PSF Board’s decision to fund the facilitation of a Python 3 compatible release of the Python Imaging Library for the amount of $1,300 USD. Please see the resolution that was passed unanimously on March 4, 2013 via email below:
这封电子邮件通知已发送给您,以通知您PSF董事会决定为简化Python 3兼容版本的Python Imaging Library提供的资助,金额为1,300美元。 请查看以下通过电子邮件在2013年3月4日一致通过的决议:

Yay! That was in response to my proposal asking for funding to finish a Pillow 2.0.0 release. In that proposal, I presented the “story of Pillow” which I’d like to present again now, for anyone interested:

好极了! 那是对我提出的要求资金完成Pillow 2.0.0版本的建议的回应。 在该提案中,我向有兴趣的人介绍了“枕头的故事”,我现在想再次介绍它:

Tired of seeing the proliferation of third party packagings of the Python Imaging Library, in 2010 Alex Clark took Hanno Schlicting’s repackaging and used it to create a fork of the Python Imaging Library on GitHub. He subsequently released that fork to PyPI as Pillow 1.0. The ability to add additional development library paths to setup.py (e.g. 64 bit library and headers directories) and make releases quickly eventually led to widespread adoption of Pillow.

厌倦了看到Python Imaging Library第三方包装的泛滥,Alex Clark在2010年接受了Hanno Schlicting的重新包装,并用它在GitHub上创建了Python Imaging Library的分支。 随后,他将该叉子作为Pillow 1.0发布给了PyPI。 向setup.py添加其他开发库路径(例如64位库和标头目录)并快速发布的能力最终导致Pillow的广泛采用。

A little over a year later on 2011-09-08, Takayuki Shimizukawa uploaded the first Windows (win32) eggs. Since then, every Pillow release included Windows eggs thanks to Takayuki. And on 2013-02-02, the first 64-bit Windows eggs (amd64) were uploaded to PyPI by Takayuki.

一年多以后的2011-09-08,Takayuki Shimizukawa上传了第一个Windows(win32)鸡蛋。 从那时起,由于Takayuki,每个Pillow版本都包含Windows鸡蛋。 然后在2013-02-02,Takayuki将首个64位Windows鸡蛋(amd64)上传到PyPI。

For the first 3 years, the fork focused on packaging fixes only. Now a Python 3 compatible pull request from Brian Crowell has been merged, and the final stages of release preparation are underway. In early 2013, Barry Warsaw created an Ubuntu Personal Package Archive and tested it with Python 3. And the Fedora Project is now planning to include Pillow with their release of Fedora 19. Finally, the Pillow project has promised a Python 3 compatible release of Pillow by PyCon 2013.

在最初的三年中,前叉仅专注于包装修复。 现在,来自Brian Crowell的Python 3兼容拉取请求已合并,发布准备的最后阶段正在进行中。 2013年初,Barry Warsaw创建了一个Ubuntu Personal Package Archive并使用Python 3对其进行了测试。FedoraProject现在正计划在其Fedora 19发行版中包含Pillow。由PyCon 2013提供。

That release is now done! And I have had an absolute blast working on Pillow full time over the course of the last week or so. So much so, that I’m going to propose you help me continue to have fun and be productive with Pillow… but more on that later. First, about the new release.

该版本现已完成! 在过去的一周左右的时间内,我对Pillow进行了全职工作。 如此之多,以至于我提议您帮助我继续玩得开心,并与Pillow保持合作关系…………稍后再讲。 首先,关于新版本。

约2.0.0 (About 2.0.0)

This release marks the first “serious effort” I have put into Pillow. While I’ve always enjoyed working on it in my spare time, I knew that there was no way I could finish it in time for PyCon 2013 (as I promised) without getting some financial assistance.

此版本标志着我对Pillow进行的首次“认真努力”。 尽管我一直很喜欢在业余时间上进行这项工作,但我知道如果没有一些经济援助,我无法及时完成PyCon 2013(如我所承诺)。

Enter: The PSF, who graciously offered to fund my work (and the work of one other contributor). Once I had funding in place, I knew exactly what needed to be done:

输入:PSF,他慷慨地提出要资助我的工作(以及另一位贡献者的工作)。 一旦有了资金,我就确切地知道需要做什么:

  • So much time has passed since the fork, no one seemed to care if we made image code changes (we were originally a packaging fork), so this release contains EVERY PATCH EVER SUBMITTED TO PIL but not released until now. I’m exaggerating, but we really crammed a lot of “goodness” in to the 2.0.0 release along with Python 3 support which is what prompted the release in the first place.
  • In order to fully test, I fine-tuned my tox environment on Mac OS X (tox is awesome) as well as fired up a new Windows VM (and used an already-existing Linux VM). Additionally, other folks joined in to test on their environments (most notably Christophe Gohlke and Eric Soroos). You’ll find the results here: https://github.com/python-imaging/Pillow#platform-support. That means: THIS RELEASE HAS BEEN FULLY, EXTENSIVELY, AND EXHAUSTIVELY DEVELOPED AND TESTED. Aside from the possible inconvenience of Pillow 2.0.0 dropping 2.4 and 2.5 support (use Pillow 1.x if you need Python 2.4,2.5), you should not have any trouble with it. If you do, please open a ticket here: https://github.com/python-imaging/Pillow/issues.
  • As important as quality software is to me, quality presentation is almost equally important. (That’s developer-eye quality, not designer-eye quality. ;-)) So I spent a lot of time cleaning up and enhancing the more subtle aspects of the release e.g. README.rst, docs/* (including the pythondoc documentation and HISTORY.txt and CONTRIBUTORS.txt). The pythondoc documentation has been converted to re-structured text and is hosted on ReadTheDocs: http://pillow.readthedocs.org/en/latest/. The website has been updated to include an actual image generated by PIL http://python-imaging.github.com/.
  • 自从分叉以来已经过去了很多时间,似乎没有人关心我们是否更改了图像代码(我们最初是包装分叉),因此此版本包含了曾经提交给PIL的所有补丁,但直到现在为止都没有发布。 我太夸张了,但是我们确实对2.0.0版本以及对Python 3的支持塞满了很多“好处”,这正是促使它发布的原因。
  • 为了进行全面测试,我在Mac OS X上微调了Tox环境(tox很棒),并启动了一个新的Windows VM(并使用了已经存在的Linux VM)。 此外,其他人也参加了他们的环境测试(最著名的是Christophe Gohlke和Eric Soroos)。 您将在这里找到结果: https : //github.com/python-imaging/Pillow#platform-support 。 这意味着: 此发布已经过全面,广泛,全面的开发和测试 。 除了可能会带来Pillow 2.0.0放弃对2.4和2.5支持的麻烦(如果需要Python 2.4,2.5,请使用Pillow 1.x),您应该不会有任何麻烦。 如果这样做,请在此处打开票证: https : //github.com/python-imaging/Pillow/issues 。
  • 对我而言,与质量软件一样重要,质量表示几乎同样重要。 (那是开发人员的眼光,而不是设计师的眼光。;-))因此,我花了很多时间来清理和增强发行版的更多细微方面,例如README.rst,docs / *(包括pythondoc文档和HISTORY .txt和CONTRIBUTORS.txt)。 pythondoc文档已转换为重组后的文本,并托管在ReadTheDocs上: http ://pillow.readthedocs.org/en/latest/。 该网站已更新,以包含由PIL http://python-imaging.github.com/生成的实际图像。

I hope you enjoy and use Pillow 2.0.0. If you’d like to see me continue to devote significant time to maintaining Pillow, please consider a gittip! Thank you.

希望您喜欢并使用Pillow 2.0.0。 如果您希望我继续投入大量时间来维护Pillow,请考虑使用gittip ! 谢谢。

翻译自: https://www.pybloggers.com/2013/03/the-story-of-pillow/

双耳节拍 枕头

双耳节拍 枕头_枕头的故事相关推荐

  1. 双耳节拍 枕头_枕头自行运行

    双耳节拍 枕头 As of Pillow 2.6.0, the Pillow project almost completely runs itself! 从Pillow 2.6.0开始,Pillow ...

  2. 双耳节拍 枕头_枕头2015年报告

    双耳节拍 枕头 Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Li ...

  3. i12单双耳切换_多种形态,切换惬意,雷柏i100蓝牙TWS耳机,支持单耳/双耳使用...

    忙碌的一周还会开始,开不完的会,做不完的工作,脑负荷超标,只想一头钻入音乐的海洋. 在盛夏的欢愉中,它有一份独特的吸引力.是一剂舒心良方,能坠入仲夏夜的梦中,温暖.灵动.美妙,全身心的沉浸,给身心慰藉 ...

  4. textview字体切换颜色_百元耳机支持主从切换,关键双耳双麦还能立体降噪

    还记得当年苹果发布的那款小树棍耳机么,发布会一结束,各路段子手轮番上阵,被贬的一无是处.多年过后,事实证明苹果还是那个走在潮流前沿的领军品牌,AirPods也是经历了几代的更新交替,依然屹立不倒.而善 ...

  5. 主从切换_“摸一摸”,乐在其中 | 雷柏i100蓝牙TWS耳机,主从切换,可单耳使用,也可双耳使用...

    忙碌的一周还会开始,开不完的会,做不完的工作,脑负荷超标,只想一头钻入音乐的海洋. 在盛夏的欢愉中,它又一份独特的吸引力.是一剂舒心良方,能坠入仲夏夜的梦中,温暖.灵动.美妙,全身心的沉浸,给身心慰藉 ...

  6. 漫步者lollipods如何调节音量_漫步者LolliPods怎么配对双耳-使用教程

    不少用户在入手漫步者LolliPods后不知道怎么配对双耳,小编今天为大家带来了漫步者LolliPods的使用教程,感兴趣的朋友不要错过了哦. 漫步者LolliPods配对双耳教程 方法一 一.先随便 ...

  7. 漫步者lollipods如何调节音量_漫步者LolliPods怎么配对双耳?如何切换单耳和双耳模式...

    漫步者LolliPods是发布不久的一款真无线耳机,很多人在购买漫步者LolliPods不清楚怎么配对双耳,以及如何来切换单耳漫步者和恢复双耳模式.今天,我们就来跟大家详细介绍一下漫步者LolliPo ...

  8. 网易蓝牙耳机怎么切换双耳_单双切换,自动秒连,真正的无感操作——360无线蓝牙耳机测评...

    近期,最火爆的新闻莫过于,360公司竟然也出耳机了,而且已经开启预约售卖!那它到底有什么优势?在真无线耳机的红海中,如何吸引日益挑剔的用户眼光?是否拥有足够征服市场的手段?请大家拭目以待. 彼得爱数码 ...

  9. 网易蓝牙耳机怎么切换双耳_解放双耳,抛开手机,南卡Runner Pro骨传导耳机体验_蓝牙耳机...

    2020-11-13 14:38:411点赞1收藏0评论 一.前言 作为耳机界特点鲜明的一座山头,骨传导耳机最近有越来越火的趋势.对于骨传导耳机,广大耳机使用群众反响不一,有的疯狂吐糟它音质,有的反而 ...

  10. 同款蓝牙耳机为什么会串联_同款蓝牙耳机为什么会串联_Q29双耳分离式蓝牙耳机,L和R不能串联,应该怎么解决?......

    展开全部 第一步.初次使62616964757a686964616fe4b893e5b19e31333433623837用需要先为耳机进行充电,充电时收纳盒背部的LED指示灯为红色常亮,充满则为蓝色常 ...

最新文章

  1. struts上传文件 血案
  2. 那些年Android黑科技③:干大事不择手段
  3. crontab linux
  4. 一步步实现SDDC-NSX MGR安装和主机准备
  5. CentOS7 服务器连接超时自动断开问题解决
  6. 不确定度在线计算_计量测量的不确定度详解
  7. 【fiddler】用fiddler实现android手机抓包
  8. 华为HCNA认证---简介及资源
  9. 什么叫泛域名ssl证书
  10. 微信生成二维码报invalid action name hint错误的解决方法
  11. nvm在c语言是什么意思的缩写,nvm是什么意思的缩写
  12. 学计算机的怎样分析TCGA数据库,开启数据挖掘之门:TCGA数据库入门必看!
  13. 1628_MIT 6.828 xv6_chapter0操作系统接口
  14. TarsosDSP 一个Java的音频处理库
  15. 计算机组成原理DROM,最新版 计算机组成原理试题及答案a
  16. 【计算机图形学】壹 · 光栅图形学之直线段的扫描转换算法
  17. 不会英语可以学计算机编程吗,不会英语的人应该怎么学编程
  18. java实列方法和静态方法_静态方法,类方法和实例方法
  19. 照明基础知识(一)---白炽灯(热辐射光源)发展史工作原理
  20. 小样本关系分类:STAD: Self-Training with Ambiguous Data for Low-Resource Relation Extraction Extraction

热门文章

  1. Android 如何获取运行内存和总运行内存等
  2. 冯诺依曼计算机的英文简称,冯诺依曼计算机,von neumann machine,音标,读音,翻译,英文例句,英语词典...
  3. 苹果手机的计算机怎么设置快捷键大全,教程方法;苹果电脑快捷键大全最常用的都在这里了电脑技巧-琪琪词资源网...
  4. 计算机cpu电源的diy,DIY台式电脑正确选择电源的新方法
  5. HDS USP系列存储
  6. 安装易飞ERP打开出错的两例
  7. vue项目之UI插件:Element-UI的基本使用
  8. python倒数切片_python的切片操作
  9. 计算机硬盘合并怎么弄,如何将分区的硬盘合并为一个磁盘?
  10. C++入门:让计算机“开口说话”