[DRE-commits] [ctioga2] 03/05: Merge tag 'upstream/0.8'

Vincent Fourmond fourmond at moszumanska.debian.org
Fri Dec 27 20:07:37 UTC 2013


This is an automated email from the git hooks/post-receive script.

fourmond pushed a commit to branch master
in repository ctioga2.

commit 014fb500d516029ee0e73b55dddecc22c57d217e
Merge: 5330059 035e074
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Fri Dec 27 20:57:20 2013 +0100

    Merge tag 'upstream/0.8'
    
    Upstream version 0.8

 .gitignore                                         |  18 ++
 Changelog                                          |   8 +
 ctioga2.gemspec                                    |   5 +-
 lib/ctioga2/commands/arguments.rb                  |   2 -
 lib/ctioga2/commands/commands.rb                   |   2 -
 lib/ctioga2/commands/context.rb                    |   2 -
 lib/ctioga2/commands/doc/doc.rb                    |   2 -
 lib/ctioga2/commands/doc/documentation-commands.rb |   2 -
 lib/ctioga2/commands/doc/help.rb                   |   2 -
 lib/ctioga2/commands/doc/html.rb                   |   2 -
 lib/ctioga2/commands/doc/introspection.rb          |   2 -
 lib/ctioga2/commands/doc/man.rb                    |   2 -
 lib/ctioga2/commands/doc/markup.rb                 |   2 -
 lib/ctioga2/commands/doc/wordwrap.rb               |   2 -
 lib/ctioga2/commands/general-commands.rb           |   2 -
 lib/ctioga2/commands/general-types.rb              |   2 -
 lib/ctioga2/commands/groups.rb                     |   2 -
 lib/ctioga2/commands/interpreter.rb                |   2 -
 lib/ctioga2/commands/parsers/command-line.rb       |   2 -
 lib/ctioga2/commands/parsers/file.rb               |   2 -
 lib/ctioga2/commands/parsers/old-file.rb           |   2 -
 lib/ctioga2/commands/strings.rb                    |   2 -
 lib/ctioga2/commands/type.rb                       |   2 -
 lib/ctioga2/commands/variables.rb                  |   2 -
 lib/ctioga2/data/backends/backend.rb               |   3 -
 lib/ctioga2/data/backends/backends/direct.rb       |   3 -
 lib/ctioga2/data/backends/backends/gnuplot.rb      |   3 -
 lib/ctioga2/data/backends/backends/math.rb         |   2 -
 lib/ctioga2/data/backends/backends/text.rb         |   3 -
 lib/ctioga2/data/backends/description.rb           |   3 -
 lib/ctioga2/data/backends/factory.rb               |  20 +-
 lib/ctioga2/data/backends/parameter.rb             |   2 -
 lib/ctioga2/data/datacolumn.rb                     |   2 -
 lib/ctioga2/data/dataset.rb                        |   8 +-
 lib/ctioga2/data/filters.rb                        |   3 -
 lib/ctioga2/data/indexed-dtable.rb                 |   3 -
 lib/ctioga2/data/point.rb                          |   3 -
 lib/ctioga2/data/stack.rb                          |   6 +-
 lib/ctioga2/graphics/coordinates.rb                |   2 -
 lib/ctioga2/graphics/elements.rb                   |   3 +-
 lib/ctioga2/graphics/elements/containers.rb        |  34 ++-
 lib/ctioga2/graphics/elements/contour.rb           |   2 -
 lib/ctioga2/graphics/elements/curve2d.rb           |   2 -
 lib/ctioga2/graphics/elements/element.rb           |   6 +-
 lib/ctioga2/graphics/elements/gradient-region.rb   |   2 -
 lib/ctioga2/graphics/elements/histogram.rb         | 298 +++++++++++++++++++++
 lib/ctioga2/graphics/elements/parametric2d.rb      |  10 +-
 lib/ctioga2/graphics/elements/primitive.rb         |   2 -
 .../graphics/elements/redirecting-container.rb     |  23 +-
 lib/ctioga2/graphics/elements/region.rb            |   2 -
 lib/ctioga2/graphics/elements/subplot.rb           |   2 -
 lib/ctioga2/graphics/elements/tangent.rb           |   2 -
 lib/ctioga2/graphics/elements/xyz-contour.rb       |   2 -
 lib/ctioga2/graphics/elements/xyz-map.rb           |   2 -
 lib/ctioga2/graphics/generator.rb                  |  89 +++---
 lib/ctioga2/graphics/legends.rb                    |   2 -
 lib/ctioga2/graphics/legends/area.rb               |   2 -
 lib/ctioga2/graphics/legends/items.rb              |   2 -
 lib/ctioga2/graphics/legends/multicols.rb          |   2 -
 lib/ctioga2/graphics/legends/provider.rb           |   2 -
 lib/ctioga2/graphics/legends/storage.rb            |   2 -
 lib/ctioga2/graphics/root.rb                       |   2 -
 lib/ctioga2/graphics/styles/arrows.rb              |   2 -
 lib/ctioga2/graphics/styles/axes.rb                |   2 -
 lib/ctioga2/graphics/styles/background.rb          |   2 -
 lib/ctioga2/graphics/styles/base.rb                |   6 +-
 lib/ctioga2/graphics/styles/box.rb                 |   2 -
 lib/ctioga2/graphics/styles/carrays.rb             |   2 -
 lib/ctioga2/graphics/styles/colormap.rb            |   2 -
 lib/ctioga2/graphics/styles/contour.rb             |   2 -
 lib/ctioga2/graphics/styles/curve.rb               |   2 -
 lib/ctioga2/graphics/styles/drawable.rb            |   2 -
 lib/ctioga2/graphics/styles/errorbar.rb            |   2 -
 lib/ctioga2/graphics/styles/factory.rb             |   2 -
 lib/ctioga2/graphics/styles/gradients.rb           |   2 -
 lib/ctioga2/graphics/styles/legend.rb              |   2 -
 lib/ctioga2/graphics/styles/location.rb            |   2 -
 lib/ctioga2/graphics/styles/map-axes.rb            |   2 -
 lib/ctioga2/graphics/styles/plot-types.rb          |  54 +++-
 lib/ctioga2/graphics/styles/plot.rb                |   2 -
 lib/ctioga2/graphics/styles/sets.rb                |   2 -
 lib/ctioga2/graphics/styles/sheet.rb               |   2 -
 lib/ctioga2/graphics/styles/texts.rb               |   2 -
 lib/ctioga2/graphics/styles/ticks.rb               |   2 -
 lib/ctioga2/graphics/subplot-commands.rb           |   2 -
 lib/ctioga2/graphics/types.rb                      |  15 +-
 lib/ctioga2/graphics/types/bijection.rb            |   2 -
 lib/ctioga2/graphics/types/boundaries.rb           |   2 -
 lib/ctioga2/graphics/types/boxes.rb                |   2 -
 lib/ctioga2/graphics/types/dimensions.rb           |   2 -
 lib/ctioga2/graphics/types/fill.rb                 |  42 +--
 lib/ctioga2/graphics/types/grid.rb                 |   2 -
 lib/ctioga2/graphics/types/location.rb             |   2 -
 lib/ctioga2/graphics/types/point.rb                |   2 -
 lib/ctioga2/log.rb                                 |   2 -
 lib/ctioga2/metabuilder/type.rb                    |   2 -
 lib/ctioga2/metabuilder/types/coordinates.rb       |   2 -
 lib/ctioga2/metabuilder/types/data.rb              |   2 -
 lib/ctioga2/metabuilder/types/dates.rb             |   1 -
 lib/ctioga2/metabuilder/types/generic.rb           |   3 -
 lib/ctioga2/metabuilder/types/lists.rb             |  28 +-
 lib/ctioga2/metabuilder/types/numbers.rb           |   2 -
 lib/ctioga2/metabuilder/types/strings.rb           |   3 -
 lib/ctioga2/metabuilder/types/styles.rb            |   2 -
 lib/ctioga2/plotmaker.rb                           |   6 +-
 lib/ctioga2/postprocess.rb                         |   2 -
 lib/ctioga2/utils.rb                               |  70 +----
 lib/ctioga2/version.rb                             |   8 +
 pre-install.rb                                     |  38 +--
 tests/fill.sh                                      |  22 ++
 tests/histograms.sh                                |  40 +++
 tests/parametric-plots.sh                          |   3 +-
 tests/tests2montage                                |   9 +-
 utils/prepare-release                              |  33 +--
 114 files changed, 691 insertions(+), 394 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ctioga2.git



More information about the Pkg-ruby-extras-commits mailing list