Skip to content

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeganz authored and Philippe Ganz committed Aug 2, 2019
1 parent 6c4d7ea commit 1f978b8
Show file tree
Hide file tree
Showing 26 changed files with 77 additions and 77 deletions.
6 changes: 3 additions & 3 deletions include/WS/astroQUT.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/WS/astroQUT.hpp
/// \brief AstroQUT solver header
/// \author Jairo Diaz <[email protected]> MATLAB version 2016-2017
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/const.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/const.hpp
/// \brief Constant values used throughout the whole project
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/fista/poisson.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/fista/poisson.hpp
/// \brief FISTA (Fast Iterative Shrinkage Tresholding Algorithm) solver for Poisson distributed noise.
/// \author Hatef Monajemi <[email protected]> 2012-2014
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/test.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/test.hpp
/// \brief Test suites to validate the project code
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/test/WS.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/test/WS.hpp
/// \brief Test suite to test the WS method.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/test/fista.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/test/fista.hpp
/// \brief Test suite to validate the FISTA class.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/test/matrix.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/test/matrix.hpp
/// \brief Test suite to validate the Matrix class.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/test/operator.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/test/operator.hpp
/// \brief Test suite to validate the Operator class.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop.hpp
/// \brief LinearOp class header
/// \details Provide generic linear operator base class.
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/matrix.hpp
/// \brief Matrix class header
/// \details Provide matrix container with multiple matrix operations used in the whole project.
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/operator.hpp
/// \brief Operator class header
/// \details Provide operator container with operator-vector operations
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/abeltransform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/operator/abeltransform.hpp
/// \brief Abel transform class header
/// \details Provide the Abel transform operator
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/astrooperator.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/utils/linearop/operator/astrooperator.hpp
/// \brief Combination of all operators to create the main operator
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
4 changes: 2 additions & 2 deletions include/utils/linearop/operator/blurring.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/// \file include/utils/linearop/operator/blurring.hpp
/// \brief Blurring operator class header
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 0.6.0
/// \date March 2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/convolution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/operator/convolution.hpp
/// \brief Convolution class header
/// \details Provide a convolution operator
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/fourier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/operator/fourier.hpp
/// \brief Fourier class header
/// \details Provide a Fourier transform operator
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/matmult.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/utils/linearop/operator/matmult.hpp
/// \brief Matrix Multiplication class header
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/matmult/spline.hpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file include/utils/linearop/operator/matmult/spline.hpp
/// \brief Spline operator class header
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions include/utils/linearop/operator/wavelet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file include/utils/linearop/operator/wavelet.hpp
/// \brief Wavelet transform class header
/// \details Provide the Wavelet transform operator
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/WS/astroQUT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file src/WS/astroQUT.cpp
/// \brief AstroQUT solver implementation.
/// \author Jairo Diaz <[email protected]> 2016-2017
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
/// \file src/main.cpp
/// \brief Launcher for the ASTROQUT solver.
/// \details Handle the user input, calls the preparation tools and the solver.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/test.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file src/test.cpp
/// \brief Implementation of the test suites.
/// \author Philippe Ganz <[email protected]> 2017-2018
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/test/WS.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file src/test/WS.cpp
/// \brief Test suite to test the WS method.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/test/fista.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file src/test/fista.cpp
/// \brief Implementation of the FISTA class test suite.
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/test/matrix.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file src/test/matrix.cpp
/// \brief Test suite specializations to validate the Matrix class with particular types
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down
6 changes: 3 additions & 3 deletions src/test/operator.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
///
/// \file src/test/operator.cpp
/// \brief Test suite to validate the operator classes
/// \author Philippe Ganz <[email protected]>
/// \version 0.6.0
/// \date March 2019
/// \author Philippe Ganz <[email protected]> 2017-2019
/// \version 1.0.0
/// \date July 2019
/// \copyright GPL-3.0
///

Expand Down

0 comments on commit 1f978b8

Please sign in to comment.