Releases: JuliaComputing/TableView.jl
Releases · JuliaComputing/TableView.jl
v0.6.2
TableView v0.6.2
Diff since v0.6.1
Closed issues:
- Enable custom string representation of missing and nothing values (#57)
Merged pull requests:
- #57 enable custom string representation of missing and nothing values (#58) (@baumgold)
v0.6.1
TableView v0.6.1
Diff since v0.6.0
Closed issues:
- Latest version of TableView conflicts w/ MLJ (#42)
- Breaks on Julia 1.5 beta (#47)
- No table contents (#48)
Merged pull requests:
- Bump Observables compat (consider adding CompatHelper?) (#51) (@ianshmean)
v0.5.0
TableView v0.5.0
Diff since v0.4.1
Closed issues:
- error after update of Tables.jl to v1.0.0 (#38)
Merged pull requests:
v0.4.1
v0.4.1 (2019-09-05)
Diff since v0.4.0
Closed issues:
- Last line gets dropped from output for long tables (#29)
- Allow full text search in text columns (#25)
v0.3.0
v0.3.0 (2019-06-04)
Diff since v0.2.0
Closed issues:
- nothing can't be printed (#19)
- WebIO error with Jupyter Lab (#18)
- Recent change in Tables.istable (#16)
- TableView errors in Atom with "type Scope has no field instanceof" (#9)
Merged pull requests:
v0.2.0: Merge pull request #13 from JuliaComputing/sp/fixversion
Changes
- better default for table height (#11)
- hide filter/sort buttons for async tables (#12)
- use fixed ag-grid version (#13)
v0.1.0: Merge pull request #7 from piever/pv/size
Allow custom height and width in pixels, viewport or parent units