-
Notifications
You must be signed in to change notification settings - Fork 2
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
6 changed files
with
6 additions
and
6 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,5 @@ | ||
[bumpversion] | ||
current_version = 0.2.4 | ||
current_version = 0.2.5 | ||
commit = True | ||
tag = True | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = '0.2.4' | ||
__version__ = '0.2.5' | ||
|
||
from ._arcos4py import ARCOS | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = '0.2.4' | ||
__version__ = '0.2.5' | ||
|
||
from ._plotting import NoodlePlot, dataPlots, plotOriginalDetrended, statsPlots | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = '0.2.4' | ||
__version__ = '0.2.5' | ||
|
||
from ._binarize_detrend import binData | ||
from ._cleandata import clipMeas, interpolation, remove_image_background | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = """Benjamin Graedel""" | ||
__email__ = "[email protected]" | ||
__version__ = '0.2.4' | ||
__version__ = '0.2.5' | ||
|
||
from arcos4py.validation._bootstrapping import bootstrap_arcos, calculate_arcos_stats, calculate_pvalue | ||
from arcos4py.validation._resampling import resample_data | ||
|
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 @@ | ||
[tool] | ||
[tool.poetry] | ||
name = "arcos4py" | ||
version = "0.2.4" | ||
version = "0.2.5" | ||
homepage = "https://github.com/bgraedel/arcos4py" | ||
description = "A python package to detect collective spatio-temporal phenomena." | ||
authors = ["Benjamin Graedel <[email protected]>"] | ||
|