Skip to content

Tags: tanghaibao/goatools

Tags

v1.4.12

Toggle v1.4.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix obsolete unicode functions from py2 (thanks @aipolly, #266) (#303)

* Fix obsolete unicode functions from py2 (thanks @aipolly, #266)

* don't use a class

v1.4.11

Toggle v1.4.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dev (#302)

* formatting

* use cache

* skip test_dcnt_r01

* remove separator

* Add numpy as np

v1.4.9

Toggle v1.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README (#300)

* update README

* add figure

v1.4.5

Toggle v1.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix FTP calls and remove loading_bar (#294)

* partially remove loading_bar (unused)

* remove loading_bar

* Replace FTP call with ftpretty

* Fix loading_bar in tests

v1.4.4

Toggle v1.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
implement graph orientation change (graphviz rankdir) (#289)

v1.3.11

Toggle v1.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add test_multiple_testing (#283)

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better support for obsolete terms (#276, thanks @Maxim-Karpov) (#277)

* Add --obsolete option

* Add moderness

* not working yet

* properly propagate

* minor

* remove unused

* Use skip as default

* minor

* more formatting changes

* minor formatting

* revert previous change

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Try remove xlrd version (#258)

* Try remove xlrd version

* Switch to pandas/openpyxl in place of xlrd

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate the build system to pyproject.toml (#252)

* Remove versioneer

* Add pyproject.toml

* Remove unused files

* Update __init__.py to import the correct version file

* More files to delete

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Small changes according to issue 235 and reordering of the installati…

…on section (#236)

Co-authored-by: Yotam Constantini <[email protected]>