Skip to content

v0.8.1

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 01 Feb 00:33
· 667 commits to master since this release
v0.8.1
  • The back-end is now automatically inferred from the table type keyword (tf). Thanks @DhruvaSambrani. (PRs #41 and #42, Issue #40)
  • LaTeX back-end was failing when printing a table with an UTF-8 character on it. (Issue #38)
  • Tables.jl API is now the priority when printing tables. This means that if an object complies with this API, then it will be used, even if the object is also derived from a supported type like AbstractVecOrMat. (Issue #28)