Skip to content

py2opsin v1.0.3

Compare
Choose a tag to compare
@JacksonBurns JacksonBurns released this 05 Jun 22:40
· 26 commits to main since this release
fd438fa

py2opsin Patch Release 1.0.3

This patch release of py2opsin adds better handling of parsing errors raised by OPSIN. When OPSIN is unable to parse an input, the error will be captured by py2opsin and aggregated with others, then raised as a Python warning to either be read or ignored with a catch warnings context block.

Thanks to @rytheranderson for the suggestion! (see #12)

What's Changed

Full Changelog: v1.0.2...v1.0.3