-
Notifications
You must be signed in to change notification settings - Fork 388
Commit c48d3ee
authored
Build: Bump pandas from 2.3.1 to 2.3.2 (#2383)
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.1 to
2.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pandas-dev/pandas/releases">pandas's
releases</a>.</em></p>
<blockquote>
<h2>Pandas 2.3.2</h2>
<p>We are pleased to announce the release of pandas 2.3.2.
This release includes some improvements and fixes to the future string
data type (preview feature for the upcoming pandas 3.0). We recommend
that all users upgrade to this version.</p>
<p>See the <a
href="https://pandas.pydata.org/pandas-docs/version/2.3/whatsnew/v2.3.2.html">full
whatsnew</a> for a list of all the changes.
Pandas 2.3.2 supports Python 3.9 and higher.</p>
<p>The release will be available on the conda-forge channel:</p>
<pre><code>conda install pandas --channel conda-forge
</code></pre>
<p>Or via PyPI:</p>
<pre><code>python3 -m pip install --upgrade pandas
</code></pre>
<p>Please report any issues with the release on the <a
href="https://github.com/pandas-dev/pandas/issues">pandas issue
tracker</a>.</p>
<p>Thanks to all the contributors who made this release possible.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pandas-dev/pandas/commit/4665c10899bc413b639194f6fb8665a5c70f7db5"><code>4665c10</code></a>
RLS: 2.3.2</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/633c68b91808441eba7d73b630a82b713ba19da8"><code>633c68b</code></a>
DOC: fix syntax in whatsnew file</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/456ad4702cb017aab36e2d09a4029b1b085198f5"><code>456ad47</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/62152">#62152</a>
on branch 2.3.x (DOC: prepare 2.3.2 whatsnew notes for rel...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/6cae6444444ed7943ceffbd5990cd8249dd5b47c"><code>6cae644</code></a>
[backport 2.3.x] DOC: move and reword whatsnew note for replace fix (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/57865">GH-57865</a>...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/a91c50a58c372cddf104fd60241c7284bbf8fc80"><code>a91c50a</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/62147">#62147</a>
on branch 2.3.x (DOC: correct and rewrite string migration...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/f7a2cfdf2ed08016167ae6c5e577c54949a849b2"><code>f7a2cfd</code></a>
[backport 2.3.x] BUG/DEPR: logical operation with bool and string (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/61995">#61995</a>)
(#...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/7981a43db4339826a3ce5020e9b1b931e604e5bd"><code>7981a43</code></a>
Backport PR <a
href="https://redirect.github.com/pandas-dev/pandas/issues/62124">#62124</a>
on branch 2.3.x (CI/BLD: don't use strict xfail for '%m.%Y...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/fafbcbd03d1721830f4df8255abdab341db2a583"><code>fafbcbd</code></a>
[backport 2.3.x] BUG(CoW): also raise for chained assignment for .at /
.iat (...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/3ac64a714886d917ca24ba637a85c4aaf563fc1b"><code>3ac64a7</code></a>
[backport 2.3.x] BUG: Fix Series.str.contains with compiled regex on
Arrow st...</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/1f2dc4fd8a2503773b6f90cb5e8cc5c3172c3c11"><code>1f2dc4f</code></a>
[backport 2.3.x] BUG: fix Series.str.fullmatch() and Series.str.match()
with ...</li>
<li>Additional commits viewable in <a
href="https://github.com/pandas-dev/pandas/compare/v2.3.1...v2.3.2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b94108a commit c48d3eeCopy full SHA for c48d3ee
File tree
Expand file treeCollapse file tree
1 file changed
+43
-43
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+43
-43
lines changedOpen diff view settings
Collapse file
+43-43Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments