Releases: CosmoStat/Sparse2D
Releases · CosmoStat/Sparse2D
fix deprecated binary function
Version 3.0.0
Version 2.1.7 Patch Release
- Bug fixes
- Improved handling of FFTW
- Better compilation with GCC
- See #36
Version 2.1.6 Patch Release
Patched minor bugs:
New architecture and binaries
- Added BigMac dependency for AppleClang to allow OpenMP builds
- Updated FFTW and NFFT build instructions to allow CMAKE variables to be passed to configuration scripts
- Allowed standard install location for binaries, libraries and headers
- Reformated CMakeLists.txt to make it easier to read and maintain
- Added functions.cmake module for finding CFITSIO, building libs and binaries, and locating source files
- Moved Border from private to public members in
SB_Filter1D.h
to resolve compilation errors - Moved MSVST sources to src/msvst for optional build
- Moved
cb_filter.cc
,cb_mca.cc
andmr1d_deconv.cc
tosrc/unused
until compilation errors can be resolved - Implemented CXX flag suggestions proposed in #29 without duplicates
- Updated
.gitignore
with standard C++ project options - Updated
.travis.yml
mr1d support
Added MR1D executables.
macOS PySAP Support
Merge pull request #26 from sfarrens/openmp_bugfix2 added bug fix for openmp
Clang Support
- Bug fixes for Clang support
- Travis tests on macOS
Sparse3D with bug fixes
Minor updates to fix issues in Sparse3D.