I suggest we do this in the next major release. Since Monitor now contains heterogenous types (int, bool, str) it feels quite messy to have it a dict. When converting it to a class we could also make the attributes read-only, simply by having it inherit from a NamedTuple. I think this would be quite neat. But it's just a suggestion.
I suggest we do this in the next major release. Since Monitor now contains heterogenous types (int, bool, str) it feels quite messy to have it a dict. When converting it to a class we could also make the attributes read-only, simply by having it inherit from a NamedTuple. I think this would be quite neat. But it's just a suggestion.