Rasmus Lerdorf
fac78cf926
Add PHP 8 support and drop PHP 5 support
2021-01-16 11:57:14 -08:00
Yuji Uchiyama
d54038cbde
Merge branch 'fix-rand-gen-noncentral-f-typo'
2019-08-03 10:10:43 +09:00
George Peter Banyard
fd49b77bf8
Add function with typo as a deprecated alias
2019-08-03 02:29:17 +02:00
George Peter Banyard
ea56be2690
Fix typo in function name (cenral -> central)
2019-07-22 19:50:56 +02:00
Peter Kokot
9a53de8252
Remove unused Git attributes ident
...
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.
In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.
This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-03 06:35:57 +02:00
Yuji Uchiyama
020812ea95
Add CI for PHP 7.2
2018-02-16 00:04:49 +09:00
Yuji Uchiyama
52b170e0b6
Merge branch 'php5'
...
Conflicts:
.travis.yml
2017-08-11 17:55:28 +09:00
Yuji Uchiyama
6982391348
Remove redundant quotes
2017-08-11 17:53:54 +09:00
Yuji Uchiyama
7881542f49
Add CI for PHP 7.1
2017-08-11 17:53:06 +09:00
Yuji Uchiyama
459b94a128
Merge branch 'php5'
...
Conflicts:
package.xml
2016-07-03 08:50:49 +09:00
Yuji Uchiyama
28e5a7085b
Fix indent style
2016-07-03 08:30:02 +09:00
Yuji Uchiyama
0b3feb9eb2
Back to dev
2016-07-03 08:29:54 +09:00
Yuji Uchiyama
8c96323bc5
Fix supported version, Release 1.0.5
1.0.5
2016-06-03 00:35:13 +09:00
Yuji Uchiyama
55a30d7c6e
Back to dev
2016-06-02 23:48:46 +09:00
Yuji Uchiyama
9b162f2951
Release 2.0.3
2.0.3
2016-06-02 23:47:39 +09:00
Yuji Uchiyama
db4750857e
Merge branch 'php5'
...
Conflicts:
package.xml
php_stats.h
2016-06-02 23:45:19 +09:00
Yuji Uchiyama
12e269d1e9
Back to dev
2016-06-02 23:42:59 +09:00
Yuji Uchiyama
afab30d420
Release 1.0.5
2016-06-02 23:38:45 +09:00
Yuji Uchiyama
da636c7b1b
Merge branch 'php5'
...
Conflicts:
.travis.yml
2016-06-01 22:24:11 +09:00
Yuji Uchiyama
82eef9c893
Modify test code for backward compatibility
2016-06-01 22:21:49 +09:00
Yuji Uchiyama
b4a930c920
Add .travis.yml
2016-06-01 22:16:00 +09:00
Yuji Uchiyama
a5f649c607
Merge branch 'php5'
...
Conflicts:
php_stats.c
2016-05-29 13:34:15 +09:00
Yuji Uchiyama
94000a694c
Merge branch 'php5'
...
Conflicts:
package.xml
php_stats.c
php_stats.h
2016-05-29 13:24:50 +09:00
Yuji Uchiyama
b237165edc
performance improvement in factorial calculation
2016-05-29 11:44:22 +09:00
Yuji Uchiyama
7bea19d120
fix loop direction and the type of loop variable in stats_stat_factorial
2016-05-29 11:20:38 +09:00
Remi Collet
9eadb06e96
fix zend_parse_parameters call and segfault in stats_stat_binomial_coef
2016-05-28 09:48:44 +02:00
Yuji Uchiyama
64c3733b30
Update package.xml
2016-05-28 14:46:29 +09:00
Yuji Uchiyama
e40dc3b330
Back to dev
2016-05-28 14:14:21 +09:00
Yuji Uchiyama
0a9096fe4c
Release 1.0.4
1.0.4
2016-05-28 14:11:44 +09:00
Yuji Uchiyama
4fb95253cc
Update package information
2016-05-28 14:04:49 +09:00
Yuji Uchiyama
0f7e5504d4
Fix bugs (master -> php5)
2016-05-28 13:24:27 +09:00
Yuji Uchiyama
80d788b54a
Add a license file (master -> php5)
2016-05-28 12:17:12 +09:00
Yuji Uchiyama
1cfc88dc47
Update DCDFLIB files (master -> php5)
2016-05-28 12:15:26 +09:00
Yuji Uchiyama
83d284cacb
Add tests (master -> php5)
2016-05-28 12:13:45 +09:00
Yuji Uchiyama
d3dbc6e559
Back to dev
2016-05-28 10:19:53 +09:00
Yuji Uchiyama
1b730f92c6
Release 2.0.2
2.0.2
2016-05-28 10:10:06 +09:00
Yuji Uchiyama
6c35f1fbcb
Fix indentation
2016-05-28 08:50:24 +09:00
Yuji Uchiyama
064c413eae
Update package.xml
2016-05-28 08:43:43 +09:00
Yuji Uchiyama
900275fb3f
Fixed inconsistent prototype declarations
2016-05-25 06:25:13 +09:00
y-uti
5af5c3ddab
Add tests and rename some tests for naming consistency
2016-04-27 07:48:40 +09:00
y-uti
3b8a1ef800
Fix stats_stat_paired_t returns false if arrays have less than 2 elements
2016-04-27 07:48:29 +09:00
y-uti
c301734931
Fix bug in stats_stat_innerproduct
2016-04-27 07:47:48 +09:00
y-uti
e22909b402
Fix array elements are mutated in functions
2016-02-25 19:19:31 +09:00
y-uti
9fcdf9bf70
Fix warned incorrectly if the array contains 0 but the power is not
2016-02-25 19:17:48 +09:00
y-uti
37c863fec3
Fix the array passed in is being modified by stats_stat_percentile
2016-02-25 19:15:45 +09:00
y-uti
b57fb1417e
Add tests to confirm bugs are fixed
2016-02-25 08:43:47 +09:00
y-uti
8b1e2177b7
Modify test case to avoid problems in dcdflib
2016-02-10 20:54:05 +09:00
y-uti
ad38797e97
Inverse scale parameter before passed to cdfgam
...
The scale parameter of cdfgam function is actually rate. It is
defined as the inverse of the scale.
2016-02-06 08:03:43 +09:00
y-uti
46d64c3abb
Modify stats_cdf_uniform to check the range of p
2016-02-06 08:03:30 +09:00
y-uti
7c4e6582ad
Modify stats_rand_gen_t to reject DF <= 0
2016-02-06 08:03:19 +09:00