Skip to content

Deprecation api

This MR ceate a deprecation API for BLISS (copy paste of silx), and use it with ct.

  • It uses a dedicated logger bliss.deprecation
    • which is listed by lslog
DEMO_SESSION [2]: ct(save=True)                                                                                                        
WARNING 2020-06-10 18:09:56,309 bliss.deprecation: Function ct is deprecated since BLISS version 1.5.0. Reason: `ct` does no longer all
ow to save data. Use 'sct' instead.                                                                                                    

If ct is used from a script, the called is displayed.

Merge request reports