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 #3814 and others
  • Loading branch information
wesm committed Jun 10, 2013
1 parent 9713e45 commit 716f277
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 <songofacandy@gmail.com>

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 716f277

Please sign in to comment.