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