Skip to content

Commit eea0ad7

Browse files
author
Christopher Doris
committed
remove erroneous pydel!
1 parent e4ea3a1 commit eea0ad7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/src/releasenotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## 0.9.7
4+
* If CondaPkg is using the Null backend, PythonCall will now use `python` from the PATH.
5+
* Bug fixes.
6+
37
## 0.9.6 (2022-09-09)
48
* When using JuliaCall from an interactive Python session, Julia is put into interactive
59
mode: `isinteractive()` is true, InteractiveUtils is loaded, and a nicer display is used.

src/pywrap/PyPandasDataFrame.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function _columns(df, columnnames, columntypes)
9595
end
9696
end
9797
end
98-
pydel!(pycolumn)
9998
push!(columns, column)
10099
push!(coltypes, eltype(column))
101100
end

0 commit comments

Comments
 (0)