https://github.com/tdunning/t-digest

sort by:
Revision Author Date Message Commit Date
974f3cc Bump guava from 30.1.1-jre to 32.0.0-jre in /core Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> 01 December 2023, 15:38:43 UTC
173ff14 Bump guava from 30.1.1-jre to 32.0.0-jre in /quality Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> 01 December 2023, 15:38:06 UTC
e1f4e3a Added link to Redis Stack implementation. 14 October 2023, 21:59:56 UTC
72acae1 Create CITATION.cff to assist people in citing the repo 22 March 2023, 05:35:05 UTC
aba7279 Fix a few minor typos 16 February 2023, 19:54:14 UTC
8f51c90 Fix CI badge 15 February 2023, 22:26:12 UTC
918882f Remove Travis-CI, add GH Actions 15 February 2023, 22:26:12 UTC
721f82c Add libcudf and spark-rapids to Implementations Add links to libcudf and spark-rapids implementations of t-digest 1. libcudf provides a generic CUDA kernel 2. spark-rapids uses 1 to accelerate Spark SQL expressions approx_percentile and percentile_approx https://spark.apache.org/docs/latest/api/sql/#approx_percentile 26 August 2022, 02:49:30 UTC
1af8a08 Update Travis-ci badge A more user friendly way to display Travis-ci 25 May 2022, 15:23:25 UTC
0c9ede8 Add link to Rust implementation 03 April 2022, 17:47:32 UTC
5db4771 Merge pull request #188 from gomezabajo/patch-1 11 February 2022, 22:50:40 UTC
2eabf2c check parameters not null in collapse method 11 February 2022, 17:59:46 UTC
14d6713 requested changes made 30 January 2022, 07:43:05 UTC
c670bba Adding setter method for AVLTreeDigest gen object 04 January 2022, 19:54:45 UTC
addee2b Revert "Adding AVLTreeDigest option with a specific Random obj" This reverts commit 2b8891fe19dbfba4bde26930f95356c43af89617. 04 January 2022, 19:54:45 UTC
caa728d Adding AVLTreeDigest option with a specific Random obj The random element in TDigest can cause some unpredictability in certain use cases. This commit adds a second constructor to `AVLTreeDigest`, which allows a specific random obj to be used. If this constructor is used, then the Random object will be persisted, such that the random number generation is consistent. Tests have been added to verify that this option does not change the behaviour of the standard `AVLTreeDigest` constructor 04 January 2022, 19:54:45 UTC
5e09b2a Add SGrondin/tdigest to Other Languages 04 January 2022, 19:51:11 UTC
ecccbe7 Add an Automatic-Module-Name to play nice with Java modules. 31 December 2021, 01:04:50 UTC
15a2de9 Unify expression on Github repos of Go impl 09 September 2021, 05:03:25 UTC
4f752c2 Fix typo readme 23 August 2021, 15:20:36 UTC
3a2f49d Update README.md [Add link scala implementation] 14 August 2021, 01:14:54 UTC
6739d40 Added more figures for describing errors 21 June 2021, 07:36:48 UTC
8f0ffa5 Added PNG version of error vs compression figure 18 June 2021, 21:58:24 UTC
3cbe912 Added max error study figure 18 June 2021, 21:51:28 UTC
59fe45c Interpolation figure for analysis of an apparent error 18 June 2021, 07:35:11 UTC
6c69f12 Removed package list from build command 15 June 2021, 17:21:23 UTC
2907c0a Added javadoc plugin version to core to allow compilation with Java 11+ Added compiler version to benchmark Moved default build to core only 15 June 2021, 16:55:31 UTC
11e5632 Update current version in pom example 15 June 2021, 16:42:58 UTC
8630c2b Fix maven configuration * Make root the parent module * introduce a core-only profile, used typically for releases * fix scm configuration 08 June 2021, 22:39:27 UTC
fbb8c0f Fix benchmark/pom.xml for 3.4 development. Closes #170 02 June 2021, 18:44:35 UTC
7edc93d Let travis build and test only the core 01 June 2021, 01:13:02 UTC
b3ec530 Update parent pom versions to allow travis testing to succeed. Update parent pom versions to allow travis testing to succeed. 31 May 2021, 23:59:50 UTC
63906ca [maven-release-plugin] prepare for next development iteration 31 May 2021, 23:05:15 UTC
8d5c152 [maven-release-plugin] prepare release t-digest-3.3 31 May 2021, 23:05:10 UTC
cbcdbeb Slight tweaks to pom's to improve release process 31 May 2021, 23:03:28 UTC
fee35a4 Update guava dependency 31 May 2021, 22:06:03 UTC
8fd607e Moved connection information to parent, updated URLs 31 May 2021, 22:02:31 UTC
76b1fb6 Added test from issue #167 31 May 2021, 17:47:33 UTC
17da3d2 Include RedisBloom/t-digest-c as part of implementations in Other Languages This PR makes reference to [t-digest-c](https://github.com/RedisBloom/t-digest-c) as part of [RedisBloom](https://redisbloom.io/). 23 April 2021, 23:08:08 UTC
675aa81 Add simple accuracy test. 08 April 2021, 04:27:49 UTC
e0fd952 Move to newer version of guava in quality build due to security advisory. The warning had no impact, but it is worth keeping up. 03 April 2021, 22:44:45 UTC
10406e7 Move to 2.0.0 release of Apache DataSketches 29 March 2021, 03:57:41 UTC
b308e98 Delete failed InterpolatingDigest experiment 29 March 2021, 00:38:41 UTC
895fe29 More decrease on gratuitous printout 28 March 2021, 23:18:26 UTC
c7d1b71 Fixed small bug in KLL comparison Decreased verbosity 28 March 2021, 23:17:18 UTC
4ce7faa Update AVLTreeDigest to handle some repeated centroids better. Added some doc strings Moved testFill to MergingDigestTest because it isn't general yet Backed off TDigestTest.testMidPointRule stringency to allow AVLTreeDigest to pass Decreased verbosity of some tests 28 March 2021, 23:15:59 UTC
8cb943c Update quality tests with comparison to relative and absolute error versions of KLL Add InterpolatingDigest as experimental version (definitely not ready for use) Allow different kinds of cdf (left, mid and right) 27 March 2021, 02:22:21 UTC
99b79ad Javadoc and formatting 10 February 2021, 05:48:34 UTC
5ccfa9b Small README changes. 10 February 2021, 05:46:46 UTC
c55e6ba fix a typo 09 February 2021, 19:17:48 UTC
2d68412 Limit output spew for testQuantile 02 February 2021, 01:27:05 UTC
2365df4 added link to tdigest_kotlin_multiplatform 01 February 2021, 20:12:15 UTC
46f67c5 Added SIMPA paper source Updated README 31 January 2021, 06:07:40 UTC
f4dfb43 Added link to Apache Arrow implementation in C++. Related to #151 29 January 2021, 04:38:40 UTC
eca1125 Forced stable sorting. Closes #153, #114, #113, #102 Made the sort for MergingDigest stable. This avoids a host of issues with repeated values that can violate the digest invariants. Also added some sanity tests into the digest merge which required some tests to be made more sophisticated so they don't create test digests that violate the invariants. This also required a number of tests that depended on invalid digests to be adjusted. This still carries along the old sorting code and the new sort is insufficiently tested. 26 January 2021, 01:05:13 UTC
132fb0b Added test to reflect issue #143 18 January 2021, 23:30:28 UTC
07edffc Added limits so that inverse scale function is always non-decreasing 18 January 2021, 17:42:57 UTC
cd9d767 Small housekeeping cleanups 18 January 2021, 05:58:02 UTC
b45480c Housekeeping issues Cleaned up handling of threads in quality/AccuracyTest Updated maven source plugin version 18 January 2021, 05:56:36 UTC
3a65397 Remove limitation on K_3 scale function for MergingDigest 18 January 2021, 04:07:01 UTC
fb31520 Fixed normalization of K_3. Closes #151 17 January 2021, 23:46:45 UTC
f4493f1 Add link to C# implementation 31 December 2020, 22:07:00 UTC
cba43e7 Merge pull request #147 from tdunning/dependabot/maven/quality/junit-junit-4.13.1 Bump junit from 4.12 to 4.13.1 in /quality 12 October 2020, 23:57:31 UTC
080078c Bump junit from 4.12 to 4.13.1 in /quality Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> 12 October 2020, 23:19:30 UTC
0bb04ab Fixed initialization. Closes #145 27 September 2020, 22:07:36 UTC
20fcedc Avoid K_3 scale function with conservative weight limiting in MergingDigest 05 September 2020, 23:36:17 UTC
8687bb5 Fixed bug in quantile for AVLTreeDigest 05 September 2020, 18:03:44 UTC
019f41a Simplified casting 05 September 2020, 17:57:57 UTC
2ecf7ab Security update for guava These are only used for test and probably don't matter. Nice to keep up, however. 05 September 2020, 17:49:03 UTC
648bd34 Added link to Clojure implementation 05 September 2020, 16:06:51 UTC
9d5ca49 Merge pull request #138 from erikdw/erikdw-README-fixes minor README fixes: links & casing 19 February 2020, 01:00:12 UTC
2ab8943 minor README fixes: links & casing Notably, the githb.com -> github.com fix was already made in 2 other PRs, but it wasn't ever merged. 19 February 2020, 00:45:14 UTC
c1bb166 Merge pull request #135 from The-Alchemist/patch-1 updated pom.xml snippet to match current version 16 August 2019, 18:41:54 UTC
6ef9319 updated pom.xml snippet to match current version 14 August 2019, 20:53:00 UTC
f705f34 Merge pull request #134 from spolcyn/patch-1 Fix typos in paper's TeX file 30 July 2019, 19:18:47 UTC
f17c1fb Fix typos 30 July 2019, 17:47:22 UTC
ae499bf Updated jdk 30 July 2019, 15:09:43 UTC
af4db4a Merge branch 'master' of github.com:tdunning/t-digest 30 July 2019, 15:04:52 UTC
0face59 Adjusted bigJump expectations 30 July 2019, 15:04:01 UTC
3e9bdb6 Fix typo in README, merge pull request #133 from spolcyn/patch-1 29 July 2019, 21:16:39 UTC
8c38e73 Fix typo in README 29 July 2019, 18:04:53 UTC
af76ebc Updated Notice to recognize Adrien's contribution more accurately 22 May 2019, 06:36:23 UTC
0820b01 Limit benchmarking to K_2 25 March 2019, 01:59:31 UTC
48c8d56 Added more pathological distribution unit tests. 25 March 2019, 01:59:19 UTC
a91de8a More files to ignore 25 March 2019, 01:58:27 UTC
e735b59 Cleaning up figure scripts 25 March 2019, 01:58:21 UTC
42b9aa8 Natbib style file 25 March 2019, 01:56:36 UTC
9b4e27a Ignore Mac specific files 25 March 2019, 01:56:14 UTC
527018f Figure updates 25 March 2019, 01:56:00 UTC
b28a737 Figure updates 25 March 2019, 01:55:38 UTC
92eb72c Tweaks to figure creation scripts. 25 March 2019, 01:55:30 UTC
6bf1927 More figure updates 25 March 2019, 01:54:44 UTC
b56cca7 Tweaks for arxiv submission 25 March 2019, 01:53:40 UTC
771b3a8 References for proofs 25 March 2019, 01:52:18 UTC
48cd74a Figure updates 25 March 2019, 01:52:08 UTC
7ef1cb7 Updated figures 25 March 2019, 01:51:51 UTC
81cc5f9 VLDB formatted version of paper. 25 March 2019, 01:49:47 UTC
391607f Tune sort parameters for speed. 27 February 2019, 17:57:21 UTC
de9deb3 [README.md] add reference to ajwerner/tdigestc 27 February 2019, 17:54:31 UTC
e96f1ab Update to modern meaning of compression factor 20 February 2019, 18:16:06 UTC
back to top