Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sciruby/sciruby
Tools for scientific computation in Ruby
https://github.com/sciruby/sciruby
Last synced: 17 days ago
JSON representation
Tools for scientific computation in Ruby
- Host: GitHub
- URL: https://github.com/sciruby/sciruby
- Owner: SciRuby
- License: other
- Created: 2011-01-06T20:50:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-28T08:20:45.000Z (over 4 years ago)
- Last Synced: 2024-05-02T07:11:05.847Z (7 months ago)
- Language: Ruby
- Homepage: http://gems.sciruby.com
- Size: 353 KB
- Stars: 994
- Watchers: 65
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ruby - SciRuby - Tools for scientific computation in Ruby/Rails. (Scientific)
README
# SciRuby meta gem [![Build Status](https://travis-ci.org/SciRuby/sciruby.svg?branch=master)](https://travis-ci.org/SciRuby/sciruby)
Tools for Scientific Computing in Ruby
* [Website](http://sciruby.com)
* [NMatrix](http://github.com/SciRuby/nmatrix)
* [List of scientific gems](http://gems.sciruby.com)
* [Travis CI](https://travis-ci.org/SciRuby/sciruby)## Description
This gem acts as a meta gem which collects and provides multiple [scientific gems](http://gems.sciruby.com), including numeric and visualization libraries.
## Getting started
Installation:
~~~
gem install sciruby
gem install sciruby-full
~~~If you want to have a full-blown installation, install `sciruby-full`.
Start a notebook server:
~~~
iruby notebook
~~~Enter commands:
~~~ ruby
require 'sciruby'
# Scientific gems are auto loaded, you can use them directly!
plot = Nyaplot::Plot.new
sc = plot.add(:scatter, [0,1,2,3,4], [-1,2,-3,4,-5])
~~~Take a look at [gems.yml](gems.yml) or the [list of gems](http://gems.sciruby.com) for interesting gems which are included in `sciruby-full`.
## License
Copyright (c) 2010 onward, The Ruby Science Foundation.
All rights reserved.
SciRuby is licensed under the BSD 3-clause license. See [LICENSE](LICENSE) for details.
## Donations
Support a SciRuby Fellow via [![Pledgie](http://pledgie.com/campaigns/15783.png?skin_name=chrome)](http://www.pledgie.com/campaigns/15783).