Skip to content

Releases: CosmoStat/mccd

v1.2.4

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 17 Feb 19:08

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 08 Mar 14:42
  • Updated ModOpt requirement to >=1.5.1 to be compatible with ModOpt's new release.

1.2.2

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 02 Mar 15:56
  • Bumping version of pysap>=0.0.5. Now supporting v0.0.6.

1.2.1

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 25 Jan 16:56

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 19 Jul 12:17

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 17 Jul 13:40

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 16 Jun 11:39

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 23 Apr 14:37
  • Fixed some minor issued with new version of the ModOpt package.
  • Changed requirements.
  • Minor modifications.

0.0.3

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 19 Oct 09:01

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

Choose a tag to compare

@tobias-liaudat tobias-liaudat released this 16 Oct 15:33

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.