Skip to content

Commit 99948c3

Browse files
author
Jordan Adler
committed
Update docs for v0.17.x release
1 parent ba3e8e2 commit 99948c3

File tree

2 files changed

+50
-17
lines changed

2 files changed

+50
-17
lines changed

docs/credits.rst

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,40 @@ The software is distributed under an MIT licence. The text is as follows
3030

3131
.. _sponsor:
3232

33-
Sponsor
34-
-------
33+
Sponsors
34+
--------
3535
Python Charmers Pty Ltd, Australia, and Python Charmers Pte Ltd, Singapore.
3636
http://pythoncharmers.com
3737

38+
Pinterest https://opensource.pinterest.com/
3839

3940
.. _authors:
4041

4142
Authors
4243
-------
4344

44-
Python-Future is written and maintained by Ed Schofield with the help of
45-
various contributors:
45+
Python-Future is written and maintained by Ed Schofield and Jordan Adler
46+
with the help of various contributors:
4647

47-
Development Lead
48-
~~~~~~~~~~~~~~~~
48+
Development Leads
49+
~~~~~~~~~~~~~~~~~
4950

5051
- Ed Schofield <ed@pythoncharmers.com>
52+
- Jordan Adler <jordan.m.adler@gmail.com>
5153

5254
Patches
5355
~~~~~~~
5456

57+
- Grant Bakker
5558
- Jacob Beck
59+
- Nate Bogdanowicz
5660
- Denis Cornehl
5761
- Nicolas Delaby
62+
- Jon Dufresne
5863
- Corey Farwell
5964
- Eric Firing
65+
- Maximilian Hils
66+
- Martijn Jacobs
6067
- Michael Joseph
6168
- Waldemar Kornewald
6269
- Alexey Kotlyarov
@@ -65,26 +72,37 @@ Patches
6572
- Joshua Landau
6673
- German Larrain
6774
- Chris Lasher
75+
- Calum Lind
76+
- Jon Parise
77+
- Matthew Parnell
78+
- Miga Purg
79+
- Éloi Rivard
6880
- Elliott Sales de Andrade
81+
- Yury Selivanov
6982
- Tim Shaffer
83+
- Louis Sautier
7084
- Daniel Szoska
85+
- Flaviu Tamas
7186
- Jeff Tratner
7287
- Tim Tröndle
7388
- Brad Walker
74-
- Mystic-Mirage (GitHub)
75-
- str4d (GitHub)
76-
- 9seconds (GitHub)
77-
- Varriount (GitHub)
89+
- cclaus (GiHub user)
90+
- lsm (GiHub user)
91+
- Mystic-Mirage (GitHub user)
92+
- str4d (GitHub user)
93+
- 9seconds (GitHub user)
94+
- Varriount (GitHub user)
7895

7996
Suggestions and Feedback
8097
~~~~~~~~~~~~~~~~~~~~~~~~
8198

8299
- Chris Adams
83100
- Martijn Faassen
101+
- Joe Gordon
84102
- Lion Krischer
85103
- Danielle Madeley
86104
- Val Markovic
87-
- wluebbe (GitHub)
105+
- wluebbe (GitHub user)
88106

89107

90108
Other Credits

docs/whatsnew.rst

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,29 @@
33
What's New
44
**********
55

6-
.. _whats-new-0.16.x:
7-
8-
What's new in version 0.16.1 (unreleased)
6+
What's new in version 0.17 (2018-10-19)
97
=========================================
108

11-
This is a minor bug-fix release:
12-
13-
- Fix `from collections import ChainMap` after install_aliases() (issue #226)
9+
This is a major bug-fix release, including:
10+
11+
- Fix ``from collections import ChainMap`` after install_aliases() (issue #226)
12+
- Fix multiple import from ``__future__`` bug in futurize (issue #113)
13+
- Add support for proper %s formatting of newbytes
14+
- Properly implement iterator protocol for newrange object
15+
- Fix ``past.translation`` on read-only file systems
16+
- Fix Tkinter import bug introduced in Python 2.7.4 (issue #262)
17+
- Correct TypeError to ValueError in a specific edge case for newrange
18+
- Support inequality tests betwen newstrs and newbytes
19+
- Add type check to __get__ in newsuper
20+
- Fix fix_divsion_safe to support better conversion of complex expressions, and
21+
skip obvious float division.
22+
23+
As well as a number of corrections to a variety of documentation, and updates to
24+
test infrastructure.
25+
26+
In this release, we also drop official support for Py2.6 and Py3.3. They should
27+
still work, but support is no longer guaranteed, and breaking changes will be
28+
introduced in subsequent versions.
1429

1530

1631
What's new in version 0.16.0 (2016-10-27)

0 commit comments

Comments
 (0)