Plusminus 0.8.0
-
Added tox for automated testing on multiple Python versions.
-
Added support for Python 3.12 and 3.13.
-
Added support for serializing plusminus parsers and results over cloudpickle (used in Apache Spark applications). Fixes Issue #22, reported and assisted by ccaapton, thanks!
-
Added a "use_decimal" keyword argument to the
BaseArithmeticParser
class. If passed asTrue
, the parser will evaluate float values using Python'sdecimal.Decimal
class. Addresses Issue #20, submitted by ezekielnewren, nice idea!