Commit graph

19 commits

Author SHA1 Message Date
agc
7f810a359f Add SHA512 digests for distfiles for graphics category
Problems found with existing digests:
	Package fotoxx distfile fotoxx-14.03.1.tar.gz
	ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
	118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
	Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
	34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
	Package pgraf: missing distfile pgraf-20010131.tar.gz
	Package qvplay: missing distfile qvplay-0.95.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 21:33:50 +00:00
wiz
5777ba9064 Update to 1.21. Convert to distutils.mk and add egg.
Fix pkglint warnings.

Changes in 1.21:
 * Add HDF5 saved document format
 * Add filled curve error bar style
 * Add fill left/right options for point plotter
 * Add filetype filters to import dialog file browser dialog
 * In file completer in import dialog, use selected tab as filter
 * Move code to use PyQt new style signals
 * Add a master color setting for xy point and nonorthpoint plot
 * Line labelling algorithm much improved in contour plots, which
   rotates text to match line angle and avoids label overlaps
 * More accurate axis tick label bounding boxes, allowing rotated
   labels to be placed close together
 * Add reflection and rotation options to vector field widget
 * Switch to scientific notation earlier when showing float settings

Bug fixes:
 * Direction combo did not work in import dialog
 * Saving text datasets did not work in Python3
 * Fix partial dataset evaluation issue when loading documents
 * 2D non-regular pixel spaced images give error if clipped in y
 * Handle Unicode quoted characters in simple text data files
 * xcent/ycent in Dataset2D import plugins were ignored
 * promote_tab broken for import plugins
 * Full screen view when all pages are deleted
 * Crash with empty dataset and boxplot widget
 * Fix copy and paste of datasets
 * Python 3 resizing axis bug
 * Crash if picking/zooming on document with no pages
 * Crash if reediting histogram dataset with blank output entry
 * Use end of text formatting string beyond format specifier
 * When writing SVG text as text, use xml:space="preserve" to
   avoid missing whitespace
 * Embedding socket issue on Python 3.4+
2014-08-21 20:38:47 +00:00
drochner
786383d903 update to 1.20.1
changes:
-Include free-desktop appdata, MIME and desktop files
-When plotting xy widget filled error regions, plot line on top
+bugfixes
2014-02-14 17:26:15 +00:00
drochner
d488097439 update to 1.20
changes:
* Add HDF5 file data import
* Allow expressions to be edited for linked 2D datasets
* Add support for 2D datasets with irregular gridpoints
* Add 2D data CSV import
* Allow safe renaming of linked datasets
* Support importing text from FITS files
+bugfixes
2014-02-06 17:22:19 +00:00
drochner
fd61ca311b update to 1.19.1
changes:
* Make code compatible with python3
* Separation of python module and resources in source package
  (packagers may need to consult INSTALL)
* Move to v2 of PyQt API
* Remove deprecated numpy API from helpers module
* Allow FITS dataset names to be blank if prefix/suffix are not
* New ast-based code security checker
* Picker uses 1-based index for consistency
* Allow non-text datasets to be used for labels
* Add number->text conversion dataset plugin
* Add binning dataset plugin
* Allow more significant figures in float values
* Intelligent choice of significant figures when interactively
  changing axis range
* Decrease minimum range of axis
* Add notes setting to document, pages and graphs
* Add option to disable scaling of marker border with point scaling
* Implement label at-minimum/at-maximum for ternary plot
* Add border and background fill settings for text label widget
* Enable FITS support with astropy
+bugfixes
2013-12-04 12:54:43 +00:00
drochner
74f8bf0f69 update to 1.18
changes:
* Add support for dataset expressions when plotting
* Add axis-function widget for plotting axes which have a scale given
  by a function, or are linked to a different axis via a function
* Add stepped colour maps
* Support editing multiple datasets simultaneously in editor
* Add setting to fix aspect-ratio of graphs
* Add 'vcentre' line step mode for vertical step plots
* Add internal margin setting for grids to separate sub-plots
* Add pixel, pixel_wcs, fraction and linear_wcs FITS import
  coordinate system modes
* Add drop down toolbar button menu to create axis widgets
* More efficient widget dependency resolution
+bugfixes
2013-07-24 11:03:59 +00:00
drochner
9991530924 update to 1.17.1
changes:
-Allow coloured points for non-orthogonal plots (polar, ternary)
-Remove unnecessary exception data
-bugfixes
2013-05-03 15:45:11 +00:00
drochner
8c97f1bbd3 update to 1.17
changes:
* Add new broken axis widget with gaps in the numerical sequence
* Grid lines are plotted always under (or over) the data
* Shift+Scroll wheel scrolls left/right (thanks to Dave Hughes)
* Polar plots can have a "minimum" radius and log axes
* Many more LaTeX symbols added
* Add SAMP/VoTable support (thanks to Graham Bell)
* New shifted-points xy line mode, which plots a stepped line with
  the points shifted to lie between the coordinates given
* Points can be picked to console and/or clipboard
  (thanks to Valerio Mussi)
* Allow reversed ternary plot
2013-04-08 17:22:03 +00:00
drochner
5f2df83981 update to 1.16
changes:
* Experimental MathML support
* Add upper/lower-left/right arrows
* Add options to clip text/lines/shapes to graphs
* Add stacked-area option to bar plot widget
* Draw stacked bar plots top-down for better overlapping line behaviour
* Axis labels can be placed at left or right of axes, in addition to centre
* Line widget now has length-angle or point-to-point modes. Better support
  for only specifying some coordinates.
* Exception dialog records more detailed traceback
* Use top level windows for non-modal dialogs, giving minimize in window
  and no always-on-top behaviour
* Zero length vectors and arrows in vector fields are not plotted
* Add support for strings to be translated
* Add "Sort" dataset plugin
* Add "Histogram 2D" dataset plugin
* Add "Divide by Maximum" and "Normalize" dataset plugins
* Support for *args and **kwargs for custom functions
* Custom colormaps can be defined in the custom editing dialog
2012-08-16 15:41:27 +00:00
drochner
188c235937 update to 1.14
changes:
-Added interactive tutorial
-Improved CSV import
-reduced size of output SVG files
-misc graph feature additions
-UI improvements
-bugfixes
2011-11-30 10:59:13 +00:00
drochner
6a5705abf1 update to 1.13
changes:
* 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* 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
-more minor changes
-bugfixes
2011-11-07 12:09:50 +00:00
drochner
612d444394 update to 1.12
changes:
-UI improvements
-Date / time data has its own dataset type
-Add LaTeX commands \cdot, \nabla, \overline plus some arrows
-Add linevertbar and linehorzbar error bar styles
-bugfixes
2011-07-12 19:08:49 +00:00
drochner
e15bad8c78 update to 1.11
changes:
-New data point picker for finding coordinates of points on plot
-New data navigator window for filtering, sorting and examining
 dataset statistics
-UI improvements, minor feature improvements
-bugfixes
2011-04-05 16:53:47 +00:00
drochner
7440d04d39 update to 1.10
changes:
-Box plot widget added
-Polar plot widget added
-more feature additions
-bugfixes
2011-02-25 13:22:33 +00:00
drochner
0bf440c0f6 update to 1.9
changes: many feature additions, bugfixes
2010-09-02 10:48:46 +00:00
drochner
24ca11c514 update to 1.6
too many changes to list (since 0.10 of 2006)
2010-02-11 18:58:35 +00:00
drochner
eba9c4078d update to 0.10
changes:
* CSV import of data
* Stylesheets to easily change graph appearance
* Many user interface improvements
* Extra plotting features and bug fixes
2006-07-04 16:15:01 +00:00
drochner
19943b674e update to 0.9
major changes:
* Contour support (thanks to the code of the matplotlib guys!)
* Undo/redo
* Rubber band axis zooming
2006-02-10 11:13:52 +00:00
drochner
daf8424684 import veusz-0-8, a plot program based on py-qt and py-numarray 2005-10-21 15:03:01 +00:00