Commit graph

3068 commits

Author SHA1 Message Date
obache
31b1e080e5 Update ruby-spreadsheet to 0.7.7.
=== 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-24 10:50:35 +00:00
wen
ca55ccfa01 Update to 1.3.8
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-24 02:24:15 +00:00
wen
a14064fccf Update to 0.9.3
No upstream changelog.
2013-01-24 01:59:44 +00:00
wen
e8d7dde558 Update to 1.0.15
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-24 01:51:13 +00:00
wen
48cf176483 Update to 1.0.3
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-24 01:40:57 +00:00
wen
7bdfd12a56 Add R-intervals 2013-01-24 01:27:21 +00:00
wen
a1989b234c Import R-intervals version 0.13.3
Tools for working with and comparing sets of points and intervals.
2013-01-24 01:26:22 +00:00
mishka
68042ba112 Some R libraries may extensively use GNU configure, so pass
the obvious CONFIGURE_ARGS through.
2013-01-17 11:09:44 +00:00
obache
75f017ba79 Update ruby-spreadsheet to 0.7.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-16 12:20:21 +00:00
joerg
4d888b6258 Don't conflict with libm. 2013-01-11 13:29:34 +00:00
joerg
26f4079a64 Prefer in-tree bsdtar over gtar. Simplify. 2013-01-11 00:00:04 +00:00
bad
011b1b01b1 Update pandas to 0.10.0.
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-07 23:18:35 +00:00
obache
c7b3b2453a Update ruby-spreadsheet to 0.7.5.
=== 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
2013-01-05 05:16:48 +00:00
joerg
3805364b61 To be a friend, you have to know the other function. Make sure that the
ordinal.h header is include guarded. Fix main prototype.
2012-12-20 21:47:31 +00:00
prlw1
5ee9c225a7 Fix build of octave on systems with fltk installed (PR47216)
"Native graphics" = opengl + fltk, so switching off opengl also switches
off fltk.
2012-12-20 15:11:15 +00:00
asau
85ea525b9c Update to Maxima 5.29.1
Changes are unknown, but there's a usual batch of bug fixes.
2012-12-17 21:35:11 +00:00
wen
0e1da0e23b Update to 4.6.7
No upstream changelog.
2012-12-17 15:04:19 +00:00
wen
6df1e25044 Update to 2.15.1
Approved by wiz@

Upstream changes:
CHANGES IN R VERSION 2.15.1:

  NEW FEATURES:

    o source() now uses withVisible() rather than
      .Internal(eval.with.vis).  This sometimes alters tracebacks
      slightly.

    o install.packages("pkg_version.tgz") on Mac OS X now has sanity
      checks that this is actually a binary package (as people have
      tried it with incorrectly named source packages).

    o splineDesign() and spline.des() in package splines have a new
      option sparse which can be used for efficient construction of a
      sparse B-spline design matrix (_via_ Matrix).

    o norm() now allows type = "2" (the 'spectral' or 2-norm) as well,
      mainly for didactical completeness.

    o pmin() and pmax()) now also work when one of the inputs is of
      length zero and others are not, returning a zero-length vector,
      analogously to, say, +.

    o colorRamp() (and hence colorRampPalette()) now also works for the
      boundary case of just one color when the ramp is flat.

    o qqline() has new optional arguments distribution, probs and
      qtype, following the example of lattice's panel.qqmathline().

    o .C() gains some protection against the misuse of character vector
      arguments.  (An all too common error is to pass character(N),
      which initializes the elements to "", and then attempt to edit
      the strings in-place, sometimes forgetting to terminate them.)

    o Calls to the new function globalVariables() in package utils
      declare that functions and other objects in a package should be
      treated as globally defined, so that CMD check will not note
      them.

    o print(packageDescription(*)) trims the Collate field by default.

    o The included copy of zlib has been updated to version 1.2.7.

    o A new option "show.error.locations" has been added.  When set to
      TRUE, error messages will contain the location of the most recent
      call containing source reference information. (Other values are
      supported as well; see ?options.)
   o The NA warning messages from e.g. pchisq() now report the call to
      the closure and not that of the .Internal.

    o Added Polish translations by <c5><81>ukasz Daniel.

  PERFORMANCE IMPROVEMENTS:

    o In package parallel, makeForkCluster() and the multicore-based
      functions use native byte-order for serialization (deferred from
      2.15.0).

    o lm.fit(), lm.wfit(), glm.fit() and lsfit() do less copying of
      objects, mainly by using .Call() rather than .Fortran().

    o .C() and .Fortran() do less copying: arguments which are raw,
      logical, integer, real or complex vectors and are unnamed are not
      copied before the call, and (named or not) are not copied after
      the call.  Lists are no longer copied (they are supposed to be
      used read-only in the C code).

    o tabulate() makes use of .C(DUP = FALSE) and hence does not copy
      bin.  (Suggested by Tim Hesterberg.)  It also avoids making a
      copy of a factor argument bin.

    o Other functions (often or always) doing less copying include
      cut(), dist(), the complex case of eigen(), hclust(), image(),
      kmeans(), loess(), stl() and svd(LINPACK = TRUE).

    o There is less copying when using primitive replacement functions
      such as names(), attr() and attributes().

  DEPRECATED AND DEFUNCT:

    o The converters for use with .C() (see ?getCConverterDescriptions)
      are deprecated: use the .Call() interface instead.  There are no
      known examples (they were never fully documented).

  UTILITIES:

    o For R CMD check, a few people have reported problems with
      junctions on Windows (although they were tested on Windows 7, XP
      and Server 2008 machines and it is unknown under what
      circumstances the problems occur).  Setting the environment
      variable R_WIN_NO_JUNCTIONS to a non-empty value (e.g. in
      ~/.R/check.Renviron) will force copies to be used instead.

  INSTALLATION:
    o R CMD INSTALL with _R_CHECK_INSTALL_DEPENDS_ set to a true value
      (as done by R CMD check --as-cran) now restricts the packages
      available when lazy-loading as well as when test-loading (since
      packages such as ETLUtils and agsemisc had top-level calls to
      library() for undeclared packages).

      This check is now also available on Windows.

  C-LEVEL FACILITIES:

    o C entry points mkChar and mkCharCE now check that the length of
      the string they are passed does not exceed 2^31-1 bytes: they
      used to overflow with unpredictable consequences.

    o C entry points R_GetCurrentSrcref and R_GetSrcFilename have been
      added to the API to allow debuggers access to the source
      references on the stack.

  WINDOWS-SPECIFIC CHANGES:

    o Windows-specific changes will now be announced in this file
      (NEWS).  Changes up and including R 2.15.0 remain in the CHANGES
      file.

    o There are two new environment variables which control the
      defaults for command-line options.

      If R_WIN_INTERNET2 is set to a non-empty value, it is as if
      --internet2 was used.

      If R_MAX_MEM_SIZE is set, it gives the default memory limit if
      --max-mem-size is not specified: invalid values being ignored.

  BUG FIXES:

    o lsfit() lost the names from the residuals.

    o More cases in which merge() could create a data frame with
      duplicate column names now give warnings.  Cases where names
      specified in by match multiple columns are errors.

    o Nonsense uses such as seq(1:50, by = 5) (from package plotrix)
      and seq.int(1:50, by = 5) are now errors.

    o The residuals in the 5-number summary printed by summary() on an
      "lm" object are now explicitly labelled as weighted residuals
      when non-constant weights are present.  (Wish of PR#14840.)

    o tracemem() reported that all objects were copied by .C() or
      .Fortran() whereas only some object types were ever copied.

      It also reported and marked as copies _some_ transformations such
      as rexp(n, x): it no longer does so.

    o The plot() method for class "stepfun" only used the optional xval
      argument to compute xlim and not the points at which to plot (as
      documented).  (PR#14864)

    o Names containing characters which need to be escaped were not
      deparsed properly.  (PR#14846)

    o Trying to update (recommended) packages in R_HOME/library without
      write access is now dealt with more gracefully.  Further, such
      package updates may be skipped (with a warning), when a newer
      installed version is already going to be used from .libPaths().
      (PR#14866)

    o hclust() is now fast again (as up to end of 2003), with a
      different fix for the "median"/"centroid" problem.  (PR#4195).

    o get_all_vars() failed when the data came entirely from vectors in
      the global environment. (PR#14847)

    o R CMD check with _R_CHECK_NO_RECOMMENDED_ set to a true value (as
      done by the --as-cran option) could issue false errors if there
      was an indirect dependency on a recommended package.

    o formatC() uses the C entry point str_signif which could write
      beyond the length allocated for the output string.

    o Missing default argument added to implicit S4 generic for
      backsolve(). (PR#14883)

    o Some bugs have been fixed in handling load actions that could
      fail to export assigned items or generate spurious warnings in
      CMD check on loading.

    o For tiff(type = "windows"), the numbering of per-page files
      except the last was off by one.

    o On Windows, loading package stats (which is done for a default
      session) would switch line endings on stdout and stderr from CRLF
      to LF.  This affected Rterm and R CMD BATCH.

    o On Windows, the compatibility function x11() had not kept up with
      changes to windows(), and issued warnings about bad parameters.
      (PR#14880)

    o On Windows, the Sys.glob() function did not handle UNC paths as
      it was designed to try to do. (PR#14884)

    o In package parallel, clusterApply() and similar failed to handle
      a (pretty pointless) length-1 argument. (PR#14898)

    o Quartz Cocoa display reacted asynchronously to dev.flush() which
      means that the redraw could be performed after the plot has been
      already modified by subsequent code. The redraw is now done
      synchronously in dev.flush() to allow animations without sleep
      cycles.

    o Source locations reported in traceback() were incorrect when
      byte-compiled code was on the stack.

    o plogis(x, lower = FALSE, log.p = TRUE) no longer underflows early
      for large x (e.g. 800).

    o ?Arithmetic's "1 ^ y and y ^ 0 are 1, _always_" now also applies
      for integer vectors y.

    o X11-based pixmap devices like png(type = "Xlib") were trying to
      set the cursor style, which triggered some warnings and hangs.

    o Code executed by the built-in HTTP server no longer allows other
      HTTP clients to re-enter R until the current worker evaluation
      finishes, to prevent cascades.

    o The plot() and Axis() methods for class "table" now respect
      graphical parameters such as cex.axis.  (Reported by Martin
      Becker.)

    o Under some circumstances package.skeleton() would give out
      progress reports that could not be translated and so were
      displayed by question marks.  Now they are always in English.
      (This was seen for CJK locales on Windows, but may have occurred
      elsewhere.)

    o The evaluator now keeps track of source references outside of
      functions, e.g. when source() executes a script.

    o The replacement method for window() now works correctly for
      multiple time series of class "mts".  (PR#14925)

    o is.unsorted() gave incorrect results on non-atomic objects such
      as data frames.  (Reported by Matthew Dowle.)

    o The value returned by tools::psnice() for invalid pid values was
      not always NA as documented.

    o Closing an X11() window while locator() was active could abort
      the R process.

    o getMethod(f, sig) produced an incorrect error message in some
      cases when f was not a string).

    o Using a string as a "call" in an error condition with
      options(showErrorCalls=TRUE) could cause a segfault.  (PR#14931)

    o The string "infinity" allowed by C99 was not accepted as a
      numerical string value by e.g. scan() and as.character().
      (PR#14933)

    o In legend(), setting some entries of lwd to NA was inconsistent
      (depending on the graphics device) in whether it would suppress
      those lines; now it consistently does so.  (PR#14926)

    o by() failed for a zero-row data frame.  (Reported by Weiqiang
      Qian)

    o Yates correction in chisq.test() could be bigger than the terms
      it corrected, previously leading to an infinite test statistic in
      some corner cases which are now reported as NaN.

    o xgettext() and related functions sometimes returned items that
      were not strings for translation. (PR#14935)

    o plot(<lm>, which=5) now correctly labels the factor level
      combinations for the special case where all h[i,i] are the same.
      (PR#14837)

CHANGES IN R VERSION 2.15.0:

  SIGNIFICANT USER-VISIBLE CHANGES:

    o The behaviour of unlink(recursive = TRUE) for a symbolic link to
      a directory has changed: it now removes the link rather than the
      directory contents (just as rm -r does).

      On Windows it no longer follows reparse points (including
      junctions and symbolic links).

  NEW FEATURES:

    o Environment variable RD2DVI_INPUTENC has been renamed to
      RD2PDF_INPUTENC.

    o .Deprecated() becomes a bit more flexible, getting an old
      argument.

    o Even data-only packages without R code need a namespace and so
      may need to be installed under R 2.14.0 or later.

    o assignInNamespace() has further restrictions on use apart from at
      top-level, as its help page has warned.  Expect it to be disabled
      from programmatic use in the future.

    o system() and system2() when capturing output report a non-zero
      status in the new "status" attribute.

    o kronecker() now has an S4 generic in package methods on which
      packages can set methods.  It will be invoked by X %x% Y if
      either X or Y is an S4 object.

    o pdf() accepts forms like file = "|lpr" in the same way as
      postscript().

    o pdf() accepts file = NULL.  This means that the device does NOT
      create a PDF file (but it can still be queried, e.g., for font
      metric info).

    o format() (and hence print()) on "bibentry" objects now uses
      options("width") to set the output width.

    o legend() gains a text.font argument. (Suggested by Tim Paine,
      PR#14719.)

    o nchar() and nzchar() no longer accept factors (as integer
      vectors).  (Wish of PR#6899.)

    o summary() behaves slightly differently (or more precisely, its
      print() method does).  For numeric inputs, the number of NAs is
      printed as an integer and not a real.  For dates and datetimes,
      the number of NAs is included in the printed output (the latter
      being the wish of PR#14720).

      The "data.frame" method is more consistent with the default
      method: in particular it now applies zapsmall() to
      numeric/complex summaries.

    o The number of items retained with options(warn = 0) can be set by
      options(nwarnings=).

    o There is a new function assignInMyNamespace() which uses the
      namespace of the function it is called from.

    o attach() allows the default name for an attached file to be
      overridden.

    o bxp(), the work horse of boxplot(), now uses a more sensible
      default xlim in the case where at is specified differently from
      1:n, see the discussion on R-devel, <URL:
      https://stat.ethz.ch/pipermail/r-devel/2011-November/062586.html>.

    o New function paste0(), an efficient version of paste(*, sep=""),
      to be used in many places for more concise (and slightly more
      efficient) code.

    o Function setClass() in package methods now returns, invisibly, a
      generator function for the new class, slightly preferred to
      calling new(), as explained on the setClass help page.

    o The "dendrogram" method of str() now takes its default for
      last.str from option str.dendrogram.last.

    o New simple fitted() method for "kmeans" objects.

    o The traceback() function can now be called with an integer
      argument, to display a current stack trace. (Wish of PR#14770.)

    o setGeneric() calls can be simplified when creating a new generic
      function by supplying the default method as the def argument.
      See ?setGeneric.

    o serialize() has a new option xdr = FALSE which will use the
      native byte-order for binary serializations.  In scenarios where
      only little-endian machines are involved (these days, close to
      universal) and (un)serialization takes an appreciable amount of
      time this may speed up noticeably transferring data between
      systems.

    o The internal (un)serialization code is faster for long vectors,
      particularly with XDR on some platforms.  (Based on a suggested
      patch by Michael Spiegel.)

    o For consistency, circles with zero radius are omitted by points()
      and grid.circle().  Previously this was device-dependent, but
      they were usually invisible.

    o NROW(x) and NCOL(x) now work whenever dim(x) looks appropriate,
      e.g., also for more generalized matrices.

    o PCRE has been updated to version 8.30.

    o The internal R_Srcref variable is now updated before the browser
      stops on entering a function.  (Suggestion of PR#14818.)

    o There are 'bare-bones' functions .colSums(), .rowSums(),
      .colMeans() and .rowMeans() for use in programming where ultimate
      speed is required.

    o The formerly internal function .package_dependencies() from
      package tools for calculating (recursive) (reverse) dependencies
      on package databases has been renamed to package_dependencies()
      and is now exported.

    o There is a new function optimHess() to compute the (approximate)
      Hessian for an optim() solution if hessian = TRUE was forgotten.

    o .filled.contour() is a 'bare-bones' function to add a
      filled-contour rectangular plot to an already prepared plot
      region.

    o The stepping in debugging and single-step browsing modes has
      changed slightly: now left braces at the start of the body are
      stepped over for if statements as well as for for and while
      statements.  (Wish of PR#14814.)

    o library() no longer warns about a conflict with a function from
      package:base if the function has the same code as the base one
      but with a different environment.  (An example is Matrix::det().)

    o When deparsing very large language objects, as.character() now
      inserts newlines after each line of approximately 500 bytes,
      rather than truncating to the first line.

    o New function rWishart() generates Wishart-distributed random
      matrices.

    o Packages may now specify actions to be taken when the package is
      loaded (setLoadActions()).

    o options(max.print = Inf) and similar now give an error (instead
      of warnings later).

    o The "difftime" replacement method of units tries harder to
      preserve other attributes of the argument.  (Wish of PR#14839.)

    o poly(raw = TRUE) no longer requires more unique points than the
      degree.  (Requested by John Fox.)

  PACKAGE parallel:

    o There is a new function mcmapply(), a parallel version of
      mapply(), and a wrapper mcMap(), a parallel version of Map().

    o A default cluster can be registered by the new function
      setDefaultCluster(): this will be used by default in functions
      such as parLapply().

    o clusterMap() has a new argument .scheduling to allow the use of
      load-balancing.

    o There are new load-balancing functions parLapplyLB() and
      parSapplyLB().

    o makePSOCKCluster() has a new option useXDR = FALSE which can be
      used to avoid byte-shuffling for serialization when all the nodes
      are known to be little-endian (or all big-endian).

  PACKAGE INSTALLATION:

    o Non-ASCII vignettes without a declared encoding are no longer
      accepted.

    o C/C++ code in packages is now compiled with -NDEBUG to mitigate
      against the C/C++ function assert being called in production use.
      Developers can turn this off during package development with
      PKG_CPPFLAGS = -UNDEBUG.

    o R CMD INSTALL has a new option --dsym which on Mac OS X (Darwin)
      dumps the symbols alongside the .so file: this is helpful when
      debugging with valgrind (and especially when installing packages
      into R.framework).  [This can also be enabled by setting the
      undocumented environment variable PKG_MAKE_DSYM, since R 2.12.0.]

    o R CMD INSTALL will test loading under all installed
      sub-architectures even for packages without compiled code, unless
      the flag --no-multiarch is used.  (Pure R packages can do things
      which are architecture-dependent: in the case which prompted
      this, looking for an icon in a Windows R executable.)

    o There is a new option install.packages(type = "both") which tries
      source packages if binary packages are not available, on those
      platforms where the latter is the default.

    o The meaning of install.packages(dependencies = TRUE) has changed:
      it now means to install the essential dependencies of the named
      packages plus the Suggests, but only the essential dependencies
      of dependencies.  To get the previous behaviour, specify
      dependencies as a character vector.

    o R CMD INSTALL --merge-multiarch is now supported on OS X and
      other Unix-alikes using multiple sub-architectures.

    o R CMD INSTALL --libs-only now by default does a test load on
      Unix-alikes as well as on Windows: suppress with --no-test-load.

  UTILITIES:

    o R CMD check now gives a warning rather than a note if it finds
      inefficiently compressed datasets.  With bzip2 and xz compression
      having been available since R 2.10.0, it only exceptionally makes
      sense to not use them.

      The environment variable _R_CHECK_COMPACT_DATA2_ is no longer
      consulted: the check is always done if _R_CHECK_COMPACT_DATA_ has
      a true value (its default).

    o Where multiple sub-architectures are to be tested, R CMD check
      now runs the examples and tests for all the sub-architectures
      even if one fails.

    o R CMD check can optionally report timings on various parts of the
      check: this is controlled by environment variable
      _R_CHECK_TIMINGS_ documented in 'Writing R Extensions'.  Timings
      (in the style of R CMD BATCH) are given at the foot of the output
      files from running each test and the R code in each vignette.

    o There are new options for more rigorous testing by R CMD check
      selected by environment variables - see the 'Writing R
      Extensions' manual.

    o R CMD check now warns (rather than notes) on undeclared use of
      other packages in examples and tests: increasingly people are
      using the metadata in the DESCRIPTION file to compute information
      about packages, for example reverse dependencies.

    o The defaults for some of the options in R CMD check (described in
      the 'R Internals' manual) have changed: checks for unsafe and
      .Internal() calls and for partial matching of arguments in R
      function calls are now done by default.

    o R CMD check has more comprehensive facilities for checking
      compiled code and so gives fewer reports on entry points linked
      into .so/.dll files from libraries (including C++ and Fortran
      runtimes).

      Checking compiled code is now done on FreeBSD (as well as the
      existing supported platforms of Linux, Mac OS X, Solaris and
      Windows).

    o R CMD build has more options for --compact-vignettes: see R CMD
      build --help.

    o R CMD build has a new option --md5 to add an MD5 file (as done by
      CRAN): this is used by R CMD INSTALL to check the integrity of
      the distribution.

      If this option is not specified, any existing (and probably
      stale) MD5 file is removed.

  DEPRECATED AND DEFUNCT:

    o R CMD Rd2dvi is now defunct: use R CMD Rd2pdf.

    o Options such --max-nsize, --max-vsize and the function
      mem.limits() are now defunct.  (Options --min-nsize and
      --min-vsize remain available.)

    o Use of library.dynam() without specifying all the first three
      arguments is now disallowed.

      Use of an argument chname in library.dynam() including the
      extension .so or .dll (which was never allowed according to the
      help page) is defunct.  This also applies to
      library.dynam.unload() and to useDynLib directives in NAMESPACE
      files.

    o The internal functions .readRDS() and .saveRDS() are now defunct.

    o The off-line help() types "postscript" and "ps" are defunct.

    o Sys.putenv(), replaced and deprecated in R 2.5.0, is finally
      removed.

    o Some functions/objects which have been defunct for five or more
      years have been removed completely.  These include .Alias(),
      La.chol(), La.chol2inv(), La.eigen(), Machine(), Platform(),
      Version, codes(), delay(), format.char(), getenv(), httpclient(),
      loadURL(), machine(), parse.dcf(), printNoClass(), provide(),
      read.table.url(), restart(), scan.url(), symbol.C(), symbol.For()
      and unix().

    o The ENCODING argument to .C() is deprecated.  It was intended to
      smooth the transition to multi-byte character strings, but can be
      replaced by the use of iconv() in the rare cases where it is
      still needed.

  INSTALLATION:

    o Building with a positive value of --with-valgrind-instrumentation
      now also instruments logical, complex and raw vectors.

  C-LEVEL FACILITIES:

    o Passing R objects other than atomic vectors, functions, lists and
      environments to .C() is now deprecated and will give a warning.
      Most cases (especially NULL) are actually coding errors.  NULL
      will be disallowed in future.

      .C() now passes a pairlist as a SEXP to the compiled code.  This
      is as was documented, but pairlists were in reality handled
      differently as a legacy from the early days of R.

    o call_R and call_S are deprecated.  They still exist in the
      headers and as entry points, but are no longer documented and
      should not be used for new code.

  BUG FIXES:

    o str(x, width) now obeys its width argument also for function
      headers and other objects x where deparse() is applied.

    o The convention for x %/% 0L for integer-mode x has been changed
      from 0L to NA_integer_.  (PR#14754)

    o The exportMethods directive in a NAMESPACE file now exports S4
      generics as necessary, as the extensions manual said it does.
      The manual has also been updated to be a little more informative
      on this point.

      It is now required that there is an S4 generic (imported or
      created in the package) when methods are to be exported.

    o Reference methods cannot safely use non-exported entries in the
      namespace.  We now do not do so, and warn in the documentation.

    o The namespace import code was warning when identical S4 generic
      functions were imported more than once, but should not (reported
      by Brian Ripley, then Martin Morgan).

    o merge() is no longer allowed (in some ways) to create a data
      frame with duplicate column names (which confused PR#14786).

    o Fixes for rendering raster images on X11 and Windows devices when
      the x-axis or y-axis scale is reversed.

    o getAnywhere() found S3 methods as seen from the utils namespace
      and not from the environment from which it was called.

    o selectMethod(f, sig) would not return inherited group methods
      when caching was off (as it is by default).

    o dev.copy2pdf(out.type = "cairo") gave an error.  (PR#14827)

    o Virtual classes (e.g., class unions) had a NULL prototype even if
      that was not a legal subclass.  See ?setClassUnion.

    o The C prototypes for zdotc and zdotu in R_ext/BLAS.h have been
      changed to the more modern style rather than that used by f2c.
      (Patch by Berwin Turlach.)

    o isGeneric() produced an error for primitives that can not have
      methods.

    o .C() or .Fortran() had a lack-of-protection error if the
      registration information resulted in an argument being coerced to
      another type.

    o boxplot(x=x, at=at) with non finite elements in x and non integer
      at could not generate a warning but failed.

    o heatmap(x, symm=TRUE, RowSideColors=*) no longer draws the colors
      in reversed order.

    o predict(<ar>) was incorrect in the multivariate case, for p >= 2.

    o print(x, max=m) is now consistent when x is a "Date"; also the
      "reached ... max.print .." messages are now consistently using
      single brackets.

    o Closed the <li> tag in pages generated by Rd2HTML(). (PR#14841.)

    o Axis tick marks could go out of range when a log scale was used.
      (PR#14833.)

    o Signature objects in methods were not allocated as S4 objects
      (caused a problem with trace() reported by Martin Morgan).
2012-12-17 09:08:46 +00:00
obache
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
markd
6b8aa44198 Bump PKGREVISION as fix to mk/compiler/g95.mk means that correct FC value
is now stored in R/etc/Makeconf meaning that R can now build modules
outside of pkgsrc context.
2012-12-15 21:35:54 +00:00
wiz
a25439ab83 Update to 2.2. Changes not documented.
Based on PR 38117 by Kalevi Suominen.
2012-12-12 12:45:18 +00:00
wiz
e1acde4ddb Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
wen
d1f49ba51a Update to 0.15
Upstream changes:
0.15  9 December 2012

    - Lots of internal changes to Ei, li, Zeta, and R functions:
       - Native Zeta and R have slightly more accurate results.
       - For bignums, use Math::MPFR if possible.  MUCH faster.
         Also allows extended precision while still being fast.
       - Better accuracy for standard bignums.
       - All four functions do:
          - XS if native input.
          - MPFR to whatever accuracy is desired, if Math::MPFR installed.
          - BigFloat versions if no MPFR and BigFloat input.
          - standard version if no MPFR and not a BigFloat.

    - Add tests for primorial, jordan_totient, and divisor_sum.

    - Revamp of the random_prime internals.  Also fixes some issues with
      random n-bit and maurer primes.

    - The random prime and primorial functions now will return a Math::BigInt
      object if the result is greater than the native size.  This includes
      loading up the Math::BigInt library if necessary.
2012-12-10 13:35:45 +00:00
asau
287caf68fb Update to FriCAS 1.1.8
Notable changes in FriCAS 1.1.8 (compared to version 1.1.7):

- Improvements of pattern matching integrator, it can now integrate
  in terms of Fresnel integrals and better handles integrals in terms
  of Si and Ci.
- Better integration of symbolic derivatives.
- Better normalization of Liouvillian functions.
- New package for computing limits using Gruntz algorithm.
- Faster removal of roots from denominators.
- New domains for mutivariate Ore algebras and partial differential
  operators.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- New package for noncommutative Groebner bases.
- New domain for univariate power series with arbitrary exponents.
- New special functions: Shi and Chi.
- Several aggregates (in particular tables) allow more general
  parameter types.
- New domain for hash tables using equality from underlying
  domain.

Bug fixes, in particular:

- Fixed problem with gcd failing due to bad reduction.
- Fixed series of 'acot' and Puiseux series of several special functions.
- Fixed wrong factorization of differential operators.
- Fixed build problem on recent Mac OS X.


Notable changes in FriCAS 1.1.7 (compared to version 1.1.6):

- Improved integration in terms of special functions.
- Updated new graphics framework and graph theory package.
- Added routines for numerical evaluation of several special
  functions.
- Added modular method for computing polynomial gcd over algebraic extensions.
- Derivatives of fresnelC and fresnelS are changed to agree
  with established convention.
- When printing floats groups of digits are now separated by
  underscores (previously were separated by spaces).
- Added C code for removing directories, this speeds up full
  build and should avoid build problems on Mac OSX.

Bug fixes, in particular:

- Series expansion now handle poles of Gamma.
- Fixed derivatives of meijerG.
2012-12-08 15:26:57 +00:00
jperkin
cefff77d66 Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
wen
c2b9662792 Update to 0.7.2
Upstream changes:
Release Notes for 0.7.2New Page Edit Page Page History
These are the release notes for SymPy 0.7.2. SymPy 0.7.2 was released on October 16, 2012.

Major Changes
Python 3 support

SymPy now supports Python 3. The officially supported versions are 3.2 and 3.3, but 3.1 should also work in a pinch. The Python 3-compatible tarballs will be provided separately, but it is also possible to download Python 2 code and convert it manually, via the bin/use2to3 utility. See the README for more

PyPy support

All SymPy tests pass in recent nightlies of PyPy, and so it should have full support as of the next version after 1.9.

Combinatorics

A new module called Combinatorics was added which is the result of a successful GSoC project. It attempts to replicate the functionality of Combinatorica and currently has full featured support for Permutations, Subsets, Gray codes and Prufer codes.

In another GSoC project, facilities from computational group theory were added to the combinatorics module, mainly following the book "Handbook of computational group theory". Currently only permutation groups are supported. The main functionalities are: basic properties (orbits, stabilizers, random elements...), the Schreier-Sims algorithm (three implementations, in increasing speed: with Jerrum's filter, incremental, and randomized (Monte Carlo)), backtrack searching for subgroups with certain properties.

Definite Integration

A new module called meijerint was added, which is also the result of a successful GSoC project. It implements a heuristic algorithm for (mainly) definite integration, similar to the one used in Mathematica. The code is automatically called by the standard integrate() function. This new algorithm allows computation of important integral transforms in many interesting cases, so helper functions for Laplace, Fourier and Mellin transforms were added as well.

Random Variables

A new module called stats was added. This introduces a RandomSymbol type which can be used to model uncertainty in expressions.

Matrix Expressions

A new matrix submodule named expressions was added. This introduces a MatrixSymbol type which can be used to describe a matrix without explicitly stating its entries. A new family of expression types were also added: Transpose, Inverse, Trace, and BlockMatrix. ImmutableMatrix was added so that explicitly defined matrices could interact with other SymPy expressions.

Sets

A number of new sets were added including atomic sets like FiniteSet, Reals, Naturals, Integers, UniversalSet as well as compound sets like ProductSet and TransformationSet. Using these building blocks it is possible to build up a great variety of interesting sets.

Classical Mechanics

A physics submodule named machanics was added which assists in formation of equations of motion for constrained multi-body systems. It is the result of 3 GSoC projects. Some nontrivial systems can be solved, and examples are provided.

Quantum Mechanics

Density operator module has been added. The operator can be initialized with generic Kets or Qubits. The Density operator can also work with TensorProducts as arguments. Global methods are also added that compute entropy and fidelity of states. Trace and partial-trace operations can also be performed on these density operators.

To enable partial trace operations a Tr module has been added to the core library. While the functionality should remain same, this module is likely to be relocated to an alternate folder in the future. One can currently also use sympy.core.Tr to work on general trace operations, but this module is what is needed to work on trace and partial-trace operations on any sympy.physics.quantum objects.

The Density operators, Tr and Partial trace functionality was implemented as part of student participation in GSoC 2012

Expanded angular momentum to include coupled-basis states and product-basis states. Operators can also be treated as acting on the coupled basis (default behavior) or on one component of the tensor product states. The methods for coupling and uncoupling these states can work on an arbitrary number of states. Representing, rewriting and applying states and operators between bases has been improved.

Commutative Algebra

A new module agca was started which seeks to support computations in commutative algebra (and eventually algebraic geometry) in the style of Macaulay2 and Singular. Currently there is support for computing Groebner bases of modules over a (generalized) polynomial ring over a field. Based on this, there are algorithms for various standard problems in commutative algebra, e.g., computing intersections of submodules, equality tests in quotient rings, etc....

Plotting Module

A new plotting module has been added which uses Matplotlib as its back-end. The plotting module has functions to plot the following:

2D line plots
2D parametric plots.
2D implicit and region plots.
3D surface plots.
3D parametric surface plots.
3D parametric line plots.
Differential Geometry

Thanks to a GSoC project the beginning of a new module covering the theory of differential geometry was started. It can be imported with sympy.diffgeom. It is based on "Functional Differential Geometry" by Sussman and Wisdom. Currently implemented are scalar, vector and form fields over manifolds as well as covariant and other derivatives.
2012-12-02 12:33:23 +00:00
wen
821677920a Update to 1.4.16 2012-11-30 13:55:48 +00:00
wen
38152384c2 Update to 0.9.7 2012-11-30 13:06:54 +00:00
wen
df602412bc Update to 0.8.8
No upstream changelog.
2012-11-30 08:34:39 +00:00
wen
b8af85d1ef Update to 0.14
Upstream changes:
0.14  29 November 2012

    - Compilation and test issues:
          Fix compilation on NetBSD
          Try to fix compilation on Win32 + MSVC
          Speed up some testing, helps a lot with Cygwin on slow machines
          Speed up a lot of slow PP areas, especially used by test suite

    - XS AKS extended from half-word to full-word.

    - Add functions:
           jordan_totient          generalization of Euler Totient
           divisor_sum             run coderef for every divisor

    - Allow environment variables MPU_NO_XS and MPU_NO_GMP to turn off XS and
      GMP support respectively if they are defined and equal to 1.

    - Lehmer prime count for Pure Perl code, including use in nth_prime.
         prime count 10^9 using sieve:
            71.9s   PP sieve
             0.47s  XS sieve
         prime count 10^9 using Lehmer:
             0.70s  PP lehmer
             0.03s  XS lehmer

    - Moved bignum Zeta and R to separate file, only loaded when needed.
      Helpful to get the big rarely-used tables out of the main loading.

    - Quote arguments to Math::Big{Int,Float} in a few places it wasn't.
      Math::Big* coerces the input to a signed value if it isn't a string,
      which causes us all sorts of grief.

0.13  19 November 2012

    - Fix an issue with prime count, and make prime count available as a
      standalone program using primesieve.

0.12  17 November 2012

    - Add bin/primes.pl and bin/factor.pl

    - Add functions:
           primorial               product of primes <= n
           pn_primorial            product of first n primes
           prime_set_config        set config options
           RiemannZeta             export and make accurate for small reals
           is_provable_prime       prove primes after BPSW
           is_aks_prime            prove prime via AKS

    - Add 'assume_rh' configuration option (default: false) which can be set
      to allow functions to assume the Riemann Hypothesis.

    - Use the Schoenfeld bound for Pi(x) (x large) if assume_rh is true.

    - valgrind testing

    - Use long doubles for math functions.

    - Some fixes and speedups for ranged primes().

    - In the PP code, use 2 MR bases for more numbers when possible.

    - Fixup of racing SQUFOF, and switch to use it in factor().

    - Complete rewrite of XS p-1 factor routine, includes second stage.

    - bug fix for prime_count on edge of cache.

    - prime_count will use Lehmer prime counting algorithm for largish
      sizes (above 4 million).  This is MUCH faster than sieving.

    - nth_prime now uses the fast Lehmer prime count below the lower limit,
      then sieves up from there.  This makes a big speed difference for inputs
      over 10^6 or so -- over 100x faster for 10^9 and up.
2012-11-30 08:24:50 +00:00
wen
8e292493c0 Update to 1.7.9
Upstream changes:
Changes in Version 1.7-9

  o Added ggplot2 interface through autplot() and fortify() methods.  Also
    support function facet_free().


Changes in Version 1.7-8

  o Added rollsum.

  o Bugfix in src/lag.c for the case of k > NROW.
2012-11-29 08:09:54 +00:00
jnemeth
3fb597e0dc add and enable py-pandas 2012-11-29 08:00:12 +00:00
adam
1e8a16a7b4 Changes 3.3.3:
* Fix deadlock bug in MPI transforms (thanks to Michael Pippig for the
  bug report and patch, and to Graham Dennis for the bug report).
* Use 128-bit ARM NEON instructions instead of 64-bits.  This change
  appears to speed up even ARM processors with a 64-bit NEON pipe.
* Speed improvements for single-precision AVX.
* Speed up planner on machines without "official" cycle counters, such as ARM.
2012-11-26 17:36:50 +00:00
joerg
5de19eef98 Can't use const with non-default constructor. 2012-11-23 12:11:00 +00:00
joerg
b9b4d0659a Don't redefine a local variable. 2012-11-23 12:10:29 +00:00
joerg
05fd37e853 Needs GNU inline semantic. 2012-11-23 12:09:58 +00:00
bad
c1b933bd7e Initial import of pandas 0.9.1.
pandas is an open source, BSD-licensed library providing
high-performance, easy-to-use data structures and data analysis tools
for the Python programming language.
2012-11-22 00:15:13 +00:00
gdt
dcb4d73306 Switch to fltk13.
This is part of deprecating fltk 1.1.  (Note that the fltk option is
off by default, so few will care.)
2012-11-21 00:47:52 +00:00
joerg
d8b50ee63a Use more void. 2012-11-19 02:56:44 +00:00
joerg
76535b3a58 Don't redeclare a local variable. 2012-11-16 01:04:43 +00:00
gdt
d634b34d00 Don't include x11 in PKG_SUGGESTED_OPTIONS.
This change makes pari, by default, not depend on fltk.  pari is an
indirect dependency of the perl module system, and thus should be
minimal.
2012-11-06 02:18:37 +00:00
joerg
7e21a144bb Fix inline misuse. 2012-11-01 19:42:01 +00:00
asau
517199494b Let users install packages from OctaveForge:
provide path to GNU make which is assumed there.
2012-10-27 13:01:35 +00:00
wen
97a16f6dde Update to 2.01
Upstream changes:
Version 2.01 - 24 October 2012 (bug fix release)

* Fixed error in electronmass
* New definition for au
* Fixed DESTDIR support for installation
* Changed configure script for success with Solaris
* Small changes to manual
2012-10-27 11:50:42 +00:00
joerg
8d882d9e73 Fix missing includes. Add missing value in return. 2012-10-26 20:39:57 +00:00
joerg
4c56394759 Add missing includes. Don't conflict with sync(2). 2012-10-26 20:39:15 +00:00
prlw1
436d0588fc Update gcalctool-gtk3 to 6.6.1
* Fix error reporting not working for certain types of error
    * Add shadow around display
    * Remove reference to removed source file
    * Replace lex/bison parser with hand-written parser
    * Use g_warning not g_error when unable to parse currency file
    * Set window icon correctly
    * Port to GtkApplication
    * Replace menubar with a GMenu
    * Only show thousands separators in decimal mode
    * Translation updates
(unimpressed by https://bugzilla.gnome.org/show_bug.cgi?id=670098)
2012-10-26 11:36:34 +00:00
asau
ae14f72876 Update to Grace 5.1.23
Changes in 5.1.23

  Bug fixes
 * [ES] removed *86 specific optimizations (rep. #2154)
 * [ES] renamed RMS per cent error -> relative error (rep. #2192)
 * [ES] a workaround for a bug in recent Xorg not releasing grab of popup menus
 * [ES] accept -graphtype chart instead of bar. List possible values in the
        help output
 * [TK] fix building against png-1.5
 * [SM] a grace_np fix
 * [ES] IsoLatin5.enc was not included in the distribution
2012-10-25 08:51:58 +00:00
wiz
d8a0a08db2 If a native pthreads implementation is available, also install
libfftw3_threads. Bump PKGREVISION.
2012-10-24 08:57:46 +00:00
sno
e44992779b Added math/p5-Math-Prime-Util version 0.11 2012-10-19 07:30:52 +00:00