Skip to content

table-reader v0.2

Compare
Choose a tag to compare
@timvink timvink released this 09 May 06:48
· 153 commits to master since this release

Changed

  • Dropped support for python 3.5. Dependency pandas 1.0 does not support it.

Fixed

  • Readers read_fwf , read_excel and read_table were not fully implemented yet, and now work correctly.

Improved

  • Dropped use of eval() in favor of ast.literal_eval() for security reasons. See #1
  • Paths now always relative to location of mkdocs.yml file instead of project root. This is useful when your project is not in the root of your repo and you use mkdocs serve -f <path_to_mkdocs.yml>.
  • Expanded unit tests to 100% coverage