octave-dataframe 1.1.0-1 source package in Ubuntu

Changelog

octave-dataframe (1.1.0-1) unstable; urgency=medium

  [ Rafael Laboissiere ]
  * Imported Upstream version 1.1.0
  * d/p/autoload-yes.patch: Remove patch (deprecated upstream)

 -- Sébastien Villemot <email address hidden>  Sat, 25 Jul 2015 14:11:29 +0200

Upload details

Uploaded by:
Debian Octave Group
Uploaded to:
Sid
Original maintainer:
Debian Octave Group
Architectures:
all
Section:
math
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe math

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-dataframe_1.1.0-1.dsc 2.0 KiB 8cfa6df5c6b5e6be117307b8b15f2487014ffa40ab9b359cdf6f30fd99950b9e
octave-dataframe_1.1.0.orig.tar.gz 58.4 KiB c13d2440c491da66f642d6804e3dc64ecf27eaa58f4698b353e4ae341286355a
octave-dataframe_1.1.0-1.debian.tar.xz 2.3 KiB c798729e078622b65c6e7a68e609f7186ec614ee3d379e5f3c3e78371803b333

Available diffs

No changes file available.

Binary packages built by this source

octave-dataframe: manipulate data in Octave similar to R data.frame

 In the R language, a dataframe object is a way to group tabular data. The
 functions in this package allow the manipulation of data in a similar way
 in Octave. Dataframe objects in Octave can be created in a variety of
 ways (from other objects or from tabular data in a file) and then can be
 accessed either as matrix or by column name.
 .
 This Octave add-on package is part of the Octave-Forge project.