Skip to content

Releases: CosmoStat/Sparse2D

fix deprecated binary function

05 Apr 12:21
3f9d548
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0

15 Mar 15:53
2b3097c
Compare
Choose a tag to compare

Major refactoring of Sparse2D code (see #38).

  • Dedicated build option for inpainting (#41)
  • Handing of Python bindings for PySAP (#43)
  • Updated handling of Pybind11 (#46)
  • Improvements to MSVST (#47)

Unresolved issues left for a later patch:

Version 2.1.7 Patch Release

06 Apr 12:25
9008edb
Compare
Choose a tag to compare
  • Bug fixes
  • Improved handling of FFTW
  • Better compilation with GCC
  • See #36

Version 2.1.6 Patch Release

07 Jan 16:11
4aebec9
Compare
Choose a tag to compare

New architecture and binaries

14 Sep 08:54
f9e8952
Compare
Choose a tag to compare
  • 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 and mr1d_deconv.cc to src/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

08 Jul 09:56
d4d218b
Compare
Choose a tag to compare

Added MR1D executables.

macOS PySAP Support

29 Mar 09:24
11044ce
Compare
Choose a tag to compare
Merge pull request #26 from sfarrens/openmp_bugfix2

added bug fix for openmp

Clang Support

15 Mar 15:49
af67786
Compare
Choose a tag to compare
  • Bug fixes for Clang support
  • Travis tests on macOS

Sparse3D with bug fixes

20 Jul 13:59
e848cd7
Compare
Choose a tag to compare

Minor updates to fix issues in Sparse3D.

Sparse3D

02 Mar 13:23
b3cc966
Compare
Choose a tag to compare

Sparse2D now builds the following Sparse3D binaries:

  • mr2d1d_trans
  • mr3d_filter
  • mr3d_recons
  • mr3d_stat
  • mr3d_trans

By default the option “SPARSE3D=ON”. Turning the option off will build only the standard Sparse2D binaries.