numcry

Version, currently 1.0.12 versions

github.com/aca-labs/numcry

Like NumPy, but slower!

2 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  numcry:
    github: aca-labs/numcry
    version: ~> 1.0.1

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Kim Burgess

Dependencies

This version declares no dependencies.

README

NumCry

GitHub release Build Status Docs

Like NumPy, but slower!

Useful methods for numerical computing in crystal-lang.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      numcry:
        github: aca-labs/numcry
  2. Run shards install

Usage

require "numcry"

Contributing

  1. Fork it (https://github.com/aca-labs/numcry/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors