Skip to content

Releases: ddelange/mapply

0.2.0

23 Feb 21:01
60b3b84

Choose a tag to compare

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

01 Dec 19:57
d7a8f41

Choose a tag to compare

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

17 Aug 11:02
0a8c78e

Choose a tag to compare

What's Changed

  • ✏️ Mention Pandas' numba engine in README.md by @ddelange in #92

Full Changelog: 0.1.29...0.1.30

0.1.29

12 Jul 09:41
9de3c80

Choose a tag to compare

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

16 May 19:04
61b461a

Choose a tag to compare

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

09 Oct 15:51
894ee71

Choose a tag to compare

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

04 Jul 07:41
2055ee2

Choose a tag to compare

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

04 Mar 15:32
e1fc057

Choose a tag to compare

What's Changed

Full Changelog: 0.1.24...0.1.25

0.1.24

10 Jan 19:06
d80292c

Choose a tag to compare

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

17 Dec 12:23
fc5311a

Choose a tag to compare

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