Skip to content

Releases: bwoodsend/vtkplotlib

v2.1.0

23 Apr 09:16
4597690
Compare
Choose a tag to compare
Release v2.1.0.

v1.4.0

09 Sep 23:34
Compare
Choose a tag to compare

Aside from the usual bug-fixes, this release introduces a new interactive submodule.

Version 1.3.1

23 Mar 18:58
Compare
Choose a tag to compare
v1.3.1

Remeber to increment version this time...

Version 1.2.1

25 Jan 17:41
Compare
Choose a tag to compare

VTK 8.2.0 introduces a new module structure that allows individual compnents to be imported rather than the whole lot (which can take a while to load all the dlls). vtkplotlib 1.2.1 takes advantage of this new structure to reduce import time and make PyInstaller builds about 50MB smaller. If the installed VTK version is older that 8.2.0 then vtplotlib falls back to the original behaviour.

Due to VTK 8.2.0 PyPi releases not being out yet, this has only been tested with VTK 8.2.0 on Windows. Linux still runs OK with VTK 8.1.2.

v1.2.0: - Found and fixed some bugs.

10 Dec 00:20
Compare
Choose a tag to compare
- Added a legend.
- Added a label attribute to each plot for the legend.
- Added some more tests.
- Trying to clean up the mess that is all the internals.
- Added cmaps.
- Promoted some parameters to properties so they can be modified after
inital plot.
- Moved around some scalar stuff to try and make the API more
consistent.

Releasing to PyPi

01 Nov 14:44
Compare
Choose a tag to compare
v1.1.0

Changed the readme to just a link to readthedocs

Initial release

23 Aug 21:35
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

First official release...