We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0650b1 commit 567013cCopy full SHA for 567013c
NEWS.md
@@ -1,3 +1,12 @@
1
+# DataFrames.jl v1.8.0 Release Notes
2
+
3
+## Ecosystem compatibility changes
4
5
+* Make DataFrames.jl hashing consistent with Julia 1.13 and take into account column names when hashing `AbstractDataFrame`
6
+ ([#3507](https://github.com/JuliaData/DataFrames.jl/issues/3507))
7
+* Require Julia 1.10 and add PrettyTables.jl v3 support
8
+ ([#3510](https://github.com/JuliaData/DataFrames.jl/issues/3510))
9
10
# DataFrames.jl v1.7.1 Release Notes
11
12
## Julia compatibility change
Project.toml
@@ -1,6 +1,6 @@
name = "DataFrames"
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
-version = "1.7.1"
+version = "1.8.0"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
0 commit comments