1. d3b3cd0 Minor fixes and improvements. by Differential Privacy Team · 3 years, 7 months ago
  2. a2e4f4c New features, documentation updates and performance improvements by Differential Privacy Team · 3 years, 7 months ago
  3. 2b320f8 Golang/Java fix: Confidence interval functions cannot be called after serialization (#57) by Karim Ahmed · 3 years, 7 months ago
  4. 351fa38 Stop double-spending epsilon when creating ApproxBounds automatically. by Differential Privacy Team · 3 years, 7 months ago
  5. 47decac Golang: Minor fixes and improvements (#56) by Karim Ahmed · 3 years, 7 months ago
  6. 055465a Java: Confidence Interval for BoundedMean (#54) by Karim Ahmed · 3 years, 7 months ago
  7. 2ccce87 Implement adjacent delta calculation in C++ partition selection and test Java quantiles by Differential Privacy Team · 3 years, 7 months ago
  8. 37d23e1 Golang: Confidence interval for BoundedMean aggregation. (#52) by laviniamnedelea · 3 years, 7 months ago
  9. efb22ea Java: Fix function call noise.computeConfidenceInterval in BoundedSum (#53) by Karim Ahmed · 3 years, 7 months ago
  10. 7b6a5af Fixes and improvements to the C++, Java DP libraries. by Differential Privacy Team · 3 years, 7 months ago
  11. 514d8c5 Java: Confidence interval for BoundedSum aggregation. (#46) by laviniamnedelea · 3 years, 8 months ago
  12. bc8eeac Java: Confidence interval for Count aggregation (#45) by laviniamnedelea · 3 years, 8 months ago
  13. ab5a718 Minor fixes and doc updates. by Differential Privacy Team · 3 years, 8 months ago
  14. 4b93eed Return sensitivity parameters check which was accidentally deleted (#50) by Karim Ahmed · 3 years, 8 months ago
  15. 02a6fde Java: Gaussian confidence interval implementation (#44) by laviniamnedelea · 3 years, 8 months ago
  16. 624d189 Refactoring and small fixes in the C++, Java libraries and Privacy on Beam. by Differential Privacy Team · 3 years, 8 months ago
  17. b57e8fe Create evaluation folder and add tests of algorithms with insufficient noise (#38) by rossy312 · 3 years, 8 months ago
  18. 33c18ad Java: Noise confidence interval for Laplace noise (#41) by Karim Ahmed · 3 years, 8 months ago
  19. 6113fa1 Golang: Confidence interval for BoundedSum aggregation (#43) by Karim Ahmed · 3 years, 8 months ago
  20. 613c69e Golang: Confidence interval for Count aggregation (#42) by Karim Ahmed · 3 years, 8 months ago
  21. 37dc302 Windows support continued (#47) by benjamin de charmoy · 3 years, 8 months ago
  22. 47f2954 Smaller fixes by Differential Privacy Team · 3 years, 8 months ago
  23. 2d4b529 Golang: Noise confidence interval for Gaussian noise (#37) by laviniamnedelea · 3 years, 8 months ago
  24. 76999f2 Windows support (#34) by benjamin de charmoy · 3 years, 8 months ago
  25. 0a6c80b Golang: Noise confidence interval for Laplace noise (#36) by Karim Ahmed · 3 years, 8 months ago
  26. ab1b003 Clean-ups in the C++ library and Privacy-on-Beam by Differential Privacy Team · 3 years, 8 months ago
  27. 1324cfe C++ thresholding primitive (#35) by Veronica Tang · 3 years, 9 months ago
  28. 3bab2be Client-Specified Partitions for Privacy on Beam (#31) by r-jy · 3 years, 9 months ago
  29. a993d2a Stability improvements and refactoring for C++ by Differential Privacy Team · 3 years, 9 months ago
  30. 1b1dc66 Documentation updates, small new features and other improvements for C++ library. by Differential Privacy Team · 3 years, 9 months ago
  31. 7c7b464 Java: Add confidence interval interface (#33) by Karim Ahmed · 3 years, 9 months ago
  32. c572184 Add confidence interval interface to go. (#30) by laviniamnedelea · 3 years, 9 months ago
  33. 0b0a5c2 Updated Contribution Guide and Smaller Fixes by Differential Privacy Team · 3 years, 9 months ago
  34. 9923ad4 Add statistical tests for the BoundedMean aggregation in Java. by Differential Privacy Team · 3 years, 9 months ago
  35. 943d383 Update go.mod reference to beam. by Brian M · 3 years, 10 months ago
  36. 5735d7c Secure gaussian implementation in C++, other improvements. by Differential Privacy Team · 3 years, 10 months ago
  37. 006ab1f Minor improvements in Go, Java, Privacy on Beam and Accounting. by Differential Privacy Team · 3 years, 10 months ago
  38. 6f408b4 C++: Return NumericalMechanism from Mechanism Builders by Differential Privacy Team · 3 years, 10 months ago
  39. 06ac5ca Added NoiseConfidenceInterval for Gaussian mechanisms by Differential Privacy Team · 3 years, 10 months ago
  40. ffcf66b Noise Confidence Interval for Gaussian Noise (#22) by rui-jie yew · 3 years, 10 months ago
  41. b351a7f C++ secure Laplace noise, Privacy on Beam codelab update by Differential Privacy Team · 3 years, 10 months ago
  42. 83c771e Go overflow and NaN checks, fixed links in documentation by Differential Privacy Team · 3 years, 10 months ago
  43. 123626f Adding Go, Privacy on Beam, and DP Accounting by Differential Privacy Team · 3 years, 10 months ago
  44. 20f80aa Add basic version of Gaussian Mechanisms for C++ and bounded mean for Java by Differential Privacy Team · 3 years, 11 months ago
  45. b7f4c39 Optionals for bounded algorithms for C++ and documentation update for Java by Differential Privacy Team · 4 years ago
  46. d8efff7 Move C++ library to cc/ folder by Differential Privacy Team · 4 years ago
  47. e819e03 Align C++ example run instructions with the new repository structure by Differential Privacy Team · 4 years ago
  48. 5cee660 Add Java library usage examples by Differential Privacy Team · 4 years ago
  49. 98de39f Fix typo: functinality. by Differential Privacy Team · 4 years ago
  50. 6eaba70 Import Java library. by Differential Privacy Team · 4 years ago
  51. 80d4ac3 - Binary search now automatically calculates its offset for extreme quantiles based on the size of the dataset. This removes a difficult-to-configure parameter, and should perform much better than the previous default of 50 for small datasets. by Differential Privacy Team · 4 years, 2 months ago
  52. ce87a36 Datapoints parameter removed for order statistics algorithms. by Celia Zhang · 4 years, 2 months ago
  53. 14f26fb - Binary search now automatically calculates its offset for extreme quantiles based on the size of the dataset. This removes a difficult-to-configure parameter, and should perform much better than the previous default of 50 for small datasets. by Differential Privacy Team · 4 years, 2 months ago
  54. 5c0a745 Datapoints parameter removed for order statistics algorithms. by Celia Zhang · 4 years, 2 months ago
  55. ce70307 - Postgres extension functions return NULL for empty inputs by Celia Zhang · 4 years, 6 months ago
  56. 7c89b65 Changes: by Differential Privacy Team · 4 years, 8 months ago
  57. 98b9317 Fix typo on the landing page, and incorrect citation. by Differential Privacy Team · 4 years, 8 months ago
  58. 0065f9c Add clarifications on how to handle multiple contributions per user. by Differential Privacy Team · 4 years, 8 months ago
  59. 67f1bc5 Project import by Differential Privacy Team · 4 years, 8 months ago