Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2025

Updates the requirements on DataFrames to permit the latest version.

Release notes

Sourced from DataFrames's releases.

v1.8.1

DataFrames v1.8.1

Diff since v1.8.0

Merged pull requests:

Changelog

Sourced from DataFrames's changelog.

DataFrames.jl v1.8.0 Release Notes

Ecosystem compatibility changes

  • Make DataFrames.jl hashing consistent with Julia 1.13 and take into account column names when hashing AbstractDataFrame (#3507)
  • Require Julia 1.10 and add PrettyTables.jl v3 support (#3510)

DataFrames.jl v1.7.1 Release Notes

Julia compatibility change

  • Make DataFrames.jl support DataStructures.jl version 0.19 (#3503)

DataFrames.jl v1.7.0 Release Notes

New functionalities

  • Allow passing multiple values to add in push!, pushfirst!, append!, and prepend! (#3372)
  • rename and rename! now allow to apply a function transforming column names only to a subset of the columns specified by the cols keyword argument (#3380)
  • mapcols and mapcols! now allow to apply a function transforming columns only to a subset of the columns specified by the cols keyword argument (#3386)

Bug fixes

  • Correctly throw an error if negative number of rows is passed to first or last (#3402)
  • Always use the default thread pool for multithreaded operations, instead of using the interactive thread pool when Julia was started with -tM,N with N > 0 (#3385)
  • Correctly return Bool[] in the nonunique function applied to a data frame with a pulled column that has zero levels in the pool (#3393)
  • Correctly index eachrow and eachcol with CartesianIndex (#3413)
  • Correctly handle non-standard integers when converting them to BigInt (#3419)

Removed deprecations

... (truncated)

Commits
  • 00cd7d0 avoid defining a one arg hash since it has some invalidation issues (#3516)
  • 567013c Prepare for 1.8 release (#3512)
  • a0650b1 Adjust codebase to the fact that we require at least Julia 1.10 (#3513)
  • fe224cb PrettyTables.jl v3 (#3510)
  • 9277022 Bump actions/checkout from 4 to 5 (#3511)
  • d488c79 update hashing to Julia 1.13 and use column names in data frame hashing (#3507)
  • 3f2e837 Update Project.toml - prepare for 1.7.1 patch release (#3506)
  • 48563e3 Update categorical.md after CategoricalArrays.jl release (#3504)
  • 01076c7 CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) ...
  • eaa0075 Document DataFrame definition in code file using CSV.jl (#3501)
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [DataFrames](https://github.com/JuliaData/DataFrames.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaData/DataFrames.jl/releases)
- [Changelog](https://github.com/JuliaData/DataFrames.jl/blob/main/NEWS.md)
- [Commits](JuliaData/DataFrames.jl@v0.0.0...v1.8.1)

---
updated-dependencies:
- dependency-name: DataFrames
  dependency-version: 1.8.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Dec 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant