octave-dataframe 1.2.0-1 source package in Ubuntu

Changelog

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

  [ Sébastien Villemot ]
  * New upstream version 1.2.0
  * d/copyright: reflect upstream changes.
  * d/copyright: use secure URL for format.
  * d/watch: bump to format version 4.
  * Bump to Standards-Version 4.1.0.
  * Bump to debhelper compat level 10.

  [ Rafael Laboissiere ]
  * d/control: Use secure URIs in the Vcs-* fields

 -- Sébastien Villemot <email address hidden>  Tue, 29 Aug 2017 11:32:07 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
octave-dataframe_1.2.0-1.dsc 2.0 KiB 22198e7e8ff163ad184351055430c245567ddaa9bd8822191642ed55a238a9c7
octave-dataframe_1.2.0.orig.tar.gz 70.9 KiB 5d36b296b3854f3d7ccb8c59037ca9952c24ef3f1ba7dd776967cd4710505981
octave-dataframe_1.2.0-1.debian.tar.xz 2.5 KiB 1358ba16f4d82f3b488d3c2dca3873ffc0d4f9064c5b4957cbf45f0b33d2246d

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.