Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 671 Bytes

NArctic

This is a port of Arctic to .net/mono

Status

Currently it is possible to read and append Arctic's ndarray store, but versioning is not supported. So if you append some time series, old versions are not kept.

For usage examples see NArctic.Tests/Program.cs

Performance

This port takes at least twice as long as the original python/numpy version

Dependencies:

License

NArctic is licensed under the GNU LGPL v2.1. A copy of which is included in LICENSE