Skip to content

Tags: jagerman/fracdist

Tags

debian/1.0.5-1_wily1

Toggle debian/1.0.5-1_wily1's commit message
fracdist Debian release 1.0.5-1~wily1

debian/1.0.5-1_trusty1

Toggle debian/1.0.5-1_trusty1's commit message
fracdist Debian release 1.0.5-1~trusty1

debian/1.0.5-1_jessie1

Toggle debian/1.0.5-1_jessie1's commit message
fracdist Debian release 1.0.5-1~jessie1

v1.0.5

Toggle v1.0.5's commit message
Fixed install dirs; remove cpack for non-Win/OSX

Removed cpack code entirely for non-Windows/OSX.

Fixed install directories on everything else.

debian/1.0.5-1

Toggle debian/1.0.5-1's commit message
fracdist Debian release 1.0.5-1

v1.0.4

Toggle v1.0.4's commit message
Switched OLS solver to SVD decomposition

This is supposed to be slightly more accurate, and is (ignoring the
work Eigen is doing) simpler code.

v1.0.3

Toggle v1.0.3's commit message
1.0.3: --linear option; version/licence info

- Added --linear flag to fdpval and fdcrit that uses linear B
  interpolation between the two nearest dataset B values instead of the
  5-9 nearest points for a quadratic interpolation.
- Added version and licence info to fdpval and fdcrit output
- Added version variables to library (in fracdist/version.hpp, .cpp)
- Removed md5sum check from mn-files.zip download; it broke every time
  the data set download changed (from the recent fracdist.f fixes),
  making the package unbuildable.
- Renamed parse-vals.hpp to cli-common.hpp, and moved some more
  fdpval.cpp/fdcrit.cpp common code into it.

v1.0.2

Toggle v1.0.2's commit message
Added better arch detection for i386

Relying on CMAKE_HOST_SYSTEM_PROCESSOR isn't entirely reliable: it
gives x86_64 in an i386 chroot, for instance.  It now also queries
perl's longsize and recognizes arch=i386 if longsize=4 but
CMAKE_HOST_SYSTEM_PROCESSOR reports x86_64.

v1.0.1

Toggle v1.0.1's commit message
Header install location fix; components for win32

The 1.0.0 release binary packages were installing headers in the wrong
place (include/common.hpp, etc. instead of include/fracdist/common.hpp),
and were missing the fracdist/data.hpp header.

Added component configurations for Windows installers so that Windows
users can elect to not install the headers and/or docs when using the
.exe installer.

v1.0.0

Toggle v1.0.0's commit message
Updated copyright/requirements/license info