Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aca-labs/numcry

Tools for numerical computing in crystal-lang
https://github.com/aca-labs/numcry

Last synced: about 2 months ago
JSON representation

Tools for numerical computing in crystal-lang

Awesome Lists containing this project

README

        

# NumCry

[![GitHub release](https://img.shields.io/github/release/aca-labs/numcry.svg)](https://github.com/aca-labs/numcry/releases)
[![Build Status](https://travis-ci.com/aca-labs/numcry.svg?branch=master)](https://travis-ci.com/aca-labs/numcry)
[![Docs](https://img.shields.io/badge/docs-available-brightgreen.svg)](https://aca-labs.github.io/numcry/)

Like NumPy, but slower!

Useful methods for numerical computing in crystal-lang.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
numcry:
github: aca-labs/numcry
```

2. Run `shards install`

## Usage

```crystal
require "numcry"
```

## Contributing

1. Fork it ()
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

- [Kim Burgess](https://github.com/kimburgess) - creator and maintainer