param
param copied to clipboard
Remove Number.set_hook
Given that we now have a proper mechanism to watch parameter value changes the set_hook on Number is no longer required. As far as I can tell it was added to add unum unit support for topographica, which we never really properly used or implemented. I'd like to add a deprecation warning asap and remove it in 2.0.
Ok by me.
There's been no deprecation warning added to set_hook and it is documented. Yet, still a good idea to remove it!
Added a deprecation warning in https://github.com/holoviz/param/issues/692