Skip to content

v0.8.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 05 Jan 00:57
· 686 commits to master since this release
v0.8.0
  • The keyword standalone = false can be used with HTML back-end to print only the table.
  • An experimental version of a LaTeX back-end is now available. Notice that it still lacks tests and many bugs are expected.
  • A table can now be added to a text file using the function include_pt_to_file. You can define marks that will be used to place the table in the file. It works with all back-ends.
  • The support for Tables.jl API were fixed for cases in which Tables.columns did not return a matrix. Thanks @pdeffebach for the PR! (Issue #24) (PR #25)
  • End of support of Julia 1.2. The supported versions are 1.0 and 1.3.