Skip to content

Commit

Permalink
ENH: ship msgpack as pandas submodule to enable customization for pan…
Browse files Browse the repository at this point in the history
…das use cases, per pandas-dev#3814 and others
  • Loading branch information
wesm authored and jreback committed Jun 10, 2013
1 parent 5bf1d9c commit 18fd3e9
Show file tree
Hide file tree
Showing 21 changed files with 3,264 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSES/MSGPACK_LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (C) 2008-2011 INADA Naoki <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
1 change: 1 addition & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pandas 0.11.1
- A ``filter`` method on grouped Series or DataFrames returns a subset of
the original (GH3680_, GH919_)
- Access to historical Google Finance data in pandas.io.data (GH3814_)
- Add pandas.msgpack submodule

**Improvements to existing features**

Expand Down
Loading

0 comments on commit 18fd3e9

Please sign in to comment.