Bug 130854 - [PATCH] math/unuran: update to 1.3.1
Summary: [PATCH] math/unuran: update to 1.3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-22 03:30 UTC by bf
Modified: 2009-01-28 10:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.62 KB, patch)
2009-01-22 03:30 UTC, bf
no flags Details | Diff
unuran.131.diff.txt (1.62 KB, text/plain)
2009-01-22 03:36 UTC, bf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2009-01-22 03:30:01 UTC
Cumulative changes:

"Version 1.3.1: January 2009

        * Methods:

        - AROU: fixed problems with round-off errors when computing
          tangents.


Version 1.3.0: November 2008

        * Methods:

        - new method PINV (Polynomial interpolation based INVersion of
          CDF).

        - new function unur_quantile() that (approximately)
          computes the quantile for a continuous distribution. It
          requires a generator object that implements an inversion
          method.  

        - HINV: fixed segfault when calling 
          unur_hinv_eval_approxinvcdf with u-value very close
          too 1.
          However, now when the domain has been truncated then
          this function evaluates the inverse CDF of the
          truncated distribution."

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-22 03:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 bf 2009-01-22 03:36:48 UTC
Please use the attached patch instead of the original submission, which
had two typos.

Regards,
          b.


      
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2009-01-28 10:23:36 UTC
Responsible Changed
From-To: miwi->jadawin

free miwi
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-01-28 10:38:51 UTC
jadawin     2009-01-28 10:38:38 UTC

  FreeBSD ports repository

  Modified files:
    math/unuran          Makefile distinfo pkg-plist 
  Log:
  - Update to 1.3.1
  
  PR:             ports/130854
  Submitted by:   bf <bf2006a _AT_ yahoo.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +9 -1      ports/math/unuran/Makefile
  1.2       +3 -3      ports/math/unuran/distinfo
  1.2       +1 -1      ports/math/unuran/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Philippe Audeoud freebsd_committer freebsd_triage 2009-01-28 10:39:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!