Skip to content

Releases: scikit-hep/vegascope

1.0.14

13 Nov 19:12
08cd5a3
Compare
Choose a tag to compare

Finish the update to new Vega versions by making them the default arguments to Canvas constructors. Also, when VegaScope is accessed by Altair through the v3 entrypoint, it queries altair.v3.VEGALITE_VERSION (and similar) to get the exact versions used by Altair.

1.0.13

18 Jun 00:32
Compare
Choose a tag to compare

Update Vega to 5.4.0, Vega-Lite to 3.3.0, Vega-Embed to 4.2.0, and use the v3 entry_point in setup.py.

1.0.12

26 Oct 19:42
bf5880e
Compare
Choose a tag to compare

To get a Zenodo DOI.

1.0.11

22 Jun 19:39
Compare
Choose a tag to compare

Transfer to Scikit-HEP.

1.0.10

15 Jun 08:50
Compare
Choose a tag to compare

A few more presentation issues on PyPI.

1.0.9

15 Jun 08:45
Compare
Choose a tag to compare

Fix image URLs on PyPI.

1.0.8

15 Jun 08:39
Compare
Choose a tag to compare

Allows user-specified versions of the Vega, Vega-Lite, and Vega-Embed JS libraries.

1.0.7

07 Jun 22:52
Compare
Choose a tag to compare

All HTTP threads (including those that the HTTP server spawns itself) are now daemon, so that closing the Python process immediately disconnects.

1.0.6

19 May 17:39
Compare
Choose a tag to compare

Added command-line interface. Also explicitly reject nan/inf/-inf, which are not legal floating point numbers in JSON.

1.0.2

15 Mar 14:16
Compare
Choose a tag to compare

LocalCanvas automatically opens a tab in your current web browser (unless you tell it not to with newtab=False).