Binary compatibility report for the ALGLIB library between 2.4.0 and 2.5.0 versions on x86
Test Info
Library Name | ALGLIB |
Version #1 | 2.4.0 |
Version #2 | 2.5.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 101 |
Total Shared Libraries | 1 |
Total Symbols / Types | 246 / 85 |
Verdict | Incompatible (1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 20 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 2 |
Low | 2 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (20)
lsfit.h,
libalglib.so
lsfitnonlinearsetcond ( struct lsfitstate& state, double epsf, double epsx, int maxits )
[symbol: _Z21lsfitnonlinearsetcondR10lsfitstateddi]
lsfitnonlinearsetstpmax ( struct lsfitstate& state, double stpmax )
[symbol: _Z23lsfitnonlinearsetstpmaxR10lsfitstated]
minasa.h,
libalglib.so
minasaiteration ( struct minasastate& state )
[symbol: _Z15minasaiterationR11minasastate]
minasasetalgorithm ( struct minasastate& state, int algotype )
[symbol: _Z18minasasetalgorithmR11minasastatei]
minasasetcond ( struct minasastate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z13minasasetcondR11minasastatedddi]
minasasetstpmax ( struct minasastate& state, double stpmax )
[symbol: _Z15minasasetstpmaxR11minasastated]
minasasetxrep ( struct minasastate& state, bool needxrep )
[symbol: _Z13minasasetxrepR11minasastateb]
mincg.h,
libalglib.so
mincgiteration ( struct mincgstate& state )
[symbol: _Z14mincgiterationR10mincgstate]
mincgsetcgtype ( struct mincgstate& state, int cgtype )
[symbol: _Z14mincgsetcgtypeR10mincgstatei]
mincgsetcond ( struct mincgstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z12mincgsetcondR10mincgstatedddi]
mincgsetstpmax ( struct mincgstate& state, double stpmax )
[symbol: _Z14mincgsetstpmaxR10mincgstated]
mincgsetxrep ( struct mincgstate& state, bool needxrep )
[symbol: _Z12mincgsetxrepR10mincgstateb]
minlbfgs.h,
libalglib.so
minlbfgsiteration ( struct minlbfgsstate& state )
[symbol: _Z17minlbfgsiterationR13minlbfgsstate]
minlbfgssetcond ( struct minlbfgsstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z15minlbfgssetcondR13minlbfgsstatedddi]
minlbfgssetstpmax ( struct minlbfgsstate& state, double stpmax )
[symbol: _Z17minlbfgssetstpmaxR13minlbfgsstated]
minlbfgssetxrep ( struct minlbfgsstate& state, bool needxrep )
[symbol: _Z15minlbfgssetxrepR13minlbfgsstateb]
minlm.h,
libalglib.so
minlmiteration ( struct minlmstate& state )
[symbol: _Z14minlmiterationR10minlmstate]
minlmsetcond ( struct minlmstate& state, double epsg, double epsf, double epsx, int maxits )
[symbol: _Z12minlmsetcondR10minlmstatedddi]
minlmsetstpmax ( struct minlmstate& state, double stpmax )
[symbol: _Z14minlmsetstpmaxR10minlmstated]
minlmsetxrep ( struct minlmstate& state, bool needxrep )
[symbol: _Z12minlmsetxrepR10minlmstateb]
to the top
Removed Symbols (2)
lbfgs.h,
libalglib.so
minlbfgsiteration ( struct lbfgsstate& state )
[symbol: _Z17minlbfgsiterationR10lbfgsstate]
minlm.h,
libalglib.so
minlmiteration ( struct lmstate& state )
[symbol: _Z14minlmiterationR7lmstate]
to the top
Problems with Symbols, High Severity (2)
lbfgs.h,
libalglib.so
[+] minlbfgsiteration ( struct lbfgsstate& state ) (1)
changed to:minlbfgsiteration ( struct minlbfgsstate& state )
[symbol: _Z17minlbfgsiterationR10lbfgsstate]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _Z17minlbfgsiterationR10lbfgsstate to _Z17minlbfgsiterationR13minlbfgsstate. This may cause "undefined reference" linker error in old client applications. |
minlm.h,
libalglib.so
[+] minlmiteration ( struct lmstate& state ) (1)
changed to:minlmiteration ( struct minlmstate& state )
[symbol: _Z14minlmiterationR7lmstate]
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _Z14minlmiterationR7lmstate to _Z14minlmiterationR10minlmstate. This may cause "undefined reference" linker error in old client applications. |
to the top
Problems with Data Types, Medium Severity (2)
lsfit.h
[+] struct lsfitstate (2)
| Change |
Effect |
1 | Field stpmax has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Type of field optstate has been changed from struct lmstate (980 bytes) to struct minlmstate (1036 bytes). | 1) Size of the inclusive type has been changed. 2) Previous accesses of applications and library functions to this field and fields at higher positions of the structure definition may be broken. |
[+] affected symbols (1)
lsfitnonlineariteration ( struct lsfitstate& state )1st parameter 'state' (reference) has base type 'struct lsfitstate'.
to the top
Problems with Data Types, Low Severity (2)
lsfit.h
[+] struct lsfitstate (2)
| Change |
Effect |
1 | Size of this type has been changed from 1308 bytes to 1372 bytes. | The fields or parameters of such data type may be incorrectly initialized or accessed by old client applications. |
2 | Type of field optrep has been changed from struct lmreport to struct minlmreport. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (1)
lsfitnonlineariteration ( struct lsfitstate& state )1st parameter 'state' (reference) has base type 'struct lsfitstate'.
to the top
Header Files (101)
ablas.h
ablasf.h
airyf.h
ap.h
apvt.h
autogk.h
bdss.h
bdsvd.h
bessel.h
betaf.h
binomialdistr.h
blas.h
chebyshev.h
chisquaredistr.h
conv.h
corr.h
correlation.h
correlationtests.h
creflections.h
dawson.h
densesolver.h
descriptivestatistics.h
dforest.h
elliptic.h
estnorm.h
evd.h
expintegrals.h
fdistr.h
fft.h
fht.h
fresnel.h
ftbase.h
gammafunc.h
gkq.h
gq.h
hblas.h
hermite.h
hqrnd.h
hsschur.h
ialglib.h
ibetaf.h
idwint.h
igammaf.h
inverseupdate.h
jacobianelliptic.h
jarquebera.h
kmeans.h
laguerre.h
lbfgs.h
lda.h
ldlt.h
legendre.h
linreg.h
logit.h
lsfit.h
mannwhitneyu.h
matdet.h
matgen.h
matinv.h
minlm.h
mlpbase.h
mlpe.h
mlptrain.h
nearestneighbor.h
nearunityunit.h
normaldistr.h
odesolver.h
ortfac.h
pca.h
poissondistr.h
polint.h
psif.h
ratint.h
ratinterpolation.h
rcond.h
reflections.h
rotations.h
safesolve.h
sblas.h
schur.h
sdet.h
sinverse.h
spdgevd.h
spline1d.h
spline2d.h
spline3.h
srcond.h
ssolve.h
stdafx.h
stest.h
studenttdistr.h
studentttests.h
svd.h
taskgen.h
trfac.h
trigintegrals.h
trlinsolve.h
tsort.h
variancetests.h
wsr.h
xblas.h
to the top
Shared Libraries (1)
libalglib.so
to the top