There was an error while loading. Please reload this page.
1 parent dcb91ca commit 946c72aCopy full SHA for 946c72a
2 files changed
NEWS.md
@@ -1,3 +1,9 @@
1
+# DataFrames.jl v1.8.2 Release Notes
2
+
3
+## Bug fixes
4
5
+* Fix a column selection bug when transforming `SubDataFrame` with `copycols=false` ([#3503](https://github.com/JuliaData/DataFrames.jl/pull/3522))
6
7
# DataFrames.jl v1.8.0 Release Notes
8
9
## Ecosystem compatibility changes
Project.toml
@@ -1,6 +1,6 @@
name = "DataFrames"
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
-version = "1.8.1"
+version = "1.8.2"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
0 commit comments