fast_matrix_market icon indicating copy to clipboard operation
fast_matrix_market copied to clipboard

Fast and full-featured Matrix Market I/O library for C++, Python, and R

Results 10 fast_matrix_market issues
Sort by recently updated
recently updated
newest added

Hi @alugowski! Thanks for making this amazing tool. I'm using it in C++, but I noticed a typo in the Python docs, so here's a quick fix.

In _dependencies/ryu/CMakeLists.txt_, by calling _add_library_ without the `STATIC` option, the choice between `STATIC` or `SHARED` is left to the `BUILD_SHARED_LIBS` option, set anywhere else in the parent CMake files. However,...

Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1 to 2. Release notes Sourced from KyleMayes/install-llvm-action's releases. v2.0.0 Migrating from v1 Support for LLVM and Clang 3.5 through 7.0 has been removed (use 7.1 or...

dependencies

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16 to 2.17. Release notes Sourced from pypa/cibuildwheel's releases. v2.17.0 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If...

dependencies

Hi, I would like to ask if is possible to change the following behavior. In Linux many dependencies are are available in the repositories, for instance, - [`gtest`](https://archlinux.org/packages/extra/x86_64/gtest/files) - [`eigen`](https://archlinux.org/packages/extra/any/eigen/files)...

Support ability to read just the indices and ignore the values, i.e. pretend the file is a `pattern` file even if it isn't. Example use case: unweighted graph algorithms. Corner...

FMM currently employs a single-pass method that effectively only uses `fread()`. This is fast, very flexible for integration, and has a fixed memory overhead for the loader itself. However it...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

Previous code could cause a compiler warning with overly-pedantic settings: 'value' may be used uninitialized Previous behavior was correct, only initialized values would be read. New version also has simpler...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16 to 2.18. Release notes Sourced from pypa/cibuildwheel's releases. v2.18.0 ✨ Adds CPython 3.13 support, under the prerelease flag CIBW_PRERELEASE_PYTHONS. This version of cibuildwheel uses 3.13.0b1. Free-threading...

dependencies