Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 2.01 KB

README.md

File metadata and controls

39 lines (21 loc) · 2.01 KB

This package provides distributed (a.k.a. partitioned) vectors and sparse matrices in Julia. See the documentation for further details.

Documentation
Documentation Documentation
Build Status
Build Status
Coverage
Coverage

Documentation

  • STABLEDocumentation for the most recently tagged version.
  • LATESTDocumentation for the in-development version.

Help and discussion

  • You can open a new discussion to ask questions here.
  • If you have found a bug, open an issue here. Do not forget to include a (minimal) reproducer.

Contributing

This package is under active development and there are several ways to contribute:

  • by enhancing the documentation (e.g., fixing typos, enhancing doc strings, adding examples).
  • by addressing one of the issues waiting for help.
  • by adding more tests to increase the code coverage.
  • by extending the current functionality. In this case, open a discussion here to coordinate with the package maintainers before proposing significant changes.