https://github.com/aca-labs/numcry
Tools for numerical computing in crystal-lang
https://github.com/aca-labs/numcry
Last synced: 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T03:02:37.000Z (8 months ago)
- Last Synced: 2025-04-02T19:46:47.221Z (3 months ago)
- Language: Crystal
- Homepage:
- Size: 37.1 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NumCry
[](https://github.com/aca-labs/numcry/releases)
[](https://travis-ci.com/aca-labs/numcry)
[](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