Releases: lisitsyn/tapkee
Releases · lisitsyn/tapkee
v1.3.4
v1.3.3
Full Changelog: v1.3.2...v1.3.3
v1.3.2
Full Changelog: v1.3.1...v1.3.2
v1.3rc
What's Changed
- OpenMP: Remove incomplete shared variable specifications by @ypnos in #52
- Update some things by @lisitsyn in #55
- Update modules by @lisitsyn in #56
- Fix visual examples by @lisitsyn in #57
- Update my email by @lisitsyn in #58
- Make error codes meaningful by @lisitsyn in #59
- Update how things work with GTest by @lisitsyn in #60
- Use snprintf instead of sprintf by @lisitsyn in #61
- Add assignment operator for Parameter by @lisitsyn in #62
- Add the assignment operator for TapkeeOutput by @lisitsyn in #63
- Apply clang format to src by @lisitsyn in #64
- Apply formatting to test/ and examples/ by @lisitsyn in #65
- Format auxilliary libraries by @lisitsyn in #66
- Format the library by @lisitsyn in #67
- Update Azure pipelines by @lisitsyn in #69
- Add dependencies step for the CMake workflow by @lisitsyn in #70
- Update conda version in Windows pipeline by @lisitsyn in #72
- Make CMake action multiplatform by @lisitsyn in #71
- Switch to C++20 by @lisitsyn in #68
- Replace formatting with fmt by @lisitsyn in #73
- Proper CMake scopes for libraries by @lisitsyn in #74
- Split github workflows by @lisitsyn in #75
- Use https in submodules by @lisitsyn in #77
- Use cmake module for Eigen3 by @lisitsyn in #78
- Add matrix for build types by @lisitsyn in #76
- Refactor covertree by @lisitsyn in #79
- Refactor methods to use parameters directly by @lisitsyn in #80
- Use #pragma once by @lisitsyn in #81
- Related to #53 the neighborhood graph is not connected by @iglesias in #83
- Avoid raw pointers in projecting implementation by @lisitsyn in #85
- Use cxxopts for command line arguments by @lisitsyn in #86
- Clang and warnings fixes by @iglesias in #88
- Fix Windows action by @iglesias in #90
- Develop by @iglesias in #91
- Move methods implementations into separate files by @lisitsyn in #93
- Convert DimensionReductionMethod to a class instead of enum by @lisitsyn in #94
- Rename PCA to PrincipalComponentAnalysis by @lisitsyn in #96
- Use simpler naming for logging singleton by @lisitsyn in #97
- Avoid using explicit this-> referencing of template base class by @lisitsyn in #98
- Extract landmarks code by @lisitsyn in #100
- Improve command line tools by @lisitsyn in #101
- Split validation and embedding of methods by @lisitsyn in #102
- Replace includes and pi in unit test. by @iglesias in #105
- Parametrize strings of all command line keywords by @lisitsyn in #104
- Impro by @iglesias in #106
- Fix missing refactoring in example. by @iglesias in #107
- Nanobind by @iglesias in #99
- Add Eigen 5 support, require Eigen 3.4+ by @lisitsyn in #111
- Add nanobind example with high-level embed() API by @lisitsyn in #112
- ci: bump conda-incubator/setup-miniconda from 2.2.0 to 3.3.0 by @dependabot[bot] in #113
- ci: bump github/codeql-action from 2 to 4 by @dependabot[bot] in #114
- ci: bump actions/setup-python from 5 to 6 by @dependabot[bot] in #115
- ci: bump actions/checkout from 3 to 6 by @dependabot[bot] in #116
- refactor: replace SFINAE with C++20 concepts in callbacks_traits by @lisitsyn in #117
- Introduce pip package for python interface by @lisitsyn in #118
New Contributors
- @dependabot[bot] made their first contribution in #113
Full Changelog: 1.2...v1.3rc
1.2 (binaries)
Add an option for slash-based parameters for windows CLI