Skip to content

Deprecate old module function names

Currently, using the old names of the module functions (e.g. load_datasets() instead of Loading(); calibrate_datasets() instead of Calibration()) raises a warning that those names have been changed and will be deprecated in a future release.

For the next release, they should be deprecated.

Victòria