-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from mikepb/master
Update hat-trie code; add FloatTrie
- Loading branch information
Showing
15 changed files
with
4,845 additions
and
2,362 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
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" | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
||
|
Oops, something went wrong.