File: ChangeLog

package info (click to toggle)
viper 0.4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 696 kB
  • ctags: 277
  • sloc: python: 2,631; xml: 167; makefile: 26
file content (48 lines) | stat: -rw-r--r-- 1,926 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0.4.6 [2010-07-01]
 - Fixes for 1D plots
 - Fixes for lut files
 - Plot MeshFunctions on facets
0.4.5 [2009-11-12]
 - Dolfin compatibility release
 0.4.4 [2009-09-28]
 - Minor updates to track DOLFIN
 0.4.3 [2009-04-08]
 - New viper application plotting dolfin files directly
 - Improve video codec
 - Added support for FunctionPlotData (scalar, vector, and displacement)
 - Added support for plotting vector functions at arbitrary points
 - Clean up some code logic
 - Fix viper_dolfin such that it works again
 - Add projection in viper_dolfin. Now plot.py in dolfin can be much simpler
 0.4.2 [2008-01-12]
 - Check coordinates when updating meshfunctions
 - Various small fixes to stay in tune with DOLFIN
 0.4.1 [2008-11-20]
 - Add option to specify data type in viper
 - Added xml-output (dolfin meshfunction format)
 - Fix save_plot in viper_dolfin
 0.4.0 [2008-11-14]
 - Added more demos
 - Make rescale=True default behaviour in DOLFIN plotter
 - Add arguments add_cell_labels and add_point_labels to show mesh numbering
 - Added man-page (thanks to Johannes Ring)
 - Added cutplane (thanks to Johan Hake)
 - Added argument to viper to specify color lookup table
 - Added support for plotting dolfin::MeshFunctionReal
 - Made wxwidget version of Viper
 - Added title to plot windows
 - Plot range bug fix
 - Fixed stand-alone plotting, now able to plot meshes (as numpy arrays)
   directly
 - Update scalar coloring when in rescale mode
 - Reset camera when in rescale mode
 - Fixed a small bug (rescale not defined). Make warpscalar default behaviour
 - Added rescale.
 - Added warpscalar flag to plot (deaults to true)
 - Changed data installation path on Windows.
 - Added support for plotting numpy arrays directly, using two arrays for
   coordinates and elements.
 0.3.0 [2008-04-30]
 - Bug fix in displacement plotter
 - Added vmin/vmax keyword arguments to plotter to sent color map range
 - Added 2d plotting