Revision history for Math-NLopt

0.06      2024-12-24 23:37:08-05:00 America/New_York (TRIAL RELEASE)

  [ENHANCEMENT]

    * throw exception objects instead of strings where
      practical. Fixes RT#158039, ++srezic.

  [TESTS]

    * adjust numerical precision to get tests to pass with Perl
      compiled with -Duselongdouble. RT#158038. ++srezic.


0.05      2024-12-20 11:19:10-05:00 America/New_York

  [DOCUMENTATION]

    * fix incorrect build from repo instructions in CONTRIBUTING

    * fix typos in documentation

0.04      2024-12-19 22:20:41-05:00 America/New_York

  [BUG FIX]

    * $opt->last-optimize_result was incorrect if ->optimize resulted
      in a negative result code

    * the user data structure passed via e.g. set_min_objective, wasn't
      properly tracked, leading to the possibility that it could
      be destroyed before the NLopt objective method was called,
      causing hilarity when the user's object method was invoked.


  [TEST]

    * comparing iteration counts is too noisy; ignore them in tests

0.03      2024-05-01 13:36:25-04:00 America/New_York

  [BUG FIX]

    * didn't compile on threaded Perl

0.02      2024-05-01 12:55:45-04:00 America/New_York

  [DOCUMENTATION]

    * it now exists!

  [BUG FIX]

    * get_xtol_abs wasn't working

0.01      2024-05-01 03:53:06-04:00 America/New_York (TRIAL RELEASE)

* First release upon an unsuspecting world.