scientific-computing
Here are 1,073 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Go
Hi,
There are still parts of boost library that are used inside mlpack, more specifically in here
-
mlpack/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp
boost::heap -
mlpack/src/mlpack/core/data/load_arff.hpp
boost::tokenizer -
mlpack/tests/main_tests/emst_test.cpp
boost::math::iround() -
mlpack/core/tree/cosine_tree/cosine_tree.cpp
boost::m
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
Mar 18, 2022 - JavaScript
-
Updated
Feb 28, 2022 - C++
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
Feb 3, 2022 - Python
-
Updated
Feb 23, 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
Feb 27, 2022 - TypeScript
-
Updated
Jan 27, 2022 - Go
The traits Debug
, Clone
, and PartialOrd
should be derived for all parameter types (verified and unverified) and fitted model types where possible. Additionally, Eq
should be derived on all such types that don't use floats.
Also, all of our types should be Send + Sync + Sized + Unpin
. To pin down this property we should add tests like:
#[test]
fn autotraits() {
fn has_aut
Roadmap
-
Updated
Mar 17, 2022 - PHP
-
Updated
Mar 19, 2022 - C++
-
Updated
Mar 3, 2022 - Python
-
Updated
Mar 13, 2022 - Julia
-
Updated
Mar 19, 2022 - C
-
Updated
Mar 8, 2022 - OCaml
We currently have a number of CMake variables related to 3rd party libraries polluting ITK's default CMake variable configuration options, which should be minimal. These should be marked as advanced with CMake's mark_as_advanced
command in the ITK module CMake code. Variables include EXPAT_* NIFTI and more.
-
Updated
Dec 24, 2021 - Python
-
Updated
Mar 17, 2022 - C++
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 16, 2022 - Python
-
Updated
Mar 11, 2022 - Go
-
Updated
Mar 19, 2022 - C++
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 15, 2022 - Python
-
Updated
Jul 15, 2021 - Makefile
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."
A warning (not explicitly a
DeprecationWarning
) was added in #2719 for #2528; current usage here.