From 0cce5a0821d1bf23ed67e21269cf2f5df5154508 Mon Sep 17 00:00:00 2001 From: Tobias Liaudat Date: Sun, 18 Jul 2021 16:14:05 +0200 Subject: [PATCH] Update changelog. --- README.md | 2 ++ docs/source/changelog.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index a6df4b2..79fdd89 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,8 @@ Some notebook examples can be found ## Changelog +- Changed from travis deployment to github actions. Changed the github pages template. Now using the one from [pyralid-template](https://github.com/sfarrens/pyralid-template) from [sfarrens](https://github.com/sfarrens). + - Added new module for realisitic simulations ```dataset_generation.py```. It is capable of simulating realistic simulations from the UNIONS/CFIS survey, including realistic atmospherical simulations following a realisation of a Von Kármán model. See the above-mentioned module documentation for more information. See also the ```testing-realistic-data.ipynb``` in the notebook folder for an example. - Added outlier rejection based on a pixel residual criterion. The main parameters, ```RMSE_THRESH``` and ```CCD_STAR_THRESH``` can be found in the MCCD config file. See then parameter documentation for more information. diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ac54d66..59b6789 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,10 @@ Changelog ========= +- Changed from travis deployment to github actions. + Changed the github pages template. Now using the one from + |link-to-pyralid-template| from |link-to-sfarrens|. + - Added new module for realisitic simulations ```dataset_generation.py```. It is capable of simulating realistic simulations from the UNIONS/CFIS survey, including realistic atmospherical simulations following a realisation of a Von Kármán model. @@ -38,3 +42,11 @@ Changelog Set default denoising to zero as wavelet denoising (using starlets) introduce an important bias in the ellipticity estimates of the model. + +.. |link-to-pyralid-template| raw:: html + + pyralid-template + +.. |link-to-sfarrens| raw:: html + + sfarrens