Releases: ddelange/mapply
0.2.0
What's Changed
- ⬆️ Bump actions/cache from 4 to 5 in the github-actions group by @dependabot[bot] in #101
- 📌 Pin github-release-commenter by @ddelange in #102
- ♻️ Move to Pandas v3 by @ddelange in #103
- ✨ Add support for RollingGroupby, ExpandingGroupby by @ddelange in #104
Full Changelog: 0.1.31...0.2.0
0.1.31
Important
This is the last version that supports Pandas v2
What's Changed
- 👷 Remove intermediate python versions from CI by @ddelange in #93
- ⬆️ Bump ruff by @ddelange in #94
- ⬆️ Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #95
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows by @dependabot[bot] in #96
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #97
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #98
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #99
- 👷 Test on Python 3.14 and update pre-commit hooks by @ddelange in #100
Full Changelog: 0.1.30...0.1.31
0.1.30
0.1.29
What's Changed
- ⬆️ Bump softprops/action-gh-release from 2.2.2 to 2.3.2 in the github-actions group by @dependabot[bot] in #90
- 🚸 Allow multithreading by setting POOL_CLASS to ThreadPool by @ddelange in #91
Full Changelog: 0.1.28...0.1.29
0.1.28
What's Changed
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #83
- ⬆️ Bump the github-actions group with 3 updates by @dependabot[bot] in #84
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #85
- 👷 Improve cache by @ddelange in #86
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #87
- ⬆️ Bump softprops/action-gh-release from 2.2.1 to 2.2.2 in the github-actions group by @dependabot[bot] in #88
- 👽 Switch from license classifier to license SPDX identifier by @ddelange in #89
Full Changelog: 0.1.27...0.1.28
0.1.27
What's Changed
- 📄 Fix license trove classifier by @ddelange in #78
- ⬆️ Bump softprops/action-gh-release from 2.0.6 to 2.0.8 in the github-actions group by @dependabot[bot] in #79
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the github-actions group by @dependabot[bot] in #80
- ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the github-actions group by @dependabot[bot] in #81
- 👷 Test on Python 3.13 and update pre-commit hooks by @ddelange in #82
Full Changelog: 0.1.26...0.1.27
0.1.26
What's Changed
- 📄 Fix Github license detection by @ddelange in #71
- 📝 Mention just in time behaviour by @ddelange in #72
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #73
- ⬆️ Bump softprops/action-gh-release from 2.0.4 to 2.0.5 in the github-actions group by @dependabot[bot] in #75
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #76
- 👽 Filter out GroupBy FutureWarning by @ddelange in #77
Full Changelog: 0.1.25...0.1.26
0.1.25
What's Changed
- ♻️ Refactor _groupby.py by @ddelange in #63
- ⬆️ Bump the github-actions group with 1 update by @dependabot[bot] in #64
- 👷 Bump pre-commit hooks by @ddelange in #65
- 👷 Fix pyproject.toml ruff setup by @ddelange in #66
- 👷 Add yamlfmt pre-commit hook by @ddelange in #67
- ⬆️ Bump the github-actions group with 1 update by @dependabot[bot] in #69
- 👽 Filter out pandas FutureWarning by @ddelange in #70
Full Changelog: 0.1.24...0.1.25
0.1.24
Important
From this version onwards, pandas is specified in the install requirements. Older versions will work for pandas v0.* / v1.* / v2.0.* but don't specify pandas at all. This means resolvers might pair a too old version of mapply with a too new version of pandas which will break.
In your requirements, always add a lower pin like mapply>=0.1.24.
What's Changed
- ⬆️ Bump the github-actions group with 2 updates by @dependabot[bot] in #60
- 📄 Add copyright notice to all .py files by @ddelange in #61
- 📌 Require pandas~=2.1 and drop support for python 3.8 by @ddelange in #62
Full Changelog: 0.1.23...0.1.24
0.1.23
Important
This is the last version that supports Pandas v0 and v1 and v2.0
What's Changed
- 👷 Replace black with ruff format by @ddelange in #52
- 👷 Remove interrogate by @ddelange in #53
- 👷 Add trusted publishing and other CI improvements by @ddelange in #54
- ⬆️ Bump the github-actions group with 3 updates by @dependabot[bot] in #55
- ⬆️ Bump the github-actions group with 1 update by @dependabot[bot] in #56
- 🚸 Add MAPPLY_START_METHOD environment variable by @ddelange in #59
Full Changelog: 0.1.22...0.1.23