Skip to content

Conversation

@translunar
Copy link

Moved Analysis to SciRuby.

Added a parse function for Statsample::Excel, which SciRuby now uses to read files it has already opened.

agarie and others added 28 commits March 17, 2015 23:57
Remove Gemfile.lock from the repository
@clbustos agreed this change should be made in clbustos#11, but never merged it
Remove bad check in cronbach_alpha calculation
I mostly worked through whitespace issues and replaced some logic with
`Enumerable` methods. And Rubocop's --auto-correct flag is wonderful.
Improve readability of lib/statsample.rb
This PR should move the dependencies from the Gemfile the configuration
from the Rakefile (via Hoe) to statsample.gemspec. I still want to make
sure that all the versions in the gemspec are correct and that I'm not
forgetting anything before merging with master.

Fix #14
Also removed setup.rb (outdated and unnecessary given rubygems) and
Manifest.txt (also unnecessary; we can use `git` to build it when
packaging the gem). The gemspec changes reflect the README's.
I also removed the web/ directory. I'll provide some means of updating
examples & documentation asap. Change VERSION to 1.4.2
Test on Ruby 2.2 and auto test on patched versions
Even Ruby 1.9 is EOL, thus no need to check for it.
- Removed the line converting everything to String (wtf).
- Added a DEFAULT_OPTIONS constant.
v0dro and others added 30 commits August 31, 2016 18:58
Remove deprecated missing value functions
remove libgsl typo in Installation instructions
Regression with categorical data and introducing formula language
change DataFrame.to_hash -> .to_h in reliability.rb
apply appropriate hash conversions
Update tested ruby version in README
Recent versions of ActiveSupport and Ruby 2.4.1 have added a #sum method
to the Enumerable class. Their implementation also accepts a block,
which the version included with StatSample does not.

This change tests to see if Array#sum is already defined before
patching.

This fixes issue #58 #58
Don't define Array#sum if already defined. Fixes #58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants