Releases: bwoodsend/vtkplotlib
Releases · bwoodsend/vtkplotlib
v2.1.0
v1.4.0
Aside from the usual bug-fixes, this release introduces a new interactive submodule.
Version 1.3.1
v1.3.1 Remeber to increment version this time...
Version 1.2.1
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.
- 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
v1.1.0 Changed the readme to just a link to readthedocs
Initial release
First official release...