-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
20,876 additions
and
1,660 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/usr/bin/env python | ||
# -*- coding: utf-8 -*- | ||
__version__ = "0.2.4" | ||
__version__ = "0.3.0" | ||
|
||
from .core import jenks_breaks | ||
from .core import _jenks_matrices | ||
from .core import JenksNaturalBreaks | ||
|
||
|
||
__all__ = ['jenks_breaks', 'JenksNaturalBreaks'] | ||
__all__ = ['jenks_breaks', '_jenks_matrices', 'JenksNaturalBreaks'] |
Oops, something went wrong.