Spinner Widget values have unexpected rounding behavior

The spinner widget value seems to round up to the nearest integer if a value above X.5 is entered. It also seems to cycle to only the original decimal value (e.g. 5.3, 6, 6.3, 7, 7.3…).

PanelSpinner

I believe these issues were resolved in bokeh 2.2

@philippjfr, yes I confirmed that behavior is better with Bokeh 2.2. Thanks!