Releases: Cubix1729/logicalpy
Releases · Cubix1729/logicalpy
v1.2.1
Changes:
- Added a
__init__.py
file in thetests
folder to simplify running the tests - Added a
CONTRIBUTING.md
file with contribution guidelines - Started using
coverage
to measure the code's test coverage:- Added a
.coveragerc
configuration file forcoverage
- Added a test coverage badge (
docs/coverage-badge.svg
), made usingcoverage-badge
- Added a
- Added
dev
optional dependencies for development inpyproject.toml
- Reformatted function definitions of less than 88 characters to take only one line
v1.2.0
v1.1.0
Changes:
- Added the possibility to render truth tables with the
TruthTable
class (in thesemantics
sub-module). This functionality uses thetabulate
library, which is now a new dependency. - Renamed
as_latex()
method ofFormula
objects toto_latex()
- Updated and fixed typos in the docs