Skip to content

Commit e64aad4

Browse files
Fix list presentation in the Scientific computing section of the projects overview.
1 parent 212d888 commit e64aad4

File tree

1 file changed

+3
-3
lines changed
  • src/components/home/ProjectsOverview/descriptions

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
QuantStack is the main organization supporting the development of several C++ scientific computing packages such as
1+
QuantStack is the main organization supporting the development of several C++ scientific computing packages such as:
22

3-
Xsimd, a unified API for SIMD operations, used by projects such as Apache Arrow, Firefox, Krita, Pythran, and naturally, xtensor.
3+
- Xsimd, a unified API for SIMD operations, used by projects such as Apache Arrow, Firefox, Krita, Pythran, and naturally, xtensor.
44

5-
Xtensor, a multi-dimensional array library in C++, supporting NumPy-style API and features, such as universal functions and broadcasting, while being lazy-evaluated. Language bindings for Python, R, and Julia are also available.
5+
- Xtensor, a multi-dimensional array library in C++, supporting NumPy-style API and features, such as universal functions and broadcasting, while being lazy-evaluated. Language bindings for Python, R, and Julia are also available.

0 commit comments

Comments
 (0)