Skip to content

Releases: diyabc/abcranger

Release v1.2.57

03 Jun 08:04
Compare
Choose a tag to compare

PLS overhaul
Priori this version, the PLS algorithm was orginally made for multi-variate output, thus requiring a SVD at each iteration (aka component computation). But in the abcrf setting, we only predict one parameter at a time, thus univariate and much lighter version of the PLS algorithm (and faster by several order of magnitude : just ONE inversion required).

Release v1.2.56

23 Mar 17:50
Compare
Choose a tag to compare

Release v1.2.54

10 Feb 10:53
Compare
Choose a tag to compare

Release v1.2.53

09 Feb 16:54
Compare
Choose a tag to compare

Minor : see #81

Release v1.2.52

01 Feb 16:53
Compare
Choose a tag to compare

Minor : Fix missing multi-target output for local weights in parameter estimation.

Release v1.2.50

25 Jan 15:48
Compare
Choose a tag to compare

Multi target support
In standalone this means you can read several target (one for each line) in statobs file. Works for model choice and parameter estimation.
Fix also #79

Release v1.2.49

21 Jan 09:11
Compare
Choose a tag to compare

Fix cosmetic in lda output.

Release v1.2.48

18 Jan 16:57
Compare
Choose a tag to compare

Fixed major bug when pop number is greater or equal than 10

Release v1.2.47

04 Nov 04:51
Compare
Choose a tag to compare
  • Fixed bug in -g (group) parsing for standalone

Release v1.2.35

28 Oct 06:29
Compare
Choose a tag to compare

Fix a very rare crash in heavy multi-threaded environment.