Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aca-labs/numcry
- Owner: aca-labs
- License: mit
- Created: 2019-08-02T16:08:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T03:02:37.000Z (3 months ago)
- Last Synced: 2024-10-24T19:47:15.100Z (3 months ago)
- Language: Crystal
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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