-
Notifications
You must be signed in to change notification settings - Fork 587
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2511 from Sangarshanan/negative-indices-slices
- Loading branch information
Showing
6 changed files
with
31 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,6 +277,7 @@ their individual contributions. | |
* `Ryan Turner <https://github.com/rdturnermtl>`_ ([email protected]) | ||
* `Sam Bishop (TechDragon) <https://github.com/techdragon>`_ ([email protected]) | ||
* `Sam Hames <https://www.github.com/SamHames>`_ | ||
* `Sangarshanan <https://www.github.com/sangarshanan>`_ ([email protected]) | ||
* `Sanyam Khurana <https://github.com/CuriousLearner>`_ | ||
* `Saul Shanabrook <https://www.github.com/saulshanabrook>`_ ([email protected]) | ||
* `Stuart Cook <https://www.github.com/Zalathar>`_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
RELEASE_TYPE: minor | ||
|
||
The :func:`~hypothesis.strategies.slices` strategy can now generate slices for empty sequences, | ||
slices with negative start and stop indices (from the end of the sequence), | ||
and ``step=None`` in place of ``step=1``. | ||
|
||
Thanks to Sangarshanan for implementing this feature at the EuroPython sprints! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters