Releases: utk-team/utk
Releases · utk-team/utk
Release 2.1
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
- Add an option to load external Sobol init table by @dcoeurjo in #35
- Paulin202122 by @BDoignies in #37
- Update GaussianIntegrands.hpp by @BDoignies in #36
- Update documentation by @BDoignies in #41
- CPM instead of Fetch_content at cmake step to download dependencies by @dcoeurjo in #40
- CMake sot patch not applied multiple times by @BDoignies in #44
- Binary file format support by @MiniPattoune in #42
- Semidiscrete ot by @BDoignies in #45
- Update README.md by @dcoeurjo in #47
- Fixing CI bots by @dcoeurjo in #48
- Quad quad one two by @BDoignies in #49
- Added Gaussian kernels energy by @BDoignies in #46
New Contributors
- @MiniPattoune made their first contribution in #42
Full Changelog: v2.0...v2.1.1
v2.0: Merge pull request #34 from utk-team/dcoeurjo-patch-2
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
Snapshot release before the 2.0 major upgrade.