Ruby Facets v2.0.1 Release Notes

Release Date: 2007-10-06 // over 16 years ago
  • 🔄 Changes:

    • Unsorted Changes

      • updated version to 2.0.1
      • minor bugs fixes
      • update methods task to display each file as it process it
      • added benchmarks for some enumerable methods.
      • moved demo/bench/bench_factorial to an demo/bench/integer subclass
      • added Erik Veenstra to AUTHORS for work on enumerable/group_by and cluster_by
      • minor improvement to test task to specifically read test_*.rb files
      • removed enumerable/partition.rb
      • move enumerable/partition.rb methods to collect.rb.
      • Improved Integer#of.
      • Minor improvements to collect.rb and partition.rb
      • Deprecated nonuniq!, bug fixed cluster_by and aliased group_by and partition_by.
      • Renamed Enumerable#partition_by to group_by (like Ruby 1.9) and fixed bug in cluster_by.