Commit graph

335 commits

Author SHA1 Message Date
kamil
2ea8bf6831 Added math/py-abcpmc 2016-10-12 00:28:44 +00:00
wiz
a098a4592a + libixion. 2016-09-20 10:34:34 +00:00
prlw1
45d220ad5b Add py-lmfit 0.9.5
A library for least-squares minimization and data fitting in Python,
based on scipy.optimize.
2016-09-16 15:20:31 +00:00
markd
444e612448 Add py-autograd 2016-08-24 23:52:43 +00:00
wiz
c104b7fd2f + py-noise. 2016-08-20 07:15:18 +00:00
cheusov
70adc18e5a + ranger 2016-08-19 20:26:11 +00:00
cheusov
f9eee0b367 + vowpal_wabbit 2016-08-18 15:33:17 +00:00
wen
7e955b99ee Add p5-Math-BigInt 2016-08-08 23:52:45 +00:00
jdolecek
acdc9406fd add php-stats 2016-08-04 15:33:48 +00:00
cheusov
924d735a1a + svmlin 2016-07-30 15:15:22 +00:00
kamil
b2d4e61935 Add math/boolstuff 2016-07-28 23:58:02 +00:00
wen
2bc31f412b Add R-RcppEigen 2016-07-27 03:54:48 +00:00
cheusov
0696fb99ee + classias 2016-07-22 02:47:47 +00:00
cheusov
c5183a991b + herisvm 2016-07-22 02:47:04 +00:00
wiz
cb4de4332f Add two. 2016-07-15 07:36:54 +00:00
wen
52232edd89 Add R-nloptr 2016-04-17 04:11:12 +00:00
wiz
89afc5cdc5 Sync. 2016-03-03 13:34:01 +00:00
wen
21bae61019 Add R-FNN 2016-02-25 01:10:47 +00:00
markd
eba9f2cb90 Add ocaml-zarith 2016-02-07 21:44:18 +00:00
gson
f7991e6c9d Add and enable ffts 2016-01-22 14:59:09 +00:00
wiz
c7203ccc5d + ruby-roo. 2016-01-12 09:40:39 +00:00
wen
202948d975 Add R-quantreg 2016-01-01 11:48:32 +00:00
wen
d949c2e619 Add R-MatrixModels 2016-01-01 05:44:12 +00:00
wen
472873eacd Add R-SparseM 2016-01-01 05:24:28 +00:00
agc
afcc87a33c Add pcg version 0.94 to the packages collection
The PCG family of Random Number Generators combines properties not
	previously seen together in the same generation scheme:

	+ It's really easy to use, and yet its very flexible and offers
	powerful features (including some that allow you to perform silly
	party tricks).

	+ It's very fast, and can occupy very little space.

	+ It has small code size.

	+ It's performance in statistical tests is excellent (see the PCG
	paper for full details).

	+ It's much less predictable and thus more secure than most generators.

	+ It's open source software, with a permissive license (the Apache license).
2015-12-29 02:04:08 +00:00
wen
7ef97b13b6 Add nlopt 2015-11-28 07:35:01 +00:00
gson
f67594e877 Add py-fftw 2015-11-27 10:11:45 +00:00
dholland
1c0322f48f +z3 2015-11-24 05:46:22 +00:00
wen
00fa5c8596 Add R-minqa 2015-10-05 01:14:06 +00:00
richard
992efc35cf Add py-simpleeval
A quick single-file MIT-Licenced library for easily adding evaluatable
expressions into python projects. Say you want to allow a user to set an alarm
volume, which could depend on the time of day, alarm level, how many previous
alarms had gone off, and if there is music playing at the time.

Or if you want to allow simple formulae in a web application, but don't want
to give full eval() access, or don't want to run in javascript on the client side.

It's deliberately very simple, just a single file you can dump into a project,
or import from pypi (pip or easy_install).

Internally, it's using the amazing python ast module to parse the expression,
which allows very fine control of what is and isn't allowed. It should be
completely safe in terms of what operations can be performed by the expression.

The only issue I know to be aware of is that you can create an expression which
takes a long time to evaluate, or which evaluating requires an awful lot of
memory, which leaves the potential for DOS attacks. There is basic protection
against this, and you can lock it down further if you desire.

You should be aware of this when deploying in a public setting.

The defaults are pretty locked down and basic, and it's very easy to add whatever
extra specific functionality you need (your own functions, variable/name lookup, etc).
2015-08-25 05:05:39 +00:00
wen
ec574a7485 add p5-Math-Base-Convert 2015-08-06 01:35:25 +00:00
markd
45c24496ae Add tex-apnum{,-doc} 2015-04-26 03:40:20 +00:00
ryoon
0cd02471fb Add coinmp 2015-02-04 17:37:44 +00:00
cheusov
c8e1feb4e4 += crfsuite 2014-10-29 23:14:36 +00:00
cheusov
9f5c6fd0ac += liblbfgs 2014-10-29 23:12:17 +00:00
cheusov
537fc34f66 += libshorttext 2014-10-29 17:09:39 +00:00
cheusov
627d01b121 += liblinear 2014-10-19 16:48:44 +00:00
wiz
388e2d5aff Remove wxMaxima; wxmaxima replaces it. 2014-10-01 11:10:30 +00:00
wiz
664fa26e58 - R-formatR. 2014-09-20 09:13:49 +00:00
brook
2b9ecca12f Move math/R-knitr to print/R-knitr.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 04:11:43 +00:00
brook
eceb5fda98 Move math/R-evaluate to devel/R-evaluate and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:53:54 +00:00
brook
f6a1f767e0 Move math/R-digest to security/R-digest and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-20 03:34:56 +00:00
brook
e82aa16ded Move math/R-markdown to textproc/R-markdown and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:47:06 +00:00
brook
35e28d2ef6 Move math/R-highr to textproc/R-highr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 22:34:44 +00:00
brook
0dc0261741 Move math/R-stringr to textproc/R-stringr and fix dependencies.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 21:21:16 +00:00
brook
a1b93a3672 Move math/R-countrycode to geography/R-countrycode.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:55:07 +00:00
brook
239aa353bd Move math/R-mime to mail/R-mime.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:46:32 +00:00
brook
55b5323a70 Move math/R-formatR to textproc/R-formatR and fix depending packages.
Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 20:36:53 +00:00
brook
7412b1b573 Remove math/R-latticeExtra and switch dependency to reimported package
in graphics/R-latticeExtra.

Note: this commit is part of reorganizing some of the recently
imported R packages, which are being reimported into more appropriate
categories (and removed from math) as a result of a recent discussion
on tech-pkg and privately with wiz@.  See the thread starting with:

  http://mail-index.netbsd.org/tech-pkg/2014/09/05/msg013558.html
2014-09-19 19:42:13 +00:00
brook
483b53cb62 Added R-knitr v1.6. 2014-09-03 21:34:51 +00:00