You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traits version 6.1.0 introduced the new observe way to listen to trait changes - instead of the old on_trait_change handlers. It would be nice to document the plan to update the various ETS libraries to use the new traits observation framework.
Note that updating to the new traits observation framework means dropping support for earlier versions of traits i.e. traits < 6.1.0.
The text was updated successfully, but these errors were encountered:
Traits version 6.1.0 introduced the new
observe
way to listen to trait changes - instead of the oldon_trait_change
handlers. It would be nice to document the plan to update the various ETS libraries to use the new traits observation framework.Note that updating to the new traits observation framework means dropping support for earlier versions of traits i.e. traits < 6.1.0.
The text was updated successfully, but these errors were encountered: