source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4334   6 months Peter new class NeedlemanWunsch?.
(edit) @4333   7 months Peter variables that are checked with AC_CHECK_PROG, also call AC_ARG_VAR.
(edit) @4332   7 months Peter don't depend on removed files
(edit) @4331   7 months Peter commited wrong version in latest changeset; fixed here.
(edit) @4330   7 months Peter remove files no longer used
(edit) @4329   7 months Peter check if date program supports --date= or -r options and choose make …
(edit) @4328   7 months Peter update autoconf-archive macros
(edit) @4327   7 months Peter avoid Makefile input prefixed with spaces
(edit) @4326   7 months Peter We had two macros with very similar behaviour: YAT_AC_APPEND in …
(edit) @4325   7 months Peter correct PP guard to reflect namespace
(edit) @4324   7 months Peter the docs described the standard as it was in C++03; update.
(edit) @4323   7 months Peter the rules for timestamp require the revision files to be present, so …
(edit) @4322   7 months Peter make the test case work in a svn wc as well (although the test does …
(edit) @4321   7 months Peter YAT_SVN_TIMESTAMP uses make variable SVN; AC_REQUIRE new macro …
(edit) @4320   7 months Peter add docs; fix dist-hook issue in test and improve diagnosis in configure.
(edit) @4319   7 months Peter add macro YAT_SVN_TIMESTAMP, which creates automake blurb with rules …
(edit) @4316   8 months Peter Merged release 0.20.2 into trunk
(edit) @4312   8 months Peter when tests create write-protected files the removal in 'init.sh' would …
(edit) @4308   8 months Peter merge release 0.20.1 into trunk.
(edit) @4299   8 months Peter include config.h in all source files
(edit) @4298   8 months Peter fix typo in output variable causing empty output
(edit) @4297   8 months Peter simplifiy code, avoid home-brewed looping, and use blas.
(edit) @4296   8 months Peter get rid of superfluous temporary matrices U and V; avoid allocating …
(edit) @4295   8 months Peter avoid loops when functionality exists (which likely is faster).
(edit) @4294   8 months Peter simplify code
(edit) @4293   8 months Peter minor style changes
(edit) @4292   8 months Peter prefer BLAS multiplication
(edit) @4291   8 months Peter prefer blast rather than home brewed looping although the latter used …
(edit) @4290   8 months Peter add same interface for program_group as for read_group in class BamHeader?.
(edit) @4289   8 months Peter add a class Likelihood; closes #988
(edit) @4288   8 months Peter fix #include (so it compiles in VPATH build)
(edit) @4287   8 months Peter add class for KalmanFilter?
(edit) @4286   8 months Peter provide the SVD inverse function as a member function so the …
(edit) @4285   8 months Peter simplify code with test code recently added to.
(edit) @4284   8 months Peter merge test from 0.20.x branch
(edit) @4281   8 months Peter Random generator from a Multivariate Gaussian Distribution. closes #983
(edit) @4280   8 months Peter wrapper class around gsl_linalg_cholesky_decomp.
(edit) @4279   8 months Peter require GSL 2.2. refs #983.
(edit) @4278   8 months Peter closes #990. Backport some functions when building against buggy …
(edit) @4277   8 months Peter Check if wanted_version is empty at configure time (not autoconf time) …
(edit) @4276   8 months Peter require htslib v1.10; closes #991
(edit) @4275   8 months Peter htslib 1.10 is missing includes; #include here instead.
(edit) @4274   8 months Peter reimplement the other constructors using the new constructor taking a …
(edit) @4273   8 months Peter provide interface with hts_pos_t rather than int32_t (to allow large …
(edit) @4272   8 months Peter closes #774. Create multi-region iterator.
(edit) @4271   9 months Peter cater for older htslib version in which HTS_VERSION is not #defined
(edit) @4270   9 months Peter add htslib versions
(edit) @4269   9 months Peter add test code (refs #987)
(edit) @4268   9 months Peter remove leftover comment
(edit) @4267   9 months Peter remove debug code
(edit) @4266   9 months Peter if bam_copy1 fails it's not guaranteed that passed bam_ is not …
(edit) @4265   9 months Peter detect when calls to htslib functions fail.
(edit) @4264   9 months Peter extend tests for copy and assignment of BamHeader?; refs #989.
(edit) @4263   9 months Peter refs #989; remove inaccurate comment.
(edit) @4262   9 months Peter use std:: version when available
(edit) @4261   9 months Peter remove debug sleep(1)
(edit) @4260   10 months Peter improve docs
(edit) @4259   10 months Peter make scores function public
(edit) @4258   10 months Peter revert changeset r4257
(edit) @4257   10 months Peter new functions max_score and min_score
(edit) @4256   10 months Peter remove configure test that just made the code complex; prefer …
(edit) @4255   10 months Peter add class doing Kaplan-Meier estimations
(edit) @4254   10 months Peter closes #986
(edit) @4252   11 months Peter merge 0.20 release into trunk
(edit) @4245   13 months Peter GCC -Wdeprecated-copy complains when some but not all of copy ctor, …
(edit) @4216   13 months Peter update to autoconf-archive-2022.09.03
(edit) @4209   13 months Peter Bumping VERSION to 0.21pre
(edit) @4207   13 months Peter update copyright statements
(edit) @4206   13 months Peter Prepare 0.20-stable branch
(edit) @4204   13 months Peter merge release 0.19.2 into trunk
(edit) @4200   14 months Peter removing trailing whitespace and empty lines at bottom of files.
(edit) @4199   14 months Peter fix warning
(edit) @4198   14 months Peter add classes doing Cox regression
(edit) @4197   14 months Peter move_iterator defined in <iterator>
(edit) @4196   14 months Peter fix regression introduced in r4193. yat::split adds elements at back …
(edit) @4195   14 months Peter avoid copying in getvector. closes #887
(edit) @4194   14 months Peter simplify code; possible optimisation
(edit) @4193   14 months Peter use boost
(edit) @4192   14 months Peter New class NegativeBinomialExtendedMixture?, a variant of Negative …
(edit) @4191   15 months Peter improve docs
(edit) @4190   15 months Peter fix docs
(edit) @4189   15 months Peter recycle interpolator rather than rebuilding it every time.
(edit) @4188   15 months Peter allow different size in template and data
(edit) @4187   15 months Peter GSLInterpolation contained two 'new double[size]' but the arrays were …
(edit) @4186   15 months Peter use QuantileNormalizer2 in QuantileNormalizer?, deprecate …
(edit) @4185   15 months Peter add a new class for Quantile Normalization that be used in a train set …
(edit) @4184   15 months Peter class to model mixture model of NegativeBinomials?, refs #979
(edit) @4183   15 months Peter prefer passing by const& not by value
(edit) @4182   16 months Peter avoid long lines
(edit) @4181   16 months Peter add brackets to help latex parsing; change log to ln to clarify that …
(edit) @4180   16 months Peter refs #979. Add class for inference of Poissonian mixture models.
(edit) @4179   16 months Peter don't include what message from caught exception when throw_with_nested
(edit) @4178   16 months Peter avoid limit interface to Matrix when not needed. refs #202
(edit) @4177   16 months Peter remove leftover
(edit) @4176   16 months Peter add missing files from prev changeset (refs #978)
(edit) @4175   16 months Peter add wrapper classes around GSL's multimin algos using derivative. …
(edit) @4174   17 months Peter Fix major memory leak introduced during the refactoring of the Matrix …
(edit) @4173   17 months Peter refs #978. Add missing file.
(edit) @4172   17 months Peter refs #978. Wrapper classes around gsl_multimin_fminimizer.
(edit) @4171   17 months Peter docs: add since tag for new function
Note: See TracRevisionLog for help on using the revision log.