File rubygem-facets.changes of Package rubygem-facets
-------------------------------------------------------------------
Tue May 10 04:35:02 UTC 2016 - coolo@suse.com
- updated to version 3.1.0
see installed HISTORY.md
## 3.1.0 / 2016-05-10
More or less a minor release, but there are some backward incompatabilites
such as `Hash#except!` which no longer returns the rejected entries (use
`Hash#remove!` for old behavior).
Special thanks to Scott Parrish for all his help getting Facets in tip-top
shape.
Changes:
* New Features
* Add `Hash#remove!` for old `except!` behavior.
* Add `Array#standard_deviation`.
* Add `Array#variance`.
* Add `Array#average`.
* Add `Numeric#delimit`.
* Improved Features
* Change `Hash#except!` to not return rejected entries.
* Improve definition of Character Set in `String.random`.
* Add one to denominator of `String#similarity` score.
* Enhanced download methods.
* Improvements on compatability with ActiveSupport.
* Enumerable#from and #thru return empty set when index is out of bounds.
* Bug Fixes
* Fix `Enumerable#key_by`.
* Fix `Enumerable#sum` to take initial value.
-------------------------------------------------------------------
Fri Feb 6 18:18:13 UTC 2015 - coolo@suse.com
- updated to version 3.0.0
This major release has been a long time in coming --too long in fact. As with
any "Point Oh" release, please expect a few hiccups and report them so we can
get a solid 3.1 release out as soon as possible.
This release is tailored for Ruby 2.0 and above. Ruby 1.9.x and older is no
longer supported. If you still need to use Facets with Ruby 1.9.x or older
then the excellent Backports project can be used to fill in the gaps.
Changes:
* New Features
* Add Array#arrange
* Add Array#intersection
* Add Array#missing
* Add Array#uniqe_permutation
* Add Dir.lookup method
* Add Enumerator::Lazy#squeeze
* Add Hash#fetch_nested
* Add Kernel#instance_extract
* Add Math#EC for Euler's constant
* Add Pathname#chdir
* Add Pathname#readline
* Add Proc.wrap (may become `Kernel#Proc()`)
* Add Range#- and Range#+
* Add Regexp#to_proc
* Add String#each_match as alias for #mscan
* Add Time.current
* Improved Features
* Enumerable#sum argument is initial value.
* Hash#collate can take multiple arguments.
* Hash#collate no longer flattens automatically.
* Time#past? and #future? use Time.current.
* Better ActiveSupport compatibility.
-------------------------------------------------------------------
Wed Aug 1 05:03:58 UTC 2012 - coolo@suse.com
- updated to version 2.9.3
-------------------------------------------------------------------
Fri May 28 12:59:56 UTC 2010 - mrueckert@suse.de
- update to version 2.8.4
-------------------------------------------------------------------
Wed Jan 6 19:44:57 CET 2010 - prusnak@suse.cz
- updated to 2.8.1
-------------------------------------------------------------------
Fri Dec 25 02:08:00 UTC 2009 - prusnak@suse.cz
- update to version 2.8.0
-------------------------------------------------------------------
Mon Jan 26 16:39:39 CET 2009 - mrueckert@suse.de
- update to version 2.5.0
-------------------------------------------------------------------
Tue May 22 17:34:35 CEST 2007 - mrueckert@suse.de
- update to 1.8.54
-------------------------------------------------------------------
Wed Sep 13 10:39:09 CEST 2006 - mrueckert@suse.de
- update to 1.7.46