-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: provide dotted (attribute) access in stores (e.g. store.df == st…
…ore['df'])
- Loading branch information
Showing
6 changed files
with
125 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _whatsnew_0102: | ||
|
||
v0.10.2 (February ??, 2013) | ||
--------------------------- | ||
|
||
This is a minor release from 0.10.1 and includes many new features and | ||
enhancements along with a large number of bug fixes. There are also a number of | ||
important API changes that long-time pandas users should pay close attention | ||
to. | ||
|
||
**Enhancements** | ||
|
||
- In ``HDFStore``, provide dotted attribute access to ``get`` from stores (e.g. store.df == store['df']) | ||
|
||
See the `full release notes | ||
<https://github.com/pydata/pandas/blob/master/RELEASE.rst>`__ or issue tracker | ||
on GitHub for a complete list. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.