Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Releases: wrobstory/vincent

Version 0.4.4

27 Jan 05:42
Compare
Choose a tag to compare

This version release is to get parity with the version that's actually been released to PyPI.

Vincent 0.4

16 Dec 15:26
Compare
Choose a tag to compare
  • Pie/donut charts thanks to @lxyu
  • A number of bug fixes, PEP8, and documentation improvements from contributors.

Vincent 0.3

07 Oct 22:36
Compare
Choose a tag to compare

This is a major release, with some pretty important new changes:

  • Python 3.2 and 3.3 compatibility thanks to a HUGE effort by lxyu
  • Better unicode handling thanks to wuub
  • Async loading of Vega thanks to minrk
  • Maps are back! See the docs for simple maps and data bound maps
  • Various bug-fixes by other contributors

Vincent 0.2.1

09 Aug 02:18
Compare
Choose a tag to compare

A couple bug fixes:

  • D3 ref is now the official CDN'd version, rather than the old Trifacta hosted one.
  • You can now use vis.padding = 'auto', rather than giving it explicit padding parameters
  • There is now an example IPython notebook

Vincent 0.2

30 Jul 02:50
Compare
Choose a tag to compare

This is a major release, including a re-write of most of the core functionality thanks to some supreme effort by @dnmiller and others. New features include stacked bars, grouped bars, and stacked area, in addition to a complete rewrite of the syntax.

The Vincent team highly recommends reading the docs to see all of the changes.

Future incremental updates will include a proper Changelog.

Vincent 0.1.7

14 Jul 17:26
Compare
Choose a tag to compare
Vincent 0.1.7 Pre-release
Pre-release

This is the final release of Vincent using the older style, non-ORM syntax. Vincent 0.2 will be a major release with a new way of building Vega grammar via a 1:1 mapping of Python objects to Vega. From this point forward, the master branch of Vincent will be treated as the develop branch.

v0.1.7 features Numpy support thanks to @dnmiller