File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22History
33=======
44
5+ 1.1.2 (2019-03-17)
6+ ------------------
7+ * Brings this repo in sync with Paulo Herrera's old BitBucket and new GitHub
8+ * Adds some new examples and fixes some compatibility issues with != None
9+ * Vector image support for imagetoVTK
10+ * Adds more tests to CI
11+ * Adds "evtk" package (identical to "pyevtk") for backward compatibility with
12+ depricated warning
13+
5141.1.1 (2019-02-01)
615------------------
716
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def readme(fname):
3636
3737setup (
3838 name = 'pyevtk' ,
39- version = '1.1.1 ' ,
39+ version = '1.1.2 ' ,
4040 description = 'Export data as binary VTK files' ,
4141 long_description = readme ('README.md' ),
4242 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments