Skip to content

Releases: CosmoStat/mccd

v1.2.4

17 Feb 19:08
Compare
Choose a tag to compare

This minor release:

  • fixes an error with the new ModOpt version.
  • solves the API doc generation from the github actions (still tricky to install the PySap python package)

1.2.3

08 Mar 14:42
Compare
Choose a tag to compare
  • Updated ModOpt requirement to >=1.5.1 to be compatible with ModOpt's new release.

1.2.2

02 Mar 15:56
Compare
Choose a tag to compare
  • Bumping version of pysap>=0.0.5. Now supporting v0.0.6.

1.2.1

25 Jan 16:56
Compare
Choose a tag to compare

Main modifications:

  • Bug fix concerning the auxiliary functions used in a pipeline context. It concerns the creation of the validation catalogue. The CCD identifier was not being correctly assigned when there are CCDs removed due to outliers.

I recommend to use this version.

Pypi package available.

1.1.1

19 Jul 12:17
Compare
Choose a tag to compare

Updating the requirements versions:

  • Going from python-pysap==0.0.4 to python-pysap==0.0.5

The pypi version was also updated.

1.1.0

17 Jul 13:40
Compare
Choose a tag to compare

New release including all of the last changes that appear in the readme changelog.

The PyPI package has been updated with this release.

Version 1.0.0

16 Jun 11:39
Compare
Choose a tag to compare

Main modifications:

  • Change of the construction and handling of polynomials.
  • Forcing RBF interpolation for the global part.
  • Harder sparsity constraint for spatial variations.
  • Dropping the normalisation proximal operator.
  • Skipping the last weight optimization so that we always finish with a features/components optimization.
  • Doing minor updates needed for compatibility with the new ModOpd version.
  • Adding as a parameter the local polynomial degree in hybrid mode.
  • Adding as a parameter the minimum polynomial degree for the global model.

Updating default config parameters:

  • Increased iterations to have a good convergence in the PSF crown.
  • Changed number of local/global features.
  • Set denoising to zero -> the denoising is giving biased results (at least int he CFIS data).

Version 0.0.4

23 Apr 14:37
Compare
Choose a tag to compare
  • Fixed some minor issued with new version of the ModOpt package.
  • Changed requirements.
  • Minor modifications.

0.0.3

19 Oct 09:01
Compare
Choose a tag to compare

Changed the way the Pypi long description was handled due to a bug on setuptools that prevented the package upload to Pypi.

Now the uploaded Pypi version matches this release.

Version 0.0.2

16 Oct 15:33
Compare
Choose a tag to compare

This release contains several new functionalities:

  • Configuration file handling via the MCCDParamsParser class.
  • Automatic runs from the configuration files via the RunMCCD class.
  • Functionalities added in auxiliary_funs
  • Solved minor bugs
  • New example notebooks added
  • New functions needed for the compatibility with Cosmostat's shape measurement pipeline.