File: History.txt

package info (click to toggle)
ruby-minimization 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: ruby: 1,243; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
=== 0.2.5 / 2018-12-29

  * Fixed gem in RubyGems
  * Updated travis test

=== 0.2.4 / 2015-07-20
  * Merge from clbustos repository

=== 0.2.3 / 2015-04-27
  * Removed rb-gsl dependency.

=== 0.2.2 / 2015-04-03
  * Added Travis-CI support.
  * Removed Hoe in favor of using a gemspec.

=== 0.2.1 / 2010-11-14
  * Added iterations method.

=== 0.2.0 / 2010-04-15
  * New Minimization::NewtonRahpson class, which implements a naive  Newton-Rahpson minimization method
    `x = x_n - (f'(x) / f''(x))`.

=== 0.1.1 / 2010-03-19
  * New Minimization#minimize convenience method.

=== 0.1.0 / 2010-02-24
  * Golden Section and Brent Algorithm.