Commit 140dccf
authored
build(deps): bump pandas from 2.3.3 to 3.0.0 (#196)
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to
3.0.0.
<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 3.0.0</h2>
<p>We are pleased to announce the release of pandas 3.0.0, a major
release from the pandas 2.x series. This release includes various new
features, bug fixes, and performance improvements, as well as possible
breaking changes.</p>
<p>The pandas 3.0 release removed a functionality that was deprecated in
previous releases. It is recommended to first upgrade to pandas 2.3 and
to ensure your code is working without warnings, before upgrading to
pandas 3.0.</p>
<p>Highlights include:</p>
<ul>
<li><a
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype">Dedicated
string data type by default</a></li>
<li><a
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write">Consistent
copy/view behaviour with Copy-on-Write</a> (CoW) (a.k.a. getting rid of
the SettingWithCopyWarning)</li>
<li><a
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference">New
default resolution for datetime-like data</a></li>
<li><a
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col">Initial
support for the new <code>pd.col</code> syntax</a></li>
</ul>
<p>See the <a
href="https://pandas.pydata.org/community/blog/pandas-3.0.html">announcement
blog post</a> and the <a
href="https://pandas.pydata.org/docs/whatsnew/v3.0.0.html">detailed
release notes</a> for a list of all the changes.</p>
<p>Pandas 3.0.0 supports Python 3.11 and higher.
The release can be installed from PyPI</p>
<pre><code>python -m pip install --upgrade pandas==3.0.*
</code></pre>
<p>Or from conda-forge</p>
<pre><code>conda install -c conda-forge pandas=3.0
</code></pre>
<p>Please report any issues with the release on the <a
href="https://github.com/pandas-dev/pandas/issues/new/choose">pandas
issue tracker</a>.</p>
<p>Thanks to all the contributors who made this release possible.</p>
<h2>Pandas 3.0.0rc2</h2>
<p>No release notes provided.</p>
<h2>Pandas 3.0.0rc1</h2>
<p>No release notes provided.</p>
<h2>Pandas 3.0.0rc0</h2>
<p>We are pleased to announce a first release candidate for pandas
3.0.0. If all goes well, we'll release pandas 3.0.0 in a few weeks.</p>
<p>See the [whatsnew][0] for a list of all the changes.</p>
<p>The release is available on conda-forge and PyPI.</p>
<p>The release can be installed from PyPI</p>
<pre><code>python -m pip install --upgrade --pre pandas==3.0.0rc0
</code></pre>
<p>Or from conda-forge</p>
<pre><code>conda install -c conda-forge/label/pandas_rc pandas==3.0.0rc0
</code></pre>
<p>Please report any issues with the release candidate on the pandas
issue tracker.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pandas-dev/pandas/commit/366ccdfcd8ed1e5543bfb6d4ee0c9bc519898670"><code>366ccdf</code></a>
RLS: 3.0.0</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/139f4d0acedec0eee85c08262f878dd9f1eab63b"><code>139f4d0</code></a>
DOC: split/reorder other enhancements section in 3.0.0 whatsnew notes
(<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63762">#63762</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/fd2a4f41fa453d74de6a7e031f4fcdcafa506c1b"><code>fd2a4f4</code></a>
TST: assert reading of legacy pickles against current data (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/61792">#61792</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/cc0bcaa1d2cf7607079df18d8b91f6d76a2f37ca"><code>cc0bcaa</code></a>
DOC: update whatsnew section on datetimelike resolution (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63780">#63780</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/3ddbb49fe5e39c98981d08162b3ffe39e3e1fd21"><code>3ddbb49</code></a>
DOC: remove 2.3.4 whatsnew file from released 3.0 docs (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63779">#63779</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/ee63532112ec4be7cc84a04c50f6c948c75ee168"><code>ee63532</code></a>
CLN: Create temporary HDF5 file path and HDFStore for pytables tests (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63492">#63492</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/9512e990ffbaf35208dc5d4693c70d3ebb64baea"><code>9512e99</code></a>
CoW: better chained assignment warning message for update() method (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63500">#63500</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/1db90d50ea43129d407c0dadb5921a1ba6b1410e"><code>1db90d5</code></a>
API: rename read_iceberg selected_fields keyword to columns (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63748">#63748</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/c9b51fae32dbff354663dc25e79fbd22a7afd59f"><code>c9b51fa</code></a>
BUG: .str methods failing on PyArrow using regex with \Z (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63705">#63705</a>)</li>
<li><a
href="https://github.com/pandas-dev/pandas/commit/7cff0f4fdef81094588f4f0b23246a9f6b33a47a"><code>7cff0f4</code></a>
API: Period.to_timestamp default to microsecond unit (<a
href="https://redirect.github.com/pandas-dev/pandas/issues/63760">#63760</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0415c60 commit 140dccf
2 files changed
Lines changed: 57 additions & 55 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments