We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efa614 commit ecb29e6Copy full SHA for ecb29e6
History.txt
@@ -1,3 +1,6 @@
1
+=== 2.0.1 / 2015-08-19
2
+ * Cleaned legacy containers in favor of `Daru::DataFrame` and `Daru::Vector`.
3
+
4
=== 2.0.0 / 2015-06-20
5
* Added dependency on daru and replaced Statsample::Vector and Dataset with
6
Daru::Vector and Daru::DataFrame.
lib/statsample/version.rb
@@ -1,3 +1,3 @@
module Statsample
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
end
0 commit comments