Releases: astro-informatics/sopt
Releases · astro-informatics/sopt
Add ONNX Support and Benchmarks
What's Changed
- Update version of the sopt library by @tkoskela in #434
- use namespace with ORT lib by @20DM in #435
- Sync version number by @20DM in #436
- Add CRR model to Forward Backward Algorithm by @mmcleod89 in #421
- Update version number for new release by @mmcleod89 in #437
- Fix building of benchmarks by @tkoskela in #433
- Update README.md by @tkoskela in #431
- Primal Dual debugging by @mmcleod89 in #438
- Fix normalisation of initial guess by @mmcleod89 in #439
- Propagate external ONNXrt config by @20DM in #440
- ORT options consistency by @20DM in #441
- Set number of threads used by ONNX runtime by @tkoskela in #442
- Mm/onnx parameter tweaks by @mmcleod89 in #443
- Add gradient helper for stochastic algorithm by @20DM in #444
- Add Fedora image by @20DM in #432
Full Changelog: v4.2.0...v5.0.0
Update build system and tests
Fixing the build system and logging
Add missing <ctime> includes
Make sure Conan passes on command-line options to CMake
Disable MPI support by default
Add custom logger
Remove spdlog dependency
Initial Tensorflow Model Release
- Add tensor flow model (via cppflow library) as an alternative to proximal approach to minimisation in the forward-backward algorithm.
- Add Conan based build system to manage dependencies and updates to CI
- Bug fixes
- Refactoring and linting to modernise some code
Fixing the version number
Minor release to include the version numbers
MPI and MAP Estimation Release
- Added Forward Backward Algorithm (FISTA)
- Added MPI wrappers and functionality
- Added Joint MAP estimation
- Added MPI to wavelet operator (i.e SARA)
- Added MPI to ADMM and Dual Forward Backward convergence criteria
- Added MPI to Forward Backward convergence criteria
- Added MPI to proximal operators
- Added credible region estimation
- 1d SARA wavelet transform now works
First release
v0.1 missing case for Accelerate.h