Releases: eliascarv/TruthTables.jl
Releases · eliascarv/TruthTables.jl
v0.5.2
v0.5.1
TruthTables v0.5.1
Merged pull requests:
- Adjust nomenclature (#30) (@eliascarv)
- Faster implementation of
_varnames
function (#31) (@eliascarv) - Add type assertion to
_kwarg
function return (#32) (@eliascarv) - Update introduction & Reference the term "logical expression" in the documentation (#33) (@eliascarv)
v0.5.0
TruthTables v0.5.0
Merged pull requests:
- Add
gencolumns
function (#24) (@eliascarv) - Refactor:
@truthtable
macro (#25) (@eliascarv) - Refator: operators (#26) (@eliascarv)
- Move
OPRS
to operators.jl (#27) (@eliascarv) - Add
getvector
function (#28) (@eliascarv) - Documenting
macroutils.jl
functions (#29) (@eliascarv)
v0.4.2
TruthTables v0.4.2
Merged pull requests:
- CompatHelper: bump compat for PrettyTables to 2, (keep existing compat) (#23) (@github-actions[bot])
v0.4.1
v0.4.0
TruthTables v0.4.0
Closed issues:
Merged pull requests:
- Update column generation (#16) (@eliascarv)
- Update helper functions (#17) (@eliascarv)
- Resolve issue #18 (#19) (@AugustoCL)
- Add
preprocess!
function (#20) (@eliascarv) - Update file structure (#21) (@eliascarv)
v0.3.0
What's Changed
- add equiv in readme and docstring by @AugustoCL in #11
- Add Show Mode by @eliascarv in #12
- Remove newline at end of TruthTable show by @eliascarv in #13
New Contributors
- @AugustoCL made their first contribution in #11
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Export operators by @eliascarv in #2
- Fix getprops function by @eliascarv in #4
- More efficient version of getprops function by @eliascarv in #5
- Update getprops function by @eliascarv in #6
- New expanded mode by @eliascarv in #7
- Update
@truthtable
docstring by @eliascarv in #8
New Contributors
- @eliascarv made their first contribution in #2
Full Changelog: v0.1.0...v0.2.0