scientific-computing
Here are 1,096 public repositories matching this topic...
-
Updated
Jun 7, 2022 - Go
C++17 switch
What is the desired addition or change?
provide a cmake c++17 switch
What is the motivation for this feature?
to not depend on the std_backport
If applicable, describe how this feature would be implemented.
change those lines from 11
to 17
conditional to a global define
https://github.com/mlpack/mlpack/blob/de94eee6881e33f1145d9d4a8b5380a5be8af36a/CMakeLists.txt#L
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
-
Updated
Jun 4, 2022 - JavaScript
Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.
- cpmd https://www.lcrc.anl.gov/for-users/software/available-software/cpmd/
- ComputeCPP https://github.com/codeplaysoftware/computecpp-sdk need to confirm link
- ds9 https://sites.google.com/cfa.harvard.
-
Updated
Jun 2, 2022 - C++
-
Updated
Feb 3, 2022 - Python
-
Updated
May 14, 2022 - C++
Add #[track_caller]
to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).
Needs benchmarks to investigate impact, preferably holistic benchmarks.
-
Updated
Jun 7, 2022 - TypeScript
Roadmap
In terms of functionality, the mid-term end goal is to achieve an offering of ML algorithms and pre-processing routines comparable to what is currently available in Python's scikit-learn
.
These algorithms can either be:
- re-implemented in Rust;
- re-exported from an existing Rust crate, if available on crates.io with a compatible interface.
-
Updated
Jan 27, 2022 - Go
-
Updated
Jun 7, 2022 - PHP
-
Updated
Jun 7, 2022 - C++
-
Updated
Jun 1, 2022 - Python
CDash has builds with C++17 enabled, but they are not triggered when github builds opened PR's.
It would be great to have at least one build (gcc or clang) in github wih C++17.
-
Updated
Jun 7, 2022 - C
-
Updated
Jun 6, 2022 - OCaml
-
Updated
May 17, 2022 - Python
-
Updated
Jun 1, 2022 - C++
-
Updated
Apr 14, 2022 - Python
-
Updated
Jun 7, 2022 - C++
-
Updated
Apr 20, 2022 - Go
-
Updated
Jun 7, 2022 - Python
-
Updated
Mar 15, 2022 - Python
https://llvm.org/docs/NewPassManager.html
The tricky part is to keep our custom command line options working.
-
Updated
Jul 15, 2021 - Makefile
using the approach laid out in:
dswah/pyGAM#154
Improve this page
Add a description, image, and links to the scientific-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific-computing topic, visit your repo's landing page and select "manage topics."
The description of
rvalue
instats.probplot()
is missing.