Releases: queryverse/VegaLite.jl
Releases · queryverse/VegaLite.jl
v2.0.0
VegaLite v2.0.0
Closed issues:
- Improve Juno integration (#90)
- Add direct vector passing option (#106)
- Shape mapping methods silently fail (#112)
- Shorthand does not work for plot with facets and layers (#135)
- Omitting of data type results in error with multi layer plots (#178)
- Escaping problem (#179)
- Programmatic Composability (#182)
- saving plots as interactive html? (#184)
- "node-pre-gyp: Permission denied" when building inside a docker image (#185)
- Function-based API? (#197)
- Export Vegalite Plot as HTML (including interactivity) (#198)
- Reconsider use of Setfield (#215)
- Add @vlfrag macro (#228)
- Rework how inline data is handled (#229)
- Should we support 3 positional arguments at the spec level? (#238)
- Vega Embedded Menu Appears in Jupyter Lab (#263)
- UndefVarError when referencing variables in @vlplot in v1.0.0 (#270)
- Something wrong with the new examples (#272)
- Grouped bar chart does not work (#278)
Merged pull requests:
- Use artifact system on Julia 1.3 & adopt vega-lite 4 (#201) (@davidanthoff)
- Julia Package Butler Updates (#202) (@github-actions[bot])
- Julia Package Butler Updates (#203) (@github-actions[bot])
- Update MIME type to vegalite.v4 (#208) (@davidanthoff)
- example maps reworked for VegaDatasets v2.0.0 (#214) (@oheil)
- Fix various doc problems (#216) (@davidanthoff)
- Update artifacts version (#217) (@davidanthoff)
- Use DisplayAs for a large map (#219) (@davidanthoff)
- Fix typo in tutorial.md (#220) (@rened)
- CompatHelper: bump compat for "JSONSchema" to "0.2" (#221) (@github-actions[bot])
- Remove MimeWrapper (#222) (@davidanthoff)
- Remove loading of IterableTables (#223) (@davidanthoff)
- Remove the type parameter from VLSpec (#224) (@davidanthoff)
- Move some code around (#225) (@davidanthoff)
- Fix deprecation warnings in tests (#226) (@davidanthoff)
- Functional API (#227) (@davidanthoff)
- Finish vlfrag API (#231) (@davidanthoff)
- Change how inline data is handled (#232) (@davidanthoff)
- Only have 0 and 1 positional args for vlfrag (#233) (@davidanthoff)
- Apply all shortcuts to child specs always (#234) (@davidanthoff)
- Fix an escaping bug (#236) (@davidanthoff)
- Inlinedata (#237) (@davidanthoff)
- Add positional version for x and y enc ch (#241) (@davidanthoff)
- Add more vega APIs (#243) (@davidanthoff)
- Show all examples in docs using js (#245) (@davidanthoff)
- Fix two small bugs (#246) (@davidanthoff)
- Add more vega examples (#247) (@davidanthoff)
- Rework DataValuesNode (#248) (@davidanthoff)
- Delete examples folder (#249) (@davidanthoff)
- Add save as HTML file support (#250) (@davidanthoff)
- Add Isotype Dot Plots (#251) (@oheil)
- Use OrderedDict everywhere (#252) (@davidanthoff)
- Container size (#254) (@oheil)
- CompatHelper: bump compat for "Setfield" to "0.6" (#255) (@github-actions[bot])
- Add support for Juno MIME type (#257) (@davidanthoff)
- Remove Cairo and Rsvg dependency (#258) (@davidanthoff)
- Julia Package Butler Updates (#259) (@github-actions[bot])
- redesign to reflect VegaLite examples and structure (#261) (@oheil)
- Change log level (#267) (@davidanthoff)
- Some examples added, some have changed (#268) (@oheil)
- Julia Package Butler Updates (#271) (@github-actions[bot])
- Added advanced calculations (#273) (@oheil)
- Update assets to vega-lite 4.2.0 and vega 5.9.1 (#274) (@davidanthoff)
- Image based scatter plot (#275) (@oheil)
- Julia Package Butler Updates (#276) (@github-actions[bot])
- Image-based Scatter Plot relative path to images (#277) (@oheil)
v1.0.0
v1.0.0 (2019-11-20)
Closed issues:
- Wrapped facet example not working (#192)
- Errorbars are plotted diagonally with binned variable (#180)
- API to manipulate Vega Lite properties directly? (#168)
- short code for boxplot (#148)
Merged pull requests:
- Adjust NodeJS bounds (#199) (davidanthoff)
- Document property accessors (#193) (tkf)
- Define functional setters using Setfield (#191) (tkf)
- Add property-based getter for Vega spec types (#190) (tkf)
- Disallow vectors for .params (#189) (tkf)
- refactor: start spec_utils to encourage more use of abstract spec type (#188) (mcmcgrath13)
- Update all vega dependencies (#186) (davidanthoff)
- Vega data (#181) (mcmcgrath13)
- Release 0.7.0 (#177) (davidanthoff)
- Enhancement request for JSON IO-related APIs (#162) (tkf)
v0.7.0
v0.7.0 (2019-06-21)
Closed issues:
- Transfer repo to queryverse organization? (#166)
- Saving a plot fails (#161)
- Error when adding VegaLite (#159)
- Figure out whether we can drop Cairo.jl (#158)
- Variable is not detected (#134)
- Rename package? (#108)
- save as JS? (#104)
- Move JSON Schema parser/stuff into own package (#93)
- Put Juno integration behind @require again (#46)
- Roadmap (#37)
- Code generation story (#36)
- HeadlessChromium vs Node (#25)
- No access to local files (#170)
Merged pull requests:
- Increase coverage (#174) (davidanthoff)
- Remove old code (#173) (davidanthoff)
- Remove rw (#172) (davidanthoff)
- Fix docs (#169) (davidanthoff)
- Remove build step (#165) (davidanthoff)
- WIP Update vega and vega-lite (#164) (davidanthoff)
- Enhancement request: deletedata[!] function (#163) (tkf)
- vega-lite 3.0.0 (#156) (davidanthoff)
- Use node-canvas (#171) (davidanthoff)
- Fix a macro escape bug (#167) (davidanthoff)
v0.6.0
Update NEWS
v0.5.3: Merge pull request #144 from fredo-dedup/fix-tooltip-array-bug
Handle tooltip encodings with an array properly
v0.5.2
Update NEWS
v0.5.1
Fix doc build
v0.5.0
Update NEWS
v0.4.0: Merge pull request #121 from fredo-dedup/julia-0.7
v0.3.4
Update NEWS