Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: utk-team/utk

Release 2.1

23 Aug 11:38
8180df7

Choose a tag to compare

Release 2.1

  • 2025 July (Bastien DOIGNIES)
    • Added "Sobol’ Sequences with Guaranteed-Quality 2D Projections" (siggraph 2025)
    • Added "Quad-Optimized Low-Discrepancy Sequences" (siggraph 2024)
  • 2024 May (Bastien DOIGNIES):
    • Fixed spectrum multipointset calculation
    • Added gaussiankernels energy
  • 2024 March (Bastien DOIGNIES):
    • Added semidiscrete optimal transport 2D
  • 2024 Fev (Bastien DOIGNIES):
    • Binary file format support
    • Updated documentation
  • 2024 Janv (Bastien DOIGNIES):
    • Added Cascaded Sobol' sampler (siggraph 2021)
    • Sampler from Generative Matrix (arbitrary base + Owen)
    • Added Sliced Optimal Transport Sampling (siggraph 2020)
    • Fix GaussianIntegrands to generate proper SPD matrix.
  • 2023 Oct:
    • Adding a new option to Sobol' (c++) to load an alternative to [JK03] init table (David Coeurjolly, 2023-Oct).

What's Changed

New Contributors

Full Changelog: v2.0...v2.1.1

v2.0: Merge pull request #34 from utk-team/dcoeurjo-patch-2

16 Oct 09:27
0daf6e5

Choose a tag to compare

UTK Release 2.0

  • Complete code refactoring
  • the dimension as template parameter has been removed
  • Automatic external dependancy handling
  • Better CMake find_package
  • New Python Binding

UTK version 1.0

10 Jul 06:57

Choose a tag to compare

Snapshot release before the 2.0 major upgrade.