Skip to content

Commit 033c908

Browse files
committed
Replace separate logo images with combined logos
1 parent cecd77f commit 033c908

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

paper/figures/logo-py.png

-92.6 KB
Binary file not shown.

paper/figures/logo-rs.png

-92.6 KB
Binary file not shown.

paper/figures/logos.png

193 KB
Loading

paper/paper.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ $$
4545
$$
4646

4747
Developed in Rust—a free and open-source programming language—it combines accessibility with performance, ensuring that researchers are not limited by proprietary ecosystems.
48-
Rusts ownership model and concurrency features enable safe and efficient execution, making the library suitable for high-performance computing applications, a suitability further supported by recent work demonstrating Rusts advantages in high-performance computing [@eth-rust].
48+
Rust's ownership model and concurrency features enable safe and efficient execution, making the library suitable for high-performance computing applications, a suitability further supported by recent work demonstrating Rust's advantages in high-performance computing [@eth-rust].
4949

50-
![`GlobalSearch-rs` logo.\label{fig:logo-globalsearch-rs}](./figures/logo-rs.png){width=75%}
50+
![`GlobalSearch-rs` (right) and `PyGlobalSearch` (left) logos.\label{fig:logos}](./figures/logos.png)
5151

5252
# Library features
5353

@@ -59,8 +59,6 @@ Parallel execution is a core feature of `GlobalSearch-rs`, utilizing the `Rayon`
5959

6060
As an open-source and cross-platform library, `GlobalSearch-rs` is designed to be accessible to researchers and engineers from various fields. The Python bindings, created using `PyO3` and `maturin`, enable users to leverage its capabilities within Python-based numerical and data science environments (e.g., `NumPy` [@numpy], `JAX` [@jax]), making it a practical choice for interdisciplinary research and engineering applications.
6161

62-
![`PyGlobalSearch` logo.\label{fig:logo-pyglobalsearch}](./figures/logo-py.png){width=75%}
63-
6462
The software is distributed under the permissive MIT license, encouraging use, modification, and contribution from the community. To ensure reliability and maintain quality, continuous integration testing is performed via GitHub Actions, providing automated validation of builds and functionality across supported platforms.
6563

6664
# Example: Optimizing the Six-Hump Camel Function

0 commit comments

Comments
 (0)