From 0da7e882c61734ef9b9dce1441cee0fb8562daf5 Mon Sep 17 00:00:00 2001 From: Achilles Kappis <a.kappis@soton.ac.uk> Date: Tue, 7 Jan 2025 13:29:49 +0000 Subject: [PATCH] Update project's README.md with removal of Julia implementations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b81538..2a26443 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ There is no development roadmap for this project. The codebase is developed to c Although the repository is not considered to be *under construction* anymore, there are significant gaps in its structure. At the moment, the main focus is placed on updating code with new features and bug fixes and documenting ideas and useful features for the future (mainly as issues). -The port of the codebase to [Julia](https://julialang.org/) started a while ago, but it has currently been abandonded. The development requires considerable effort to provide a consistent and performant codebase. Instead of spending time to learn Julia to efficiently port the code, the effort will be put to improve the current codebase and possibly port it to [Python](https://www.python.org/), as it is one of the main languages used in computational sciences and signal processing. +The port of the codebase to [Julia](https://julialang.org/) started a while ago, but it has currently been abandonded, as the development requires considerable effort to provide a consistent and performant codebase. The limited implementations developed have now been removed from the project. Instead of spending time to learn Julia to efficiently port the code, the effort will be put to improve the current codebase and possibly port it to [Python](https://www.python.org/), as it is one of the main languages used in computational sciences and signal processing. ## Contributing -- GitLab