-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
export new functionality from nested_intervals
- Loading branch information
1 parent
f99ebd2
commit ea8a808
Showing
5 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[package] | ||
name = "mbf_nested_intervals" | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
authors = ["Florian Finkernagel <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
import pandas as pd | ||
import itertools | ||
|
||
__version__ = "0.3.0" | ||
__version__ = "0.3.1" | ||
|
||
|
||
def _df_to_tup(df): | ||
|
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,7 +1,7 @@ | ||
[metadata] | ||
name = mbf_nested_intervals | ||
description = wrapper around https://crates.io/crates/nested_intervals | ||
version = 0.3.0 | ||
version = 0.3.1 | ||
author = Florian Finkernagel | ||
author-email = [email protected] | ||
license = mit | ||
|
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