Iterpy

Latest version: v1.9.0

Safety actively analyzes 638720 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.19.0

Feature

* feat: update version ([`d505159`](https://github.com/MartinBernstorff/iterpy/commit/d505159c0b0be412ef9767f95cd7cfcfb0f45e81))

Refactor

* refactor: rename to iter

Fixes 56. ([`3172904`](https://github.com/MartinBernstorff/iterpy/commit/3172904a838329a82e9ffbd99bbd926c5b9c4ded))

Unknown

* mbern_refactor_rename_to_iter (75) ([`3570a1e`](https://github.com/MartinBernstorff/iterpy/commit/3570a1ed3c622f71362d599592c371d242342b51))

* misc. ([`57d1cc3`](https://github.com/MartinBernstorff/iterpy/commit/57d1cc350e879797b4d76ba61d31e4b48edcfcdc))

* Merge remote-tracking branch &39;origin/main&39; into mbern_refactor_rename_to_iter ([`2b25ef2`](https://github.com/MartinBernstorff/iterpy/commit/2b25ef23de8da6b9f3e2a1fee33102c7664e3435))

0.18.0

Feature

* feat: autogenerate and extend overloads (74) ([`33197c3`](https://github.com/MartinBernstorff/iterpy/commit/33197c33e50a0bef0c751c0a5192ae86cf3e5a06))

* feat: support flattening all sequence types and Seq[_S] | _S

Fixes 68. ([`81dc62a`](https://github.com/MartinBernstorff/iterpy/commit/81dc62a56b27ac0787e4597452a6e13a728cc5eb))

Unknown

* tests: misc ([`fb5efda`](https://github.com/MartinBernstorff/iterpy/commit/fb5efda0c7cab0747391221276a201a63c8c166c))

* misc. ([`e9719ed`](https://github.com/MartinBernstorff/iterpy/commit/e9719edd212751253f3c9441a8f24923f93ec3f3))

* misc. ([`5ab005a`](https://github.com/MartinBernstorff/iterpy/commit/5ab005a506164ed924574efac98b9846e9d84cd7))

0.17.0

Feature

* feat: add graphite (73) ([`79fa18e`](https://github.com/MartinBernstorff/iterpy/commit/79fa18e44b3b3383e6dd3feca8e248402f128dd4))

* feat: add graphite ([`ae1f0fa`](https://github.com/MartinBernstorff/iterpy/commit/ae1f0fa0b375f095d1059bbbd303ccbf8e279451))

0.16.0

Documentation

* docs: expand prior art with fluid

Fixes 62 ([`cf0d791`](https://github.com/MartinBernstorff/iterpy/commit/cf0d791b996159f161fa423aca657d2cc92ba7d6))

Feature

* feat: implement __getitem__ (72) ([`1dd6588`](https://github.com/MartinBernstorff/iterpy/commit/1dd6588bccb05e1b7bc85a29135a899b44626f0c))

* feat: implement __getitem__

Fixes 65 ([`f27ee52`](https://github.com/MartinBernstorff/iterpy/commit/f27ee52ff21091f766403caeb6f2966e8770b35c))

Fix

* fix: .flatten should not flatten strings

Fixes 60 ([`f0982fe`](https://github.com/MartinBernstorff/iterpy/commit/f0982feb79de4fa0022d62aa9eb2c7ff5229e9e1))

* fix: groupby should yield tuples of (key, Seq[_T])

Fixes 64 ([`e2f225d`](https://github.com/MartinBernstorff/iterpy/commit/e2f225d73d101afc767edb4f0f9f24e8b502236d))

Unknown

* Merge branch &39;main&39; into 65-feat-implement-__getitem__ ([`f120b34`](https://github.com/MartinBernstorff/iterpy/commit/f120b34fd20b7d8e2502c67b7cd69344c8ac8cfa))

* misc. ([`3578648`](https://github.com/MartinBernstorff/iterpy/commit/35786487d77b0895e33e75f2468143cd67cc09be))

* misc. ([`07e843b`](https://github.com/MartinBernstorff/iterpy/commit/07e843b4e638bd66acf548aa864f52249e705ede))

* deps:(deps-dev): bump pytest from 7.4.3 to 7.4.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`a845e7f`](https://github.com/MartinBernstorff/iterpy/commit/a845e7f7bd9ebc1429bdc6333fa798d2d551a5fe))

* deps:(deps-dev): bump pyright from 1.1.342 to 1.1.344

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.342 to 1.1.344.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.342...v1.1.344)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`06794b5`](https://github.com/MartinBernstorff/iterpy/commit/06794b53bbbb02ed0a3a9d78ed91e05b522330b2))

* misc. ([`01b54cc`](https://github.com/MartinBernstorff/iterpy/commit/01b54cc171de4878495bde0b3a6adef6a51cef55))

* misc. ([`fcf3ba4`](https://github.com/MartinBernstorff/iterpy/commit/fcf3ba4166c350a8b0c8ced2da0978b59290f131))

* Update README.md ([`a78874c`](https://github.com/MartinBernstorff/iterpy/commit/a78874c4266ba8c7e25a5000a140b018050dc4e5))

* misc. ([`c05f609`](https://github.com/MartinBernstorff/iterpy/commit/c05f6094baaf564773a48ebe19a8bcd38f987880))

* deps:(deps-dev): bump pytest from 7.4.3 to 7.4.4 (70) ([`bfa28de`](https://github.com/MartinBernstorff/iterpy/commit/bfa28de18e4b9f24b6503b2c183ab091765f80ad))

* deps:(deps-dev): bump pytest from 7.4.3 to 7.4.4

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...7.4.4)

---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`4fec726`](https://github.com/MartinBernstorff/iterpy/commit/4fec726a3a9239d2058a266475374c10dc70e9f2))

* deps:(deps-dev): bump pyright from 1.1.342 to 1.1.344 (69) ([`f98a484`](https://github.com/MartinBernstorff/iterpy/commit/f98a484430384c0220628edbfd9825a015be3dd5))

* deps:(deps-dev): bump pyright from 1.1.342 to 1.1.344

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.342 to 1.1.344.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.342...v1.1.344)

---
updated-dependencies:
- dependency-name: pyright
dependency-type: direct:development
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <supportgithub.com> ([`b5471dc`](https://github.com/MartinBernstorff/iterpy/commit/b5471dc487495311a0b33e0dbab5ddbaf5944293))

0.15.2

Documentation

* docs: expand prior art with fluid

Fixes 62 ([`c823d78`](https://github.com/MartinBernstorff/iterpy/commit/c823d781be85d09396c2125f50efce64844cb0d8))

Fix

* fix: groupby should yield tuples of (key, Seq[_T])

Fixes 64 ([`b9a60ea`](https://github.com/MartinBernstorff/iterpy/commit/b9a60ea55f7a2645fb4d4ba7156b4b66a0c8c8da))

Unknown

* fix groupby should yield tuples of key Seq_T (67) ([`ad8293b`](https://github.com/MartinBernstorff/iterpy/commit/ad8293b5ef6680c8271cb1cbcb8f0af6c8124806))

* misc. ([`2b4dcd1`](https://github.com/MartinBernstorff/iterpy/commit/2b4dcd18c834fb5b38627dff7358ef49092ba161))

* Merge remote-tracking branch &39;origin/main&39; into 64-fix-groupby-should-yield-tuples-of-key-Seq_T ([`05d7d54`](https://github.com/MartinBernstorff/iterpy/commit/05d7d5458908575d3cfecde1b15634b591e2b735))

* docs expand prior art with fluid (66) ([`465814b`](https://github.com/MartinBernstorff/iterpy/commit/465814b862edcb6fa7cd1bc86cd3ed63fdb9b97e))

* misc. ([`e842586`](https://github.com/MartinBernstorff/iterpy/commit/e8425867347ee9564076808bbbf02ad564b6a6ae))

* Merge remote-tracking branch &39;origin/main&39; into 62-docs-expand-prior-art-with-fluid ([`b7abd1a`](https://github.com/MartinBernstorff/iterpy/commit/b7abd1ae778094ba69496382a1a4777188d33208))

* misc. ([`4d509e1`](https://github.com/MartinBernstorff/iterpy/commit/4d509e18770f65d048e40585ba01194c80989d37))

0.15.1

Fix

* fix: .flatten should not flatten strings

Fixes 60 ([`7723d07`](https://github.com/MartinBernstorff/iterpy/commit/7723d0779713a761a8d5e47f674dfa28f693adc6))

Unknown

* fix flatten should not flatten strings (63) ([`f10d6ca`](https://github.com/MartinBernstorff/iterpy/commit/f10d6ca65e5c798135b8f718828983b46e273793))

* Merge remote-tracking branch &39;origin/main&39; into 60-fix-flatten-should-not-flatten-strings ([`866cd47`](https://github.com/MartinBernstorff/iterpy/commit/866cd47c492d8b35759b399efe79a9c81359cc3b))

* Update README.md ([`ca1ae38`](https://github.com/MartinBernstorff/iterpy/commit/ca1ae3852099f40bfeb8b2e4d80f9e21f4047458))

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.