-
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.
Merge pull request #38 from investigativedata/develop
v0.3.0
- Loading branch information
Showing
15 changed files
with
3,816 additions
and
179,077 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 +1 @@ | ||
0.2.1 | ||
0.3.0 |
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,6 +1,6 @@ | ||
import os | ||
|
||
VERSION = "0.2.1" | ||
VERSION = "0.3.0" | ||
|
||
|
||
def get_env(name, default=None): | ||
|
Large diffs are not rendered by default.
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 @@ | ||
[tool.poetry] | ||
name = "ftm-columnstore" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "Column store implementation for ftm data based on clickhouse" | ||
authors = ["Simon Wörpel <[email protected]>"] | ||
license = "GPL3" | ||
|
@@ -26,16 +26,15 @@ ftmcs = "ftm_columnstore.cli:cli" | |
[tool.poetry.dependencies] | ||
python = ">=3.11,<3.12" | ||
banal = "^1.0.6" | ||
typer = "^0.9.0" | ||
clickhouse-driver = {extras = ["numpy"], version = "^0.2.6"} | ||
orjson = "^3.9.10" | ||
pyicu = "^2.12" | ||
typer = "^0.12.3" | ||
clickhouse-driver = {extras = ["numpy"], version = "^0.2.7"} | ||
pyicu = "^2.13.1" | ||
libindic-soundex = "^1.0.2" | ||
libindic-utils = "^1.0.3" | ||
metaphone = "^0.6" | ||
pandas = "^2.1.3" | ||
rich = "^13.6.0" | ||
ftmq = "^0.5.0" | ||
pandas = "^2.2.2" | ||
rich = "^13.7.1" | ||
ftmq = "^0.6.4" | ||
|
||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
@@ -45,7 +44,7 @@ black = "^23.11.0" | |
isort = "^5.12.0" | ||
flake8 = "^6.1.0" | ||
mypy = "^1.7.0" | ||
pytest = "^7.4.3" | ||
pytest = "^8.2.0" | ||
pytest-cov = "^4.1.0" | ||
pytest-env = ">=1.1.1" | ||
pre-commit = "^3.5.0" | ||
|
@@ -58,5 +57,6 @@ build-backend = "poetry.core.masonry.api" | |
[tool.pytest.ini_options] | ||
env = [ | ||
"NOMENKLATURA_STATEMENT_TABLE=test_table", | ||
"LOG_LEVEL=DEBUG" | ||
"LOG_LEVEL=DEBUG", | ||
"MAX_SQL_AGG_GROUPS=11" | ||
] |
Large diffs are not rendered by default.
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
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Oops, something went wrong.