Skip to content

1.0.2

Compare
Choose a tag to compare
@jagerman jagerman released this 28 Apr 18:13
· 21 commits to master since this release

This release has one major functionality change:

  • Improved numerical stability of matrix inversion used for quadratic approximations regressions. This improves results significantly for large critical values (which occur, for example, with larger q values q=7).

Other minor changes related to compiling/packaging:

  • Fixed a bug where building without doxygen wasn't actually possible (it was supposed to be possible, but omit building the API documentation).
  • Added versioning to libfracdist shared library.
  • Building for 32-bit linux targets now works (previously the package architecture was wrong even if built in a i386 chroot on a x64_64 system.)