Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11c5f3157f | |||
| b85f42288f |
@ -35,7 +35,7 @@ threshold_amount_characters = 5
|
|||||||
threshold_similarity = 0.92
|
threshold_similarity = 0.92
|
||||||
|
|
||||||
[graph_postprocessing]
|
[graph_postprocessing]
|
||||||
enable_edge_rescaling = true
|
enable_edge_rescaling = false
|
||||||
max_edge_number = -1
|
max_edge_number = -1
|
||||||
|
|
||||||
[time_analysis.uniqueness]
|
[time_analysis.uniqueness]
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "lang-main"
|
name = "lang-main"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
description = "Several tools to analyse TOM's data with strong focus on language processing"
|
description = "Several tools to analyse TOM's data with strong focus on language processing"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
{name = "d-opt GmbH, resp. Florian Förster", email = "f.foerster@d-opt.com"},
|
||||||
@ -132,7 +132,7 @@ directory = "reports/coverage"
|
|||||||
|
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.1.2"
|
current_version = "0.1.3"
|
||||||
parse = """(?x)
|
parse = """(?x)
|
||||||
(?P<major>0|[1-9]\\d*)\\.
|
(?P<major>0|[1-9]\\d*)\\.
|
||||||
(?P<minor>0|[1-9]\\d*)\\.
|
(?P<minor>0|[1-9]\\d*)\\.
|
||||||
|
|||||||
@ -35,7 +35,7 @@ threshold_amount_characters = 5
|
|||||||
threshold_similarity = 0.92
|
threshold_similarity = 0.92
|
||||||
|
|
||||||
[graph_postprocessing]
|
[graph_postprocessing]
|
||||||
enable_edge_rescaling = true
|
enable_edge_rescaling = false
|
||||||
max_edge_number = -1
|
max_edge_number = -1
|
||||||
|
|
||||||
[time_analysis.uniqueness]
|
[time_analysis.uniqueness]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user