GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

4.0.0 - Minor functionality and QoL improvements to Python bindings #82

Closed psmskelton closed 2 years ago

psmskelton commented 2 years ago

Added simple version parsing improvement to Python setup, as previously done for C++ in d0108edb79cb7b0507c0cf3d3beed237789c0169 as part of #75. It's only a warning, but it was annoying.

Exposed dccl::Codec::set_strict() in Python bindings, including dccl::OutOfRangeException error pass-through and handling in encode().

tsaubergine commented 2 years ago

Checks out for me! Thanks for this. -Toby