| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-11 | 819 Bytes | |
| v1.8.0 source code.tar.gz | 2025-09-11 | 533.3 kB | |
| v1.8.0 source code.zip | 2025-09-11 | 579.0 kB | |
| Totals: 3 Items | 1.1 MB | 0 | |
DataFrames v1.8.0
Important changes in this release * DataFrames.jl now requires Julia 1.10 or later * DataFrames.jl supports PrettyTables.jl v3 * Data frame hashing is now compatible with changes in upcoming Julia 1.13 release. Additionally currently column names are taken into account when hashing a data frame.
Merged pull requests: - update hashing to Julia 1.13 and use column names in data frame hashing (#3507) (@bkamins) - PrettyTables.jl v3 (#3510) (@ronisbr) - Bump actions/checkout from 4 to 5 (#3511) (@dependabot[bot]) - Prepare for 1.8 release (#3512) (@bkamins) - Adjust codebase to the fact that we require at least Julia 1.10 (#3513) (@bkamins)
Closed issues: - Reconsider hash due to Julia 1.13 changes (#3505) - Column types should be avaliable right away. (#3509)