preheat_open.backwards_compatibility

Methods to ensure backwards-compatibility

The contents of this module will be deprecated in future versions

Functions

load_parameter_old_naming(start, end, resolution)

Checks for old parameter namings as start_date, end_date and time_resolution and forwards them to their respective new namings, i.e. start, end and resolution.

warn_deprecation_pending(message)

Warns that a method/feature will be deprecated Note to developers: make sure to use this one as it streamlines the code and makes deprecation easily traceable