You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.