All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2025-03-10
ClickhouseServerAPIcan registerpandastables with datetime columns, and allows integers to be signed #61.ClickhouseServerAPIwill now registerdictorlistviapandas#61.- Easier dependency resolution for python 3.13 #67.
0.4.0 - 2024-12-23
- Renamed
ClickhouseAPIandClickhouseDataFrametoClickhouseServerAPIandClickhouseServerDataFramerespectively, andsplinkclickhouse.clickhousetosplinkclickhouse.clickhouse_server#54.
0.3.4 - 2024-12-16
- Added Clickhouse appropriate versions of comparison level
PairwiseStringDistanceFunctionLeveland comparisonPairwiseStringDistanceFunctionAtThresholdsto the relevant libraries #51. ClickhouseAPIcan now properly registerpandastables with string array columns #51.
- Table registration in
chdbnow works for pandas tables whose indexes do not have a0entry #49.
0.3.3 - 2024-12-05
- Term frequency adjustments are now not limited in Clickhouse server (or
chdbwhendebug_modeis switched on) #46.
- Dropped support for Splink <=
4.0.5#46.
0.3.2 - 2024-10-23
- SQL UDF
days_since_epochto parse a date representing a string to the number of days since1970-01-01#39. - Custom Clickhouse
ColumnExpressionwith additional transformparse_date_to_intto parse string to days since epoch #39. - Custom date comparison and comparison levels working with integer type representing days since epoch #39.
0.3.1 - 2024-10-14
ClickhouseAPInow has a function.set_union_default_mode()to allow manually setting client state necessary for clustering, if session has timed out e.g. when running interactively #36.- Added support for Splink 4.0.4 #37.
estimate_probability_two_random_records_matchnow works correctly whendebug_modeis switched on #34.
0.3.0 - 2024-09-26
chdbis now an optional dependency, requiring opt-in installation for use ofChDBAPI#28.
0.2.5 - 2024-09-23
- Added support for Splink >= 4.0.2, dropped support for 4.0.0, 4.0.1 #26.
0.2.4 - 2024-09-19
- Extended
ClickhouseAPIpandas table registration to support float columns #24. - Added Clickhouse-specific library comparisons/levels -
cll_ch.DistanceInKMLevel,cl_ch.DistanceInKMAtThresholds, andcl_ch.ExactMatchAtSubstringSizes#24.
0.2.3 - 2024-09-16
0.2.2 - 2024-09-12
ClickhouseAPInow allows for registering tables directly from pandasDataFrames, if they contain only integer and string columns #18.
- Create an alias for
rand,randomso thatLinker.visualisations.comparison_viewer_dashboardruns without error #14. - Workaround for Clickhouse
count(*) filter ...parsing issue so thatlinker.clustering.compute_graph_metrics(...)now runs #18.
0.2.1 - 2024-09-12
- Updated
numpydependency requirements to allow compatible versions for all supported python versions #9.
0.2.0 - 2024-09-11
ClickhouseAPIand dataframe added to support running calculations in a Clickhouse instance #4.
0.1.1 - 2024-09-10
- Fix
random_sample_sqlso that u-training works when we don't sample the entire dataset #1.
try_parse_dateandtry_parse_timestampnow useDateTime64to extend the range to more useful values, and no longer support custom format strings #2.
0.1.0 - 2024-09-09
- Basic working version of package with api for
chdb