File python-veusz.changes of Package python-veusz
-------------------------------------------------------------------
Fri Aug 19 23:07:40 UTC 2011 - badshah400@gmail.com
- Update to version 1.13
+ Graphs are rendered in separate threads for speed and a
responsive user interface
+ A changed Graph is rendered immediately on document
modification, improving latency
+ A new ternary plot widget is included
+ Size of pages can be modified individually in a document
+ Binary data import added
+ NPY/NPZ numpy data import added
+ Axis and tick labels on axes can be rotated at 45 deg
intervals
+ Labels can be plotted next to points on non-orthogonal plots
+ Add an option for DPI of output EPS and PDF files
+ Several minor improvements (see ChangeLog file)
+ Bug fixes:
- Images plotted when axes are inverted are inverted too
- Fixed crash when selecting datasets for plotting in the
popup menu
- Fixed picker crashes with a constant function
- 2D dataset creation using expressions fixed
- CSV reader treated dataset names ending in + or -
incorrectly
- unique1d function no longer available in numpy
-------------------------------------------------------------------
Fri Aug 5 22:08:59 UTC 2011 - badshah400@gmail.com
- Update to version 1.12:
+ Multiple widgets can now be selected for editing properties
+ Add Edit->Select menu and context menu for above
+ Added context menu on dataset browser for filenames to reload,
delete or unlink all associated datasets
+ New tree-like dataset browsing widget is shown in data edit
dialog
+ Importing 1D fits images is now supported
+ Date / time data has its own dataset type
+ The data edit dialog box can create or edit date/time data in
human-readable form
+ Add LaTeX commands \cdot, \nabla, \overline plus some arrows
+ Inform user in exception dialog if a new version is available
+ Add linevertbar and linehorzbar error bar styles
+ Bug fixes:
- Fix crash on filling filled error regions if no error bars
- Remove grouping separator to numbers in locale as it creates
ambiguous lists of numbers
- Undo works properly for boolean and integer settings
- Prevent widgets getting the same names when dragging and
dropping
- Hidden plot widgets are ignored when calculating axis ranges
- Combo boxes are now case sensitive when displaying matches
with previous text
- Fix errors if plotting DatasetRange or Dataset1DPlugin
datasets against data with nan values
- Fix division by zero in dataset preview
- Do not leave settings pointing to deleted widgets after an
undo
- Fix errors when using super/subscripts of super/subscripts
- Fix crash when giving positions of bar plot and labels
- Do not allow dataset names to be invalid after remaining
- Several EMF format bug fixes
- Stop crash when contouring zero-sized datasets
- Changes from version 1.11:
+ New data point picker for finding coordinates of points on plot
+ New data navigator window for filtering, sorting and examining
dataset statistics
+ ".." button next to dataset settings pops up data navigator for
choosing datasets
+ Data fitting can now use PyMinuit, giving error estimates
+ Console history now uses currently entered characters to select
lines from history
+ New self test script, comparing graph output with expected
output
+ Put superscripts and subscripts above each other when
formatting
+ Key entries can have multiple lines (using \\)
+ Option to treat blanks as data items in CSV files
+ Locale support added for number formatting
- Can use current locale or US/English in documents
- Can use US/English or current local in user interface
+ Contours avoid missing (nan) values
+ Several bug fixes (see ChangeLog file for details)
- Spec file cleanup:
+ Removed BuildRequires: python-distribute to allow building
with openSUSE 11.4 and earlier
+ Use %suse_update_desktop_file macro to install .desktop entry
+ Miscellaneous minor modifications
-------------------------------------------------------------------
Sun Dec 19 06:00:52 UTC 2010 - ocefpaf@yahoo.com.br
- First OpenSuse release