Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@TheItsNameless TheItsNameless released this 14 Sep 14:32
· 12 commits to main since this release

Installation

The easiest and recommanded way of installing ItsUtils is by using pip:

pip install ItsUtils

This will install the newest release. If you really want to install this release, use:

pip install ItsUtils==0.2.1

Or alternatively download the .tar.gz given in this release, unpack it and run:

cd ItsUtils-0.2.1
pip install .

What's New

Added check_valid_expression to StringMath

With check_valid_expression you can check if an expression would be able to be processed by StringMath.

What's Changed

Bugfixes

-fixed TypeError: 'type' object is not subscriptable #6


Full Changelog: v0.2.0...v0.2.1