LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
78 stars 16 forks source link

Add warnings indicating future deprecation in version 1.5.11 #59

Closed WeisLeDocto closed 10 months ago

WeisLeDocto commented 10 months ago

With the upcoming change of major version to 2.0.0, a number of public classes in the project will be renamed. In order for users to easily identify which objects in their scripts will be affected by the changes, the version 1.5.11 to come should include warnings indicating for each affected object how it will be renamed.

The warnings will be integrated directly into the classes, no specific files or other objects will be created. Some arguments of the classes also change between version 1.5 and 2.0, but adding a warning for each changed argument would definitely not be worth the effort.