Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add insenc and lexmin options to permtools (#116) * Typing for permuta/perm.py (#118) * typing, refactoring and naming perm.py * minor updates * add mypy to test suite * rem typechecking, prune comments, refactor perm.py * mypy fix permutils * mypy fix enum-strat * mypy fix _perm_set * mypy sympy * permset mypy fix * interfaces mypy fix * flake8 fix in interfaces * potential 36 fix * 3.6 issues solved * resolve issues * fix issues 2.0 Co-authored-by: Émile Nadeau <[email protected]> * Refactor (#120) * add sympy as dependency * more perm.py refactor + some tests * tests + refactor + reimplementing block method * more permpy tests and refactor, almost done * sympy top * . * removed Rotatable, Shiftable, Flippable abc * meshpatt refactor * remove comment * fix newl in docstr * doctest fixes * more fixes * fix isort issue * forgot -> type of inf iterator * fix issues * tmp solutions to sympy removal * Bivincular (#122) * rem cov badge * dihedral group * union find tests * misc cleared * tests updated * pre-move push * restructure * testing for bivpatt * added missing types * doctest fix * more_doctest_fixes * fix flake issues * Refactor permutils * permutils finite+sym refactor * poly refactor * poly deque for performance * utils refactoring done * issues and p_utils to putils * [requires.io] dependency update (#121) Co-authored-by: requires.io <[email protected]> * SVG for patterns + HTML rendering (#125) * perm2svg * mesh svg * svg open in tab * openhtml cleanup * removal of file * Bisc perm properties refactor + tests (#127) * include bisc jsons in pypi package * .show in patts * bisc perm prop refactoring * forgot pylint in travis * missing comma in pylintrc * remove win from deployment * enumeration_strategies typing + removing permuta/descriptors (#129) * typing for enum_strat * removed readme.d + docs * forgot a few types in bisc-perm-prop * basis to permsets * basis * mp gen moved to mp * remove unused classvar * bivpatt random made uniform * doc fix * forgot len in rand * flake issue * and more fixes... * [requires.io] dependency update (#128) Co-authored-by: requires.io <[email protected]> * permsets simplified (#130) * cache clear function in perm * minor cleanup in enumstrat * remove .vscode * .vscode to gitignore * basis refactor * perm_set simplified * comments + enum test * readme + comments + tests * cache fix + cache test * cache tests * fix assertion in Av * reduce memory of cache * reduce loop of auto cache clearing * issue fixing * identical types fix * cli typing (#132) * cli typing * typos + avoid iteration in cnt * poly to cli * , -> _ * version 2.0.0 * PEP 561 compatible Co-authored-by: Jón Steinn Elíasson <[email protected]> Co-authored-by: Émile Nadeau <[email protected]> Co-authored-by: requires.io <[email protected]>
- Loading branch information