pub` with integer flags (ex : `--i16`) while sending a decimal number (`0.0`) will now pass if rounded number is close from entered number. Otherwise, it will trigger an error message and cancel the publish.
The `isclose` function that determines whether two floating numbers are close is directly drawn from python standard library