Skip to content

Commit 08d8b8c

Browse files
author
Christopher Doris
committed
release notes
1 parent cc2fa7a commit 08d8b8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/releasenotes.md

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

33
## Unreleased
4+
* **Breaking.** Improved Tables-interface support for `PyPandasDataFrame`: better inferred
5+
column types; better handling of non-string column names; columns are usually wrappers
6+
(`PyArray` or `PyList`). Constructor arguments have changed. Dict methods have been
7+
removed (basically only the Tables interface is supported).
48
* Adds `pyhasitem` and 3-arg `pygetitem`.
59
* Extends `Base.get`, `Base.get!`, `Base.haskey` and 2-arg `Base.hash` for `Py`.
610
* `PyArray` can now have any element type when the underlying array is of Python objects.

0 commit comments

Comments
 (0)