Deprecate Scaling Node
This Merge Request marks the Scaling operator as deprecated. To achieve this, the following updates were made:
Clear deprecation notes were added in both Scaling.hpp and Scaling.cpp to inform developers that the operator is no longer recommended for use. Log statements have been introduced to warn users at runtime whenever the Scaling operator is instantiated.
The Scaling operator has been deprecated in favor of ONNX-compatible alternatives (meta operators located in aidge_quantization).
See MR: aidge_quantization!22 (merged)