-----------------------
- Added new functions to download catalogues to
`~sdss_catl_utils.models.catl_models.DownloadManager`. It allows for
the download of catalogues of specific characteristics.
- Added new function `~sdss_catl_utils.models.catl_models.CatlUtils`
that acts as a tool for handling the synthetic catalogues.
- Added functions `~sdss_catl_utils.mocks_manager.catl_utils.catl_keys` and
`~sdss_catl_utils.mocks_manager.catl_utils.catl_keys_prop` to facilitate
the handling of the catalogues.
- Added unit-testing for `~sdss_catl_utils.mocks_manager.catl_utils` module.
- Added more functions for `~sdss_catl_utils.mocks_manager.catl_utils` module
(`~sdss_catl_utils.mocks_manager.catl_utils.catl_prefix_main`,
`~sdss_catl_utils.mocks_manager.catl_utils.check_input_params`)
- Added classes for the
Conformity (`~sdss_catl_utils.models.catl_models.SDSSConformity`),
ML (`~sdss_catl_utils.models.catl_models.SDSSMLAnalysis`), and
Catl (`~sdss_catl_utils.models.catl_models.SDSSCatlAnalysis`) analyses.