Skip to content

Commit 8725c3d

Browse files
author
Oliver Lammas
committed
new searcha nd chop methods added
1 parent 6a731f2 commit 8725c3d

File tree

7 files changed

+364
-49
lines changed

7 files changed

+364
-49
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ dist/
88
build/
99
.cache/
1010

11+
# pyenv
12+
.python-version
13+
14+
# virtualenv
15+
.venv
16+
1117
# generated by coverage
1218
.coverage
1319
htmlcov/

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log
22

3+
## Version 3.1.0
4+
###fixed
5+
- import of mutable sets for python 3.8
6+
7+
###added
8+
- `chop_intervals_that_envelope_range()` method and tests
9+
- `search_for_period_that_envelopes_range()` method and tests
10+
- `search_point_inclusive` method
11+
- pyproject.toml for poetry build
12+
313
## Version 3.0.0
414
- Dropped support for Python 2.6, 3.2, and 3.3
515
- Add support for Python 3.5 and 3.6

0 commit comments

Comments
 (0)