Skip to content

Commit

Permalink
Merge pull request #17 from mikepb/master
Browse files Browse the repository at this point in the history
Update hat-trie code; add FloatTrie
  • Loading branch information
kmike committed Feb 8, 2016
2 parents 5671c27 + 420be1c commit 60041ea
Show file tree
Hide file tree
Showing 15 changed files with 4,845 additions and 2,362 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- "3.5"
- "3.4"
- "3.3"
- "3.2"
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ HAT-Trie structure for Python (2.x and 3.x).

This package is a Python wrapper for `hat-trie`_ C library.

.. image:: https://travis-ci.org/kmike/hat-trie.png?branch=master
.. image:: https://travis-ci.org/kmike/hat-trie.svg?branch=master
:target: https://travis-ci.org/kmike/hat-trie

.. _hat-trie: https://github.com/dcjones/hat-trie
Expand Down Expand Up @@ -132,6 +132,7 @@ Authors & Contributors
* Brandon Forehand <[email protected]>
* https://github.com/yflau
* Michael Heilman <https://github.com/mheilman/>
* Michael Phan-Ba <[email protected]> @mikepb

This module wraps `hat-trie`_ C library by Daniel Jones & contributors.

Expand Down
Loading

0 comments on commit 60041ea

Please sign in to comment.