GitHub / RaSan147/python-tabulate / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 76b98b81 | Bump to 1.10.2 | Ratul Hasan <3****7@u****m> | about 1 year ago | |
| f3efba8b | Fix NoneType not callable | Ratul Hasan <3****7@u****m> | about 1 year ago | |
| a25c4023 | Fix test cases and speed boost | Ratul Hasan <3****7@u****m> | about 1 year ago | |
| 0d42678d | update benchmark code | Ratul Hasan <3****7@u****m> | about 1 year ago | |
| 9e3e1bcc | updated to 1.10.1 with merge and fixes | Ratul Hasan <3****7@u****m> | over 1 year ago | |
| 711bbf2e | Fix CLI test suite | Ratul Hasan <3****7@u****m> | over 1 year ago | |
| fdec2923 | min support 3.9 | Ratul Hasan <3****7@u****m> | over 1 year ago | |
| 138c572d | Fix not defined | Ratul Hasan <3****7@u****m> | over 1 year ago | |
| 84634ce9 | merge Merge branch 'master' into pr/14 | Ratul Hasan <3****7@u****m> | over 1 year ago | |
| 6d4f525b | FIXED TypeError: NoneType takes no arguments |
Ratul Hasan <3****7@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 3ef62495 | Remove setuptools dependency |
George Schizas <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 5efa7e25 | Remove setuptools dependency |
George Schizas <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 5efffde6 | Remove setuptools dependency |
George Schizas <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 787851ff | Use missingval instead of empty string for None values | George Schizas <g****s@g****m> | almost 2 years ago | |
| 06e363da | merge Merge branch 'astanin:master' into master |
George Schizas <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 628ff43e | merge Merge remote-tracking branch 'upstream/master' | Ratul Hasan <3****7@u****m> | almost 2 years ago | |
| 6333ecd6 | make the name tabulate2 for sidebyside install | Ratul Hasan <3****7@u****m> | almost 2 years ago | |
| 537d7b03 | merge Merge pull request #351 from pjkundert/fix/readme-doctest |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 232ed74a | Begin trying to simplify _isnumber | Perry Kundert <p****y@d****m> | almost 2 years ago | |
| c37de756 | Correct README.md examples and outputs using doctest | Perry Kundert <p****y@d****m> | almost 2 years ago | |
| 1de09824 | remove appveyor.yml and appveyor badge | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 3c431783 | add macos build to github actions job matrix | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| a81f6b0a | update the list of contributors | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| cf45298f | apply black to fix linting errors | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| ae3d485c | add windows build to github actions job matrix | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 588f4121 | fix backslash escaping in appveyor.yml | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| f0437c12 | merge Merge pull request #243 from pjkundert/feature-empties |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 048a22c5 | merge Merge pull request #279 from pjkundert/feature-separating |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b39a162e | Add back in check for SEPARATING_LINE | Perry Kundert <p****y@d****m> | almost 2 years ago | |
| 1cf0f876 | merge Merge branch 'master' into feature-separating |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| cecb08e9 | merge Merge pull request #293 from DimitriPapadopoulos/codespell |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| bbc5ff10 | merge Merge pull request #308 from devdanzin/master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 46b35b44 | ignore benchmark folder in all tox environments | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 9ef6b8bf | ignore benchmark/benchmark.py in all CI tests | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 174a1632 | update HOWTOPUBLISH (remember to push tags) | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 3cee6568 | update the list of contributors in README.md | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| c3fd3880 | update benchmark table in the README.md for 0.10.0 | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| dbfd4219 | update HOWTOPUBLISH instructions | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| da896a81 | move benchmark files to benchmark/ directory | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 22683f92 | remove asciitable from benchmark.py (not installable on Python 3.11), add ben... | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 68292bd4 | update CHANGELOG for 0.10.0 version | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 813edee6 | update README and doctest descriptions of colon_grid introduced in pr #341 | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 7adda926 | merge Merge pull request #348 from hugovk/add-3.13 |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 746850dc | Update pyproject.toml | Ratul Hasan <3****7@u****m> | almost 2 years ago | |
| 29e0b1f9 | Fix lint | Hugo van Kemenade <1****k@u****m> | almost 2 years ago | |
| 571bc370 | Bump GitHub Actions | Hugo van Kemenade <1****k@u****m> | almost 2 years ago | |
| de466cb4 | Add support for Python 3.13 | Hugo van Kemenade <1****k@u****m> | almost 2 years ago | |
| f99343a6 | merge Merge pull request #300 from pzarfos/fix-#214-maxcolwidths-doesn't-accept-tuple |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 3a8c9416 | merge Merge pull request #343 from DimitriPapadopoulos/PERF |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| c2028c2e | merge Merge pull request #344 from astanin/dev-ci-github-actions |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| e8b511d7 | rename unitest workflow | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| ca385d2e | A round of black to pass CI tests | Dimitri Papadopoulos <3****s@u****m> | almost 2 years ago | |
| 09550a7b | Apply ruff/Perflint rule PERF402 | Dimitri Papadopoulos <3****s@u****m> | almost 2 years ago | |
| 541afc64 | merge Merge pull request #342 from astanin/pr-79 |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0d5d30e8 | update README according to the new preserve_whitespace usage | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 54ac1075 | add preserve_whitespace to test_tabulate_signature | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 049d7d97 | apply black to the PR branch and fix lint errors | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| fb43cf90 | merge Merge remote-tracking branch 'origin/master' into pr-79 | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| ee0472ef | merge Merge pull request #331 from cdar/bugfix/322-328/separating-lines |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 520ed0e5 | merge Merge pull request #306 from oddbookworm/master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 0944a22b | merge Merge branch 'master' into master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 7d8e8b35 | merge Merge pull request #333 from frsche/master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| f660f66f | merge Merge pull request #233 from ilya112358/add_msg_when_not_iterable |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 3b66d2d0 | merge Merge pull request #341 from dn813/master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 2855363c | Fix doctests for colon_grid | Dan Nicholson <d****n@r****m> | almost 2 years ago | |
| f9749451 | merge Merge branch 'astanin:master' into master |
George Schizas <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 23e4fcd2 | merge Merge branch 'dev-ci-github-actions' | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 97b67f37 | add GitHub Action workflow lint which runs pre_commit actions | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 10f7b758 | rename GitHub Action workflow | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 4e97640c | fix E721 warning in tabulate/__init__.py | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 968f2585 | apply black | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 8cd28a3a | rewrite GitHub Action using pytest | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 4bd335c5 | fix typo in github-actions-tox.yml | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| ec79fe03 | configure GitHub Action using tox-gh instead of tox-gh-actions | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| bdb639e6 | rewrite GitHub Action using explicit reference to tox environment with -extra... | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| db5cdd0c | install pytest, numpy and pandas in Github Actions workflow | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 18d7b50e | Expand tests for colon_grid | Dan Nicholson <d****n@r****m> | almost 2 years ago | |
| 5a7ab7fb | enable extra tests in GitHub Actions | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| b76f58f2 | merge Merge pull request #238 from DimitriPapadopoulos/future |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| be7596ee | merge Merge branch 'master' into future |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 2f3a7378 | merge Merge pull request #234 from ilya112358/update_readme_headers_dicts |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 12a805bf | merge Merge pull request #319 from airvzxf/bugfix/318/intfmt-string-values |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 8946da05 | merge Merge pull request #265 from arpitjain099/master |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 97d825be | merge Merge pull request #340 from astanin/dev-ci-github-actions |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 34310479 | skip all x86 builds on appveyor because they lack dependencies | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 4440c1ed | add GitHub Actions workflow based on tox-gh-actions, create a map of tox envi... | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 4a17bc77 | Document changes required for colon_grid format | Dan Nicholson <d****n@r****m> | almost 2 years ago | |
| 277e6495 | Correct alignment of text in docstring examples | Dan Nicholson <d****n@r****m> | almost 2 years ago | |
| 6dff9801 | remove Circle-CI integration | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| b35a3626 | add .circleci github key fingerprint | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| fc3f4e8e | appveyor.yml - comment x86 Python 3.9 configuration because it is missing pre... | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| dffb4679 | Update circleci config to use Python 3.12 image | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 275ff0f8 | Remove Python 3.8 support from pyproject.toml | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 277a900e | Remove Python 3.8 from appveyor.yml, add x86 configurations for Python 3.10, ... | Sergey Astanin <s****n@g****m> | almost 2 years ago | |
| 6dd44cac | merge Merge pull request #304 from hugovk/add-3.12 |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| 8a269938 | merge Merge pull request #232 from jeromegit/bugfix/issue-231/SEPARATING_LINE-issue... |
Sergey Astanin <s****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 2 years ago | |
| b49b98ea | Add colon_grid table format | Dan Nicholson <d****n@r****m> | almost 2 years ago | |
| ef4a4070 | fix command line argument parser | Frederik Scheerer <3****e@u****m> | about 2 years ago | |
| 0655054b | Fix support for separating lines | cdar <c****7@g****m> | about 2 years ago | |
| c404223b | update package details | Ratul Hasan <3****7@u****m> | about 2 years ago |