summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15update to 3.1.2drochner2-18/+12
changes: -bugfixes (were patched in 3.1.1plX) -updated examples
2013-03-14add gnumeric112 for the latest (gtk3 based) stable gnumeric versiondrochner8-1/+1026
2013-03-14Update ruby-spreadsheet to 0.8.3.obache2-6/+6
=== 0.8.3 / 12.03.2013 uthor: Keith Walsh <keith.walsh@adtegrity.com> Date: Mon Mar 11 16:48:25 2013 -0400 * Typo correction in guide example.
2013-03-11Remove ruby-rb-gsl; it has renamed to ruby-gsl after all.taca6-444/+0
2013-03-11Add and enable ruby-gsl.taca1-2/+2
Remove ruby-rb-gsl.
2013-03-11Add ruby-gsl 1.15.3 which is latest version on rubygems.org.taca4-0/+683
It depends on math/ruby-narray, replacing ruby-rb-gsl. Changes from ruby-rb-gsl 1.14.7 isn't available.
2013-03-11Add and enable ruby-narray.taca1-1/+2
2013-03-11Add ruby-narray package version 0.6.0.8.taca4-0/+70
* NArray properties: + Fast and easy calculation for large numerical array. + Accepting Elements: 8,16,32 bit integer, single/double float/complex, Ruby Object. + Easy extraction/substitution of array subset, using assignment with number, range, array index. + Operator: +,-,*,/,%,**, etc. + FFTW version 2 or 3 is separately supported. + NImage: Image viewer class. + Ruby/PGPLOT: Graphics library interface (separately distributed) X-Y Graph, Histogram, Contour map, Image map, etc. * NArray is similar to: + Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-08+ libintasau1-1/+2
2013-03-08Import libint-2.0.0 as math/libintasau6-0/+107
Libint is two things: 1. a library of C/C++ functions for efficient evaluation of several kinds of two-body molecular integrals over Gaussian functions; 2. the optimizing compiler that generates a Libint library. In molecular electronic structure theory Gaussian basis sets are standard because they allow efficient evaluation of matrix elements of operators (molecular integrals). Modern electronic structure programs spend considerable portion of their runtime computing the Coulomb two-electron integrals. While anyone can compute Gaussian integrals using simple formulas, the efficient evaluation of many-body can be (relatively) complicated. Libint is an open library that anyone can use to compute a variety of two-electron integrals, most importantly the Coulomb two-electron integrals and their arbitrary-order geometric derivatives, over Gaussians of arbitrary angular momentum. Among other notable features is the support for the nonstandard two-electron integrals that appear in explicitly correlated R12 methods.
2013-03-02Fix inline use.joerg3-1/+38
2013-03-02Update ruby-spreadsheet to 0.8.2.obache2-6/+6
=== 0.8.2 / 28.02.2013 Author: Roque Pinel <roque.pinel@infotechfl.com> Date: Wed Feb 27 12:10:29 2013 -0500 * Requiring BigDecimal for checking. * Made API friendly to BigDecimal precision. * Changes introduced by the user 'valeriusjames'.
2013-02-27Work around broken perror() configure test on SunOS.jperkin1-1/+8
2013-02-23Update to Octave 3.6.4asau2-7/+6
This version is a minor bug fixing release.
2013-02-21Update ruby-spreadsheet to 0.8.1.obache3-7/+10
=== 0.8.1 / 18.02.2013 * Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb === 0.8.0 / 18.02.2013 * Adding support for converting color palette values to RGB values (not vice-versa..yet) * by https://github.com/dancaugherty/spreadsheet/compare/master...rgb === 0.7.9 / 06.02.2013 Author: Eugeniy Belyaev (zhekanax) * You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible. * https://github.com/zdavatz/spreadsheet/pull/27 === 0.7.8 / 06.02.2013 Author: Kenichi Kamiya <kachick1@gmail.com> Date: Wed Feb 6 11:23:35 2013 +0900 * Link to Travis CI on README * Remove warnings "assigned but unused variable" in test * Remove warnings "assigned but unused variable" * Enable $VERBOSE flag when running test
2013-02-21Ensure the correct compiler ABI flag is used when this package doesjperkin3-9/+18
its own builds for dependencies. Fixes issue on SunOS 32-bit when the native gfortran produces 64-bit by default. Bump PKGREVISION.
2013-02-20Fix cut(1) arguments so that all tests work fine. From Kai-Uwe Eckhardt.wiz2-1/+17
2013-02-20Does not really use c++, remove it from languages.wiz1-2/+2
2013-02-19Add TEST_TARGET.wiz1-1/+3
2013-02-17Correct dependencies. No users yet, so no bumps needed.wiz1-3/+5
2013-02-17Use math/isl instead of builtin copy of the same.wiz2-52/+12
Add TEST_TARGET. Use gmp. Bump PKGREVISION. From Kai-Uwe Eckhardt.
2013-02-17+ islwiz1-1/+2
2013-02-17Import isl-0.11.1 as math/isl, packaged for wip by Kai-Uwe Eckhardt.wiz5-0/+91
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction.
2013-02-17Revbump all elisp packages after emacs changes.dholland3-6/+6
2013-02-16Recursive bump for png-1.6.wiz33-65/+66
2013-02-16Update pandas to 0.10.1.bad2-6/+6
Release date: 2013-01-22 New features: Add data inferface to World Bank WDI pandas.io.wb (GH2592) API Changes: Restored inplace=True behavior returning self (same object) with deprecation warning until 0.11 (GH1893) HDFStore refactored HFDStore to deal with non-table stores as objects, will allow future enhancements removed keyword compression from put (replaced by keyword complib to be consistent across library) warn PerformanceWarning if you are attempting to store types that will be pickled by PyTables Improvements to existing features: HDFStore enables storing of multi-index dataframes (closes GH1277) support data column indexing and selection, via data_columns keyword in append support write chunking to reduce memory footprint, via chunksize keyword to append support automagic indexing via index keyword to append support expectedrows keyword in append to inform PyTables about the expected tablesize support start and stop keywords in select to limit the row selection space added get_store context manager to automatically import with pandas added column filtering via columns keyword in select added methods append_to_multiple/select_as_multiple/ select_as_coordinates to do multiple-table append/selection added support for datetime64 in columns added method unique to select the unique values in an indexable or data column added method copy to copy an existing store (and possibly upgrade) show the shape of the data on disk for non-table stores when printing the store added ability to read PyTables flavor tables (allows compatiblity to other HDF5 systems) Add logx option to DataFrame/Series.plot (GH2327, GH2565) Support reading gzipped data from file-like object pivot_table aggfunc can be anything used in GroupBy.aggregate (GH2643) Implement DataFrame merges in case where set cardinalities might overflow 64-bit integer (GH2690) Raise exception in C file parser if integer dtype specified and have NA values. (GH2631) Attempt to parse ISO8601 format dates when parse_dates=True in read_csv for major performance boost in such cases (GH2698) Add methods neg and inv to Series Implement kind option in ExcelFile to indicate whether it's an XLS or XLSX file (GH2613) Bug fixes: Fix read_csv/read_table multithreading issues (GH2608) HDFStore correctly handle nan elements in string columns; serialize via the nan_rep keyword to append raise correctly on non-implemented column types (unicode/date) handle correctly Term passed types (e.g. index<1000, when index is Int64), (closes GH512) handle Timestamp correctly in data_columns (closes GH2637) contains correctly matches on non-natural names correctly store float32 dtypes in tables (if not other float types in the same table) Fix DataFrame.info bug with UTF8-encoded columns. (GH2576) Fix DatetimeIndex handling of FixedOffset tz (GH2604) More robust detection of being in IPython session for wide DataFrame console formatting (GH2585) Fix platform issues with file:/// in unit test (GH2564) Fix bug and possible segfault when grouping by hierarchical level that contains NA values (GH2616) Ensure that MultiIndex tuples can be constructed with NAs (GH2616) Fix int64 overflow issue when unstacking MultiIndex with many levels (GH2616) Exclude non-numeric data from DataFrame.quantile by default (GH2625) Fix a Cython C int64 boxing issue causing read_csv to return incorrect results (GH2599) Fix groupby summing performance issue on boolean data (GH2692) Don't bork Series containing datetime64 values with to_datetime (GH2699) Fix DataFrame.from_records corner case when passed columns, index column, but empty record list (GH2633) Fix C parser-tokenizer bug with trailing fields. (GH2668) Don't exclude non-numeric data from GroupBy.max/min (GH2700) Don't lose time zone when calling DatetimeIndex.drop (GH2621) Fix setitem on a Series with a boolean key and a non-scalar as value (GH2686) Box datetime64 values in Series.apply/map (GH2627, GH2689) Upconvert datetime + datetime64 values when concatenating frames (GH2624) Raise a more helpful error message in merge operations when one DataFrame has duplicate columns (GH2649) Fix partial date parsing issue occuring only when code is run at EOM (GH2618) Prevent MemoryError when using counting sort in sortlevel with high-cardinality MultiIndex objects (GH2684) Fix Period resampling bug when all values fall into a single bin (GH2070) Fix buggy interaction with usecols argument in read_csv when there is an implicit first index column (GH2654)
2013-02-15recursive bump from boost-lib shlib update.obache2-4/+4
2013-02-09Bump PKGREVISION from audio/jack.ryoon1-2/+2
2013-02-09Update to 0.18.0:wiz4-26/+23
version: 0.18.0 date: Thu Dec 20 17:50:41 CET 2012 changes: - Update to isl 0.11.1 - clast annotations for openmp and vectorization - statement-wise loop separation - clast traversal and node filtering support - Do not call some deprecated isl functions - Support for OpenSCoP coordinates extension version: 0.17.0 date: Mon Dec 12 00:51:44 CET 2011 changes: - Support openscop as input format - update isl backend to changes in isl 0.08 - Add CLOOG_ prefix to LANGUAGE defines in public header files - Replace cloog_union_domain_from_isl_union_set() with cloog_union_domain_from_isl_set() - Allow to build CLooG from gmp build directory - Smaller improvements version: 0.16.3 date: Wed Jul 13 18:18:19 CEST 2011 changes: - update isl backend to recent changes in isl - add support for unrolling
2013-02-09Fix build with gmp-5.1.0.wiz3-1/+68
From http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git via https://raw.github.com/niXman/mingw-builds/master/patches/ppl/ppl-resolve-conflicts-with-gmp-5.1.0.patch
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin16-32/+32
2013-01-31Changes 4.48:adam2-6/+6
This is a maintainer release. Some minor changes in API (glpk.h) were made. For details please see ChangeLog. Some bugs/typos were fixed.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam21-40/+42
2013-01-24Update ruby-spreadsheet to 0.7.7.obache3-7/+10
=== 0.7.7 / 22.01.2013 Author: DeTeam <timur.deteam@gmail.com> Date: Tue Jan 22 19:11:52 2013 +0400 * Make tests pass * Readme updated * RuntimeError when file is empty * Hoe in dev deps * Finish with bundler * Add a Gemfile also see: https://github.com/zdavatz/spreadsheet/pull/24
2013-01-24Update to 1.3.8wen2-7/+9
Update LICENSE Upstream changes: genetics 1.3.8 - 2012-12-14 --------------------------- Bug fixes: - Regenerate broken PDF files in inst/doc. genetics 1.3.7 - 2012-09-14 --------------------------- Enhancements: - Improve descripiton of last examples in manual page for HWE.test(). Other Changes: - Correct warnings issued by recent versions of R CMD CHECK.
2013-01-24Update to 0.9.3wen2-6/+6
No upstream changelog.
2013-01-24Update to 1.0.15wen2-7/+7
Upstream changes: 2012-12-14 10:03 BenediktGraeler * pkg/demo/stkrige.R: - updated demo stkrige.R 2012-12-10 17:36 EdzerPebesma * pkg/tests/Examples/gstat-Ex.Rout.save: examples check 2012-12-10 17:30 EdzerPebesma * pkg/R/gstat.formula.R, pkg/R/gstat.formula.predict.R, pkg/R/predict.gstat.R: added checking of factor levels, as lm() does it. 2012-12-03 14:11 EdzerPebesma * pkg/DESCRIPTION: date 2012-11-28 20:04 BenediktGraeler * gstat_1.0-15.zip, pkg/R/stVariogramModels.R, pkg/demo/stkrige.R, pkg/inst/doc/st.Rnw, pkg/man/fit.StVariogram.Rd, pkg/man/variogramSurface.Rd: - updated the vignette "st" to meet the new implementations 2012-11-22 14:41 BenediktGraeler * gstat_1.0-15.zip, pkg/R/stVariogramModels.R, pkg/demo/stkrige.R, pkg/man/fit.StVariogram.Rd, pkg/man/variogramSurface.Rd: - added a simplified sumMetric model having only a joint nugget - added the metric model including a spatio-temporal anisotropy 2012-11-21 17:01 BenediktGraeler * ., gstat_1.0-15.zip, pkg/man/variogramSurface.Rd: - added compiled windows version gstat_1.0-15.zip - fixed example in variogramSurface.Rd 2012-11-21 16:14 BenediktGraeler * pkg/R/krige0.R, pkg/R/stVariogramModels.R, pkg/demo/stkrige.R, pkg/man/variogramSurface.Rd: - added man/variogramSurface.Rd - fixed prodSum model in R/krige0.R and R/stVariogramModels.R - updated demo/stkrige.R 2012-11-20 20:02 EdzerPebesma * pkg/NAMESPACE, pkg/R/krige.R, pkg/R/krige0.R, pkg/demo/00Index, pkg/demo/stkrige.R, pkg/tests/Examples/gstat-Ex.Rout.save: added stkrige demo; polished krige for ST method. 2012-11-20 17:53 EdzerPebesma * pkg/DESCRIPTION: update 2012-11-20 14:27 BenediktGraeler * pkg/man/fit.StVariogram.Rd: - fixed versioning issues 2012-11-20 14:26 BenediktGraeler * pkg/man/krige.Rd: 2012-11-20 11:07 BenediktGraeler * pkg/NAMESPACE, pkg/R/krige0.R, pkg/R/stVariogramModels.R, pkg/man/fit.StVariogram.Rd, pkg/man/krige.Rd: - added functio fit.StVariogram - added sumMetric covariance model handling as well STSDF 2012-11-19 10:22 EdzerPebesma * pkg/NAMESPACE, pkg/R/krige0.R, pkg/R/variogramST.R, pkg/man/krige.Rd: added krige method; cleaned up NAMESPACE, changed call to zoo into as.zoo 2012-11-16 14:11 BenediktGraeler * pkg/R/krige0.R, pkg/R/stVariogramModels.R: - added automated fitting of some StVariograms (separable, productSum, sumMetric) 2012-11-13 15:40 BenediktGraeler * pkg/R/krige0.R: added support for the product-sum model in spatio-temporal kriging 2012-11-12 18:20 EdzerPebesma * pkg/DESCRIPTION, pkg/NAMESPACE, pkg/tests/Examples, pkg/tests/Examples/gstat-Ex.Rout.save, pkg/tests/windst.R, pkg/tests/windst.Rout.save: updated imports; Imports spacetime (>=1.0-0); added examples check. 2012-11-11 15:04 EdzerPebesma * pkg/DESCRIPTION, pkg/NAMESPACE, pkg/R/fit.variogram.R, pkg/R/fit.variogram.reml.R, pkg/R/gstat.debug.R, pkg/R/load.variogram.model.R, pkg/R/predict.gstat.R, pkg/R/set.R, pkg/R/variogram.default.R, pkg/R/variogramLine.R, pkg/R/vgm.R, pkg/R/zzz.R, pkg/tests/blockkr.Rout.save, pkg/tests/covtable.Rout.save, pkg/tests/cv.Rout.save, pkg/tests/cv3d.Rout.save, pkg/tests/fit.Rout.save, pkg/tests/krige0.Rout.save, pkg/tests/line.Rout.save, pkg/tests/merge.Rout.save, pkg/tests/na.action.Rout.save, pkg/tests/rings.Rout.save, pkg/tests/sim.Rout.save, pkg/tests/unproj.Rout.save, pkg/tests/variogram.Rout.save, pkg/tests/vdist.Rout.save, pkg/tests/windst.R, pkg/tests/windst.Rout.save: moved zoo, xts and spacetime from Depends: into Imports: changed all .Call() calls to follow the new format without quotes. 2012-11-10 22:56 EdzerPebesma * pkg/tests/unproj.Rout.save, pkg/tests/windst.Rout.save: updated test outputs 2012-11-10 21:06 EdzerPebesma * pkg/DESCRIPTION: added rgeos in Suggests: 2012-11-10 16:13 EdzerPebesma * pkg/R/krige.R, pkg/man/fulmar.Rd, pkg/man/vv.Rd, pkg/tests/krige0.Rout.save, pkg/tests/windst.Rout.save: updated manual pages; first attempts for S/T idw in krige.R (untested!) updated test outputs 2012-11-08 20:42 EdzerPebesma * pkg/demo/fulmar.R, pkg/demo/gstat3D.R, pkg/demo/wind.R: updated / corrected demos 2012-10-28 19:01 EdzerPebesma * pkg/src/s.c, pkg/tests/krige0.Rout.save, pkg/tests/windst.Rout.save: s.c: removed #ifdef WIN32; tests: update to 2.15.2 2012-10-28 18:41 EdzerPebesma * pkg/man/krige.Rd: added idw(formula, ST) method alias 2012-10-15 20:34 EdzerPebesma * pkg/data/vv.rda: new st variogram, with zero spatial lags 2012-10-15 20:01 EdzerPebesma * pkg/R/variogramST.R: computes pure time variogram, for zero space lag. 2012-10-14 21:26 EdzerPebesma * pkg/R/krige.R, pkg/R/variogram.ST.R, pkg/R/variogramST.R, pkg/man/variogram.Rd, pkg/src/s.c, pkg/src/sem.c: some work on zero distance semivariances, variogramST still needs more work. 2012-10-06 16:09 EdzerPebesma * pkg/DESCRIPTION, pkg/R/fit.variogram.R, pkg/inst/ChangeLog, pkg/tests/unproj.Rout.save, pkg/tests/windst.Rout.save: version change; fit.variogram now fits Err models, too. 2012-09-12 14:21 EdzerPebesma * pkg/R/fit.variogram.R: for variogramCloud fitting, np shoud be 1 2012-09-12 14:20 EdzerPebesma * pkg/R/fit.variogram.R, pkg/R/fit.variogram.reml.R, pkg/R/gstat.debug.R, pkg/R/krige0.R, pkg/R/load.variogram.model.R, pkg/R/predict.gstat.R, pkg/R/set.R, pkg/R/variogram.default.R, pkg/R/variogramLine.R, pkg/R/vgm.R, pkg/R/zzz.R: added PACKAGE="gstat" argument to all .Call or .C calls; allow fit.variogram to fit to variogramCloud objects 2012-07-24 17:40 EdzerPebesma * pkg/tests/unproj.Rout.save: version update 2012-07-23 13:59 EdzerPebesma * pkg/demo/lhs.R: replaced non-ASCII character 2012-07-01 22:36 EdzerPebesma * makefile, pkg/DESCRIPTION, pkg/src/s.c: version update; #include <S.h>; added -Wall to checking 2012-06-18 14:06 EdzerPebesma * pkg/R/show.vgms.R, pkg/src/chfactor.c, pkg/src/copy.c, pkg/src/data.c, pkg/src/err.c, pkg/src/fit.c, pkg/src/getest.c, pkg/src/hsehldr.c, pkg/src/init.c, pkg/src/ivecop.c, pkg/src/lex.c, pkg/src/lufactor.c, pkg/src/machine.c, pkg/src/mapio.c, pkg/src/matop.c, pkg/src/meminfo.c, pkg/src/memory.c, pkg/src/msim.c, pkg/src/norm.c, pkg/src/parse.c, pkg/src/polygon.c, pkg/src/predict.c, pkg/src/pxop.c, pkg/src/qrfactor.c, pkg/src/sem.c, pkg/src/solve.c, pkg/src/sparse.c, pkg/src/sprow.c, pkg/src/submat.c, pkg/src/utils.c, pkg/src/vecop.c, pkg/src/version.c, pkg/tests/unproj.Rout.save, pkg/tests/windst.Rout.save: removed all warnings that would result from using -Wall; updated two test outputs. 2012-06-16 20:52 EdzerPebesma * pkg/R/show.vgms.R, pkg/R/vgm.R: as.groups in show.vgms() now works, too. 2012-06-16 16:38 EdzerPebesma * pkg/R/show.vgms.R, pkg/man/show.vgms.Rd: added as.groups argument; typo 2012-06-16 15:37 EdzerPebesma * pkg/R/show.vgms.R, pkg/R/vgm.R, pkg/man/show.vgms.Rd: show.vgms now accepts sill, range and nugget to be vectors of length > 1 2012-05-31 19:06 EdzerPebesma * makefile, pkg/DESCRIPTION, pkg/tests/unproj.R: version; took out gstat.org 2012-05-01 17:32 EdzerPebesma * pkg/man/jura.Rd: url; more comments 2012-05-01 17:28 EdzerPebesma * pkg/man/jura.Rd: comments from David Rossiter 2012-04-30 20:33 EdzerPebesma * standalone/makefile, standalone/makefile.in, standalone/src/version.h: removed configure target 2012-04-30 19:42 EdzerPebesma * pkg/man/oxford.Rd: reference to jpg corrected, noted by David Rossiter 2012-04-30 12:54 EdzerPebesma * attic/S/makefile, makefile, pkg/DESCRIPTION, pkg/inst/ChangeLog, pkg/src/block.c, pkg/src/block.h, pkg/src/chfactor.c, pkg/src/config.hin, pkg/src/copy.c, pkg/src/debug.h, pkg/src/defs.h, pkg/src/direct.c, pkg/src/err.c, pkg/src/fit.h, pkg/src/gcdist.c, pkg/src/gcdist.h, pkg/src/getest.h, pkg/src/gls.h, pkg/src/glvars.c, pkg/src/glvars.h, pkg/src/hsehldr.c, pkg/src/lm.c, pkg/src/lufactor.c, pkg/src/machine.c, pkg/src/machine.hin, pkg/src/mapio.c, pkg/src/mapio.h, pkg/src/matop.c, pkg/src/matrix.h, pkg/src/matrix2.h, pkg/src/meminfo.c, pkg/src/meminfo.h, pkg/src/msim.c, pkg/src/msim.h, pkg/src/nsearch.c, pkg/src/nsearch.h, pkg/src/parse.c, pkg/src/parse.h, pkg/src/plot.h, pkg/src/polygon.c, pkg/src/polygon.h, pkg/src/pqueue.c, pkg/src/pqueue.h, pkg/src/predict.h, pkg/src/random.h, pkg/src/read.h, pkg/src/reml.c, pkg/src/reml.h, pkg/src/report.h, pkg/src/sem.c, pkg/src/sim.h, pkg/src/solve.c, pkg/src/sparse.h, pkg/src/stat.c, pkg/src/stat.h, pkg/src/userio.c, pkg/src/userio.h, pkg/src/utils.c, pkg/src/utils.h, pkg/src/vario.h, pkg/src/vario_fn.c, pkg/src/vario_fn.h, pkg/src/vario_io.c, pkg/src/vario_io.h, pkg/src/version.h, pkg/tests/cv.Rout.save, pkg/tests/cv3d.Rout.save, standalone/meschach/machine.h, standalone/src/s.h, standalone/src/version.h: added missing src files; increased version number. 2012-04-30 11:46 EdzerPebesma * COPYING, ChangeLog, ChangeLog.cvs, README, S, TODO, aclocal.m4, attic/S, attic/S/R/gstat/src/config.w32, attic/S/R/gstat/src/machine.w32, attic/S/TODO, configure, configure.in, install-sh, makefile, makefile.in, pkg/src/config.w32, pkg/src/machine.w32, standalone/COPYING, standalone/ChangeLog, standalone/ChangeLog.cvs, standalone/README, standalone/aclocal.m4, standalone/configure, standalone/configure.in, standalone/install-sh, standalone/makefile, standalone/makefile.in: further cleanup and code move 2012-04-30 11:31 EdzerPebesma * S/R/gstat/CHANGES, S/R/gstat/DESCRIPTION, S/R/gstat/INDEX, S/R/gstat/LICENCE, S/R/gstat/NAMESPACE, S/R/gstat/aclocal.m4, S/R/gstat/cleanup, S/R/gstat/configure, S/R/gstat/configure.in, S/R/gstat/configure.win, S/R/gstat/inst, S/R/gstat/makefile.in, S/data, S/demo, S/man, S/src, S/tests, cmd, include, lib, meschach, pkg, pkg/CHANGES, pkg/DESCRIPTION, pkg/INDEX, pkg/LICENCE, pkg/NAMESPACE, pkg/R, pkg/R/fit.lmc.R, pkg/R/fit.lmc.q, pkg/R/fit.variogram.R, pkg/R/fit.variogram.gls.R, pkg/R/fit.variogram.gls.q, pkg/R/fit.variogram.q, pkg/R/fit.variogram.reml.R, pkg/R/fit.variogram.reml.q, pkg/R/get.contr.R, pkg/R/get.contr.q, pkg/R/gstat.R, pkg/R/gstat.cv.R, pkg/R/gstat.cv.q, pkg/R/gstat.debug.R, pkg/R/gstat.debug.q, pkg/R/gstat.formula.R, pkg/R/gstat.formula.predict.R, pkg/R/gstat.formula.predict.q, pkg/R/gstat.formula.q, pkg/R/gstat.q, pkg/R/hscat.R, pkg/R/hscat.q, pkg/R/image.data.frame.R, pkg/R/image.data.frame.q, pkg/R/krige.R, pkg/R/krige.cv.R, pkg/R/krige.cv.q, pkg/R/krige.q, pkg/R/krige0.R, pkg/R/krige0.q, pkg/R/krigeTg.R, pkg/R/krigeTg.q, pkg/R/load.variogram.model.R, pkg/R/load.variogram.model.q, pkg/R/map.to.lev.R, pkg/R/map.to.lev.q, pkg/R/ossfim.R, pkg/R/ossfim.q, pkg/R/panel.pointPairs.R, pkg/R/panel.pointPairs.q, pkg/R/plot.gstatVariogram.R, pkg/R/plot.gstatVariogram.q, pkg/R/plot.pointPairs.R, pkg/R/plot.pointPairs.q, pkg/R/plot.variogramCloud.R, pkg/R/plot.variogramCloud.q, pkg/R/predict.gstat.R, pkg/R/predict.gstat.q, pkg/R/print.gstat.R, pkg/R/print.gstat.q, pkg/R/print.variogram.R, pkg/R/print.variogram.q, pkg/R/print.variogramCloud.R, pkg/R/print.variogramCloud.q, pkg/R/print.variogramModel.R, pkg/R/print.variogramModel.q, pkg/R/set.R, pkg/R/set.q, pkg/R/show.vgms.R, pkg/R/show.vgms.q, pkg/R/smenu.R, pkg/R/spplot.R, pkg/R/spplot.q, pkg/R/variogram.ST.R, pkg/R/variogram.default.R, pkg/R/variogram.default.q, pkg/R/variogram.formula.R, pkg/R/variogram.formula.q, pkg/R/variogram.gstat.R, pkg/R/variogram.gstat.q, pkg/R/variogramLine.R, pkg/R/variogramLine.q, pkg/R/variogramST.R, pkg/R/variogramST.q, pkg/R/vgm.R, pkg/R/vgm.panel.R, pkg/R/vgm.panel.q, pkg/R/vgm.q, pkg/R/xyz2img.R, pkg/R/xyz2img.q, pkg/R/zzz.R, pkg/R/zzz.q, pkg/aclocal.m4, pkg/cleanup, pkg/configure, pkg/configure.in, pkg/configure.win, pkg/data, pkg/demo, pkg/inst, pkg/makefile.in, pkg/man, pkg/src, pkg/src/data.c, pkg/src/data.h, pkg/src/defaults.h, pkg/src/direct.h, pkg/src/err.h, pkg/src/ext_dbase.h, pkg/src/fit.c, pkg/src/getest.c, pkg/src/gls.c, pkg/src/init.c, pkg/src/ivecop.c, pkg/src/lex.c, pkg/src/lex.h, pkg/src/lex.l, pkg/src/lm.h, pkg/src/memory.c, pkg/src/meschach, pkg/src/meschach/dmacheps.c, pkg/src/meschach/fmacheps.c, pkg/src/meschach/maxint.c, pkg/src/norm.c, pkg/src/predict.c, pkg/src/pxop.c, pkg/src/qrfactor.c, pkg/src/random.c, pkg/src/read.c, pkg/src/s.c, pkg/src/s.h, pkg/src/select.c, pkg/src/select.h, pkg/src/sem.h, pkg/src/sim.c, pkg/src/sparse.c, pkg/src/sparse2.h, pkg/src/sprow.c, pkg/src/submat.c, pkg/src/vario.c, pkg/src/vecop.c, pkg/src/version.c, pkg/src/zmatrix.h, pkg/src/zmatrix2.h, pkg/tests, src, standalone, standalone/cmd, standalone/include, standalone/lib, standalone/meschach, standalone/src, standalone/src/version.h: code reorganization; moving R package to pkg, standalone stuff to standalone 2012-04-09 17:22 EdzerPebesma * S/R/gstat/inst/ChangeLog, S/makefile: update 2012-03-25 14:46 EdzerPebesma * S/R/gstat/DESCRIPTION: added dependency to zoo and xts 2012-01-20 08:04 EdzerPebesma * S/src/plot.variogramCloud.q: r-sig-geo question from Tom Gottfried, 11/03/2011 2012-01-19 21:12 EdzerPebesma * S/R/gstat/inst/ChangeLog, S/src/plot.variogramCloud.q, src/s.c: minor memory leak fix. 2011-12-19 14:33 EdzerPebesma * S/man/variogram.Rd: added note that variogram.default may not be a very good entry point (likely lacking critical documentation) 2011-12-12 17:06 EdzerPebesma * S/src/krige0.q, S/tests/blockkr.Rout.save, S/tests/covtable.Rout.save, S/tests/cv.Rout.save, S/tests/cv3d.Rout.save, S/tests/fit.Rout.save, S/tests/krige0.Rout.save, S/tests/line.Rout.save, S/tests/merge.Rout.save, S/tests/na.action.Rout.save, S/tests/rings.Rout.save, S/tests/sim.Rout.save, S/tests/unproj.Rout.save, S/tests/variogram.Rout.save, S/tests/vdist.Rout.save, S/tests/windst.R, S/tests/windst.Rout.save: updated tests output (novel zoo warning)
2013-01-24Update to 1.0.3wen2-8/+9
Upstream changes: 2012-12-14 13:39 EdzerPebesma * inst/doc/jss816.Rnw, inst/doc/sto.Rnw, inst/doc/stpg.Rnw: updates 2012-11-27 16:57 EdzerPebesma * inst/doc/52n_logocl.pdf, inst/doc/jss816.Rnw, inst/doc/logo52n.pdf: logo name change 2012-11-27 16:33 EdzerPebesma * R/STFDF-methods.R, R/coerce.R, inst/doc/52n_logocl.pdf, inst/doc/jss816.Rnw, man/STFDF-class.Rd, man/na.Rd, tests/Examples/spacetime-Ex.Rout.save, tests/basic.R, tests/basic.Rout.save: as(stfdf, "xts") now exports more than one variable; added na.* docs added 52N logo to vignette 2012-11-24 19:03 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-xts.R, R/aggregate.R, R/na.R, R/stplot.R, demo/gvis.R, inst/doc/sto.Rnw, man/stplot.Rd, man/timematch.Rd, tests/Examples/spacetime-Ex.Rout.save: added na.locf, na.approx and na.spline functions (na.R, na.Rd); added require(zoo) to aggregate method that needs aggregate.zoo, so that NAMESPACE is now clean; added zoo to Suggests: corrected key.space argument in stplot (mode = 'ts'); 2012-11-17 15:54 EdzerPebesma * DESCRIPTION, NAMESPACE, R/ST-methods.R, R/aggregate.R, R/interval.R, R/over.R, R/stplot.R, R/timematch.R, inst/doc/sto.Rnw, man/timematch.Rd, tests/Examples/spacetime-Ex.Rout.save, tests/over.R, tests/over.Rout.save: timeMatch now is an S4 generic; NAMESPACE imports only what is needed, and some repairs for zoo; sto.Rnw restored; over now always uses interval:interval_overlaps for overlapping intervals; updated test outputs; DESCRIPTION now mentions package intervals 2012-11-13 11:20 EdzerPebesma * NAMESPACE: import MATCH.default, to accomodate zoo at CRAN 2012-11-12 18:34 EdzerPebesma * NAMESPACE, R/aggregate.R: updates; 2012-11-12 18:18 EdzerPebesma * NAMESPACE, R/aggregate.R, R/timematch.R, inst/doc/sto.Rnw, man/timematch.Rd, tests/Examples, tests/Examples/spacetime-Ex.Rout.save, tests/basic.Rout.save, tests/stconstruct.Rout.save: found the MATCH error: zoo needs to have S3method("MATCH", "default") in its NAMESPACE, along with MATCH import and export in spacetime NAMESPACE; else (e.g. with zoo 1.7-9 on CRAN) sto.Rnw (aggregate using aggregate.zoo) will not work without attaching zoo first; so, we now depend on zoo's development version... 2012-11-12 08:27 EdzerPebesma * NAMESPACE, R/ST-methods.R, R/aggregate.R, R/timematch.R, inst/doc/sto.Rnw, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/stconstruct.Rout.save, tests/wind.R, tests/wind.Rout.save: further NAMESPACE import limitation; but aggregate still needs zoo to be attached. 2012-11-11 15:03 EdzerPebesma * DESCRIPTION, NAMESPACE, R/aggregate.R, data/air.rda, inst/doc/jss816.Rnw, inst/doc/sto.Rnw, man/STSDF-class.Rd, man/unstack.Rd, tests/basic.R, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/raster.R, tests/raster.Rout.save, tests/stconstruct.R, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: reorganized zoo and xts to be in Imports: rather than Depends: (one issue still hangs with zoo needing to be attached before sto.Rnw can run aggregate.zoo) doc files: removed xts() calls when only time steps were passed. 2012-11-10 22:57 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/coerce.R, R/stconstruct.R, R/timematch.R: syncronized tzone of endTime with that of time; version bump. 2012-11-10 16:12 EdzerPebesma * DESCRIPTION, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, data/air.rda, inst/doc/jss816.Rnw, man/STLDF-class.Rd, tests/raster.Rout.save, tests/wind.Rout.save: added time zone to rural air data; time zones in various ST methods (as.xts, selection) got lost, now retained; updated tests outputs; version bump 2012-11-05 13:22 EdzerPebesma * man/eof.Rd: limited time steps for example, to reduce run time 2012-11-05 11:43 EdzerPebesma * DESCRIPTION, demo/00Index, demo/trip.R, inst/CITATION, inst/doc/jss816.Rnw, inst/doc/jss816.bib, man/ST-class.Rd, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STLDF-class.Rd, man/STSDF-class.Rd, man/STTDF-class.Rd, man/delta.Rd, man/over.Rd, man/stconstruct.Rd, man/stplot.Rd, man/timematch.Rd, tests/traj.R, tests/traj.Rout.save: update references to JSS paper; its publication corresponds to releasing 1.0-0; removed trip from Suggests:. 2012-10-29 13:13 BenediktGraeler * DESCRIPTION: 2012-10-28 20:10 EdzerPebesma * inst/doc/sto.Rnw: updated information on endTime and intervals. 2012-10-28 18:42 EdzerPebesma * R/raster.R, R/timematch.R: reverted back setClass(); alternative way to keep tzone in augment.with.one() 2012-10-27 20:22 EdzerPebesma * R/STFDF-methods.R, R/STSDF-methods.R, R/raster.R, R/timematch.R, tests/basic.Rout.save, tests/traj.Rout.save: raster: restore setClass for RasterStackBrick, if not loaded before; ST?DF-methods: missing , in as.data.frame method timematch.R: augment.with.one dropped tzone; tests: updated for tzone; coerce STFDF->STSDF->STIDF->STSDF->STFDF no longer identical, as endTime doesn't get set back (further check needed?) 2012-10-26 18:46 EdzerPebesma * R/STFDF-methods.R, R/STSDF-methods.R, R/timematch.R: two bugs caught by Ben Graeler; cosmetic changes to timematch. 2012-10-25 19:41 EdzerPebesma * demo/00Index: added gvis to index 2012-10-24 06:50 EdzerPebesma * demo/gvis.R: added googleVis demos 2012-10-23 05:59 EdzerPebesma * R/raster.R: removed setClass. 2012-10-21 20:33 EdzerPebesma * inst/doc/sto.Rnw: updated references 2012-10-21 09:24 EdzerPebesma * R/ST-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/aggregate.R, R/eof.R, R/plot.R, R/stconstruct.R, R/stplot.R: EOF: use prcomp.formula so that na.action gets passed; default xts slot gets named index column; 2012-10-18 13:15 EdzerPebesma * R/stplot.R, man/stplot.Rd: argument mismatch (scales = list(draw=FALSE)) 2012-10-14 10:53 EdzerPebesma * NAMESPACE, R/ST-methods.R, R/coerce.R: dim methods for STT, STx cercion. 2012-10-03 14:56 EdzerPebesma * R/endtime.R, R/stplot.R, inst/doc/jss816.Rnw: added endTime; update to vignette; scales handling in stplot. 2012-09-28 20:48 EdzerPebesma * DESCRIPTION, R/stplot.R, man/stplot.Rd: stplot: correct scales argument if unprojected; DESCRIPTION: dropped removed file. 2012-09-25 21:34 EdzerPebesma * DESCRIPTION, R/Class-STLDF.R, R/STLDF-methods.R, inst/doc/jss816.Rnw, tests/basic.R, tests/over.R, tests/over.Rout.save, tests/traj.R, tests/traj.Rout.save: removed STLDF sources; version bump; tried to make tests clean wrt TZ differences 2012-09-25 08:20 EdzerPebesma * R/STTDF-methods.R: needed for CRAN submission 2012-09-24 19:42 EdzerPebesma * R/tgrass.R: dealt with endTime in writing tgrass files 2012-09-23 18:48 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/Class-STLDF.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STLDF-methods.R, R/STSDF-methods.R, R/STTDF-methods.R, R/coerce.R, R/eof.R, R/interval.R, R/over.R, R/plot.R, R/raster.R, R/stconstruct.R, R/timematch.R, data/air.rda, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/jss816.Rnw, inst/doc/move.fig, inst/doc/move.pdf, man/ST-class.Rd, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STLDF-class.Rd, man/STSDF-class.Rd, man/delta.Rd, man/interval.Rd, man/stconstruct.Rd, man/timematch.Rd, tests/basic.Rout.save, tests/over.R, tests/over.Rout.save, tests/raster.Rout.save, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: removed STL and STLDF class, added endTime as slot to ST, and tried to deal with all the consequences of having an endTime for each observation. Started integrating the more efficient intervals matching from package "intervals". Updated vignette and docs. 2012-09-12 18:23 EdzerPebesma * DESCRIPTION, R/raster.R, R/tgrass.R: moved tgrass stuff to new file 2012-09-12 15:25 EdzerPebesma * R/ST-methods.R, R/raster.R, man/tgrass.Rd: minor mods to pass check again. 2012-09-12 15:01 EdzerPebesma * man/tgrass.Rd: {read,write}.tgrass doc 2012-09-12 14:28 EdzerPebesma * R/raster.R: removed the "x" before .tif 2012-09-12 14:12 EdzerPebesma * NAMESPACE, R/raster.R: updated {read,write}.tgrass functions 2012-09-11 17:07 EdzerPebesma * R/raster.R: typo 2012-09-07 09:22 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/Class-STFDF.R, R/Class-STIDF.R, R/Class-STLDF.R, R/Class-STSDF.R, R/Class-STTDF.R, R/ST-methods.R, R/STLDF-methods.R, R/raster.R, tests/basic.R, tests/basic.Rout.save: class validity now checks that attribute names in attributes, space or time are not duplicated. 2012-08-29 06:26 EdzerPebesma * R/stconstruct.R: patch from Ben Graeler, dealing with univariate time-wide data 2012-08-27 07:10 EdzerPebesma * DESCRIPTION, R/aggregate.R, R/over.R, R/timematch.R, man/interval.Rd, man/over.Rd, man/timematch.Rd, tests/traj.Rout.save: split over.R; added links to manual pages; updated Suggests: packages. 2012-08-26 21:07 EdzerPebesma * R/over.R, man/interval.Rd, man/timematch.Rd, tests/over.R, tests/over.Rout.save: added timeMatch for STL objects - irregular time intervals 2012-08-13 15:53 EdzerPebesma * R/over.R: simplified (hopefully) the time over function 2012-08-10 11:41 EdzerPebesma * DESCRIPTION, R/raster.R, man/stplot.Rd, tests/raster.R, tests/raster.Rout.save, tests/traj.Rout.save: added raster conversion functions 2012-07-25 13:40 EdzerPebesma * inst/doc/jss816.Rnw, inst/doc/jss816.bib, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib: name change of vignette. 2012-07-04 16:37 EdzerPebesma * inst/doc/spacetime.Rnw, tests/traj.R, tests/traj.Rout.save, tests/wind.Rout.save: submission of 0.7-1 to CRAN 2012-07-02 07:58 EdzerPebesma * NAMESPACE, R/plot.R, R/stplot.R, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw: new submission to JSS 2012-07-01 22:40 EdzerPebesma * man/STLDF-class.Rd: man page for STLDF 2012-07-01 22:40 EdzerPebesma * inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/STFDF-class.Rd, man/STIDF-class.Rd, man/STSDF-class.Rd, man/STTDF-class.Rd, man/stplot.Rd: class work; comments from second JSS review 2012-06-19 07:49 EdzerPebesma * R/Class-STLDF.R, R/STLDF-methods.R, R/plot.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, man/STIDF-class.Rd: more edits to class diagram 2012-06-19 07:08 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-STLDF.R, R/ST-methods.R, R/STLDF-methods.R, R/STTDF-methods.R, R/plot.R, R/stplot.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/stplot.Rd, tests/traj.R: added STL/STLDF class, and methods; added plot methods 2012-05-31 13:33 EdzerPebesma * man/stplot.Rd, tests/traj.Rout.save: dependent package versions in test; do.repeat argument in docs 2012-05-31 12:56 EdzerPebesma * R/over.R, R/stplot.R: added do.repeat argument to stplot.R 2012-05-29 12:28 EdzerPebesma * DESCRIPTION: updated URL field 2012-05-29 10:27 EdzerPebesma * DESCRIPTION: version / date increase 2012-05-29 10:24 EdzerPebesma * R/stplot.R: cuts argument was not passed to spplot if animate > 0 2012-05-25 13:27 EdzerPebesma * inst/doc/spacetime.Rnw: two minor modifications in section 8. 2012-05-25 08:46 EdzerPebesma * inst/doc/produc.jpg, inst/doc/produc.png: size reduction of bitmap, needed by CRAN 2012-05-24 16:18 EdzerPebesma * R/over.R, inst/doc/sto.Rnw: simplifications to timeMatch; better explanation of interval-interval match in vignette 2012-05-24 07:17 EdzerPebesma * R/interval.R, R/over.R, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/wind.pdf, inst/doc/windts.pdf, man/over.Rd, man/timematch.Rd, tests/over.R, tests/over.Rout.save: more work getting time intervals work properly, and document this. 2012-05-14 21:31 EdzerPebesma * NAMESPACE, R/Class-ST.R, R/Class-STTDF.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/interval.R, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/spacetime.Rnw, man/ST-class.Rd, man/canmove.Rd, man/interval.Rd, tests/basic.Rout.save: got rid of canMove slot, and methods. 2012-05-14 19:31 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/interval.R, data/air.rda, inst/doc/cls.fig, inst/doc/cls.pdf, inst/doc/move.fig, inst/doc/move.pdf, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib, man/ST-class.Rd, man/canmove.Rd, man/stplot.Rd, tests/basic.Rout.save, tests/over.Rout.save, tests/stconstruct.Rout.save, tests/traj.Rout.save, tests/wind.R, tests/wind.Rout.save: added canMove slot to ST; updated class figure; increased version; re-saved air data; added figure and timeIsInterval/canMove to vignette; 2012-05-13 20:49 EdzerPebesma * DESCRIPTION, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/STTDF-methods.R, R/coerce.R, R/stplot.R, inst/doc/spacetime.Rnw, inst/doc/spacetime.bib: further review from JSS; improved support for timeIsInterval. 2012-05-03 15:10 EdzerPebesma * DESCRIPTION: updated date 2012-04-23 13:44 EdzerPebesma * DESCRIPTION, NAMESPACE, R/Class-ST.R, R/ST-methods.R, R/STFDF-methods.R, R/STIDF-methods.R, R/STSDF-methods.R, R/coerce.R, R/interval.R, R/stconstruct.R, man/ST-class.Rd, man/interval.Rd, man/stconstruct.Rd: added timeIsInterval() generic (retrieve, set), which indicates whether time is Interval (TRUE) or Instant (FALSE). 2012-04-21 20:47 EdzerPebesma * R/over.R: got rid of some double loops. 2012-04-09 17:22 EdzerPebesma * DESCRIPTION: version update 2012-04-03 15:53 EdzerPebesma * DESCRIPTION, R/STTDF-methods.R, R/coerce.R, inst/doc/spacetime.Rnw: moved some ST? coercion functions; updated version number; diveMove example change in vignette.
2013-01-24Add R-intervalswen1-1/+2
2013-01-24Import R-intervals version 0.13.3wen3-0/+23
Tools for working with and comparing sets of points and intervals.
2013-01-17Some R libraries may extensively use GNU configure, so passmishka1-1/+5
the obvious CONFIGURE_ARGS through.
2013-01-16Update ruby-spreadsheet to 0.7.6.obache2-6/+6
=== 0.7.6 / 15.01.2013 Author: Kenichi Kamiya <kachick1@gmail.com> Date: Tue Jan 15 15:52:58 2013 +0900 * Remove warnings "method redefined; discarding old default_format" * Remove warnings "`*' interpreted as argument prefix" * Remove warnings "instance variable @{ivar} not initialized" * Remove warnings "assigned but unused variable" also see: https://github.com/zdavatz/spreadsheet/pull/21
2013-01-11Don't conflict with libm.joerg4-6/+49
2013-01-11Prefer in-tree bsdtar over gtar. Simplify.joerg1-7/+4
2013-01-07Update pandas to 0.10.0.bad4-32/+53
pkgsrc change: depend on math/py-pytables. Changes since 0.9.1: * Delimited file parsing engine rewritten to use a fraction of memory while being 40%+ faster. - Much-improved Unicode handling via the encoding option. - Column filtering (usecols) - Dtype specification (dtype argument) - Ability to specify strings to be recognized as True/False - Ability to yield NumPy record arrays (as_recarray) - High performance delim_whitespace option - Decimal format (e.g. European format) specification - Easier CSV dialect options: escapechar, lineterminator, quotechar, etc. - More robust handling of many exceptional kinds of files observed in the wild * API changes - Deprecated DataFrame BINOP TimeSeries special case behavior - Altered resample default behavior - Infinity and negative infinity are no longer treated as NA by isnull and notnull. - Methods with the inplace option now all return None instead of the calling object. - pandas.merge no longer sorts the group keys (sort=False) by default. - The default column names for a file with no header have been changed. - Values like 'Yes' and 'No' are not interpreted as boolean by default. - The file parsers will not recognize non-string values arising from a converter function as NA. - Calling fillna on Series or DataFrame with no arguments is no longer valid code. - Series.apply will now operate on a returned value from the applied function. - New API functions for working with pandas options. * New features - Wide DataFrame Printing. - Updated PyTables Support. * Enhancements - added ability to hierarchical keys. - added mixed-dtype support! - performance improvments on table writing. - support for arbitrarily indexed dimensions. - SparseSeries now has a density property. * Bug fixes - added Term method of specifying where conditions. - del store['df'] now call store.remove('df') for store deletion. - deleting of consecutive rows is much faster than before. - in_itemsize parameter can be specified in table creation to force a minimum size for indexing columns. - indexing support via create_table_index (requires PyTables >= 2.3) - appending on a store would fail if the table was not first created via put. - fixed issue with missing attributes after loading a pickled dataframe. - minor change to select and remove: require a table ONLY if where is also provided. * Compatibility - 0.10 of HDFStore is backwards compatible for reading tables created in a prior version of pandas, however, query terms using the prior (undocumented) methodology are unsupported. * N Dimensional Panels (Experimental)
2013-01-05Update ruby-spreadsheet to 0.7.5.obache3-7/+9
=== 0.7.5 / 06.12.2012 * Add error tolerant values for Iconv when writing spreadsheet * by andrea@spaghetticode.it === 0.7.4 / 06.10.2012 * Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data. * patches by https://github.com/mdgreenfield/spreadsheet
2012-12-20To be a friend, you have to know the other function. Make sure that thejoerg4-1/+64
ordinal.h header is include guarded. Fix main prototype.
2012-12-20Fix build of octave on systems with fltk installed (PR47216)prlw11-1/+3
"Native graphics" = opengl + fltk, so switching off opengl also switches off fltk.
2012-12-17Update to Maxima 5.29.1asau3-14/+12
Changes are unknown, but there's a usual batch of bug fixes.
2012-12-17Update to 4.6.7wen2-6/+6
No upstream changelog.