From a484a2139b5439dc322f02eff588b7036fddbf9d Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 9 Jul 2026 10:53:51 +0100 Subject: [PATCH 1/2] Update CITATION.cff --- CITATION.cff | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 09c5ed9f..f746c466 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,10 +2,10 @@ cff-version: 1.2.0 message: "If this software contributes to published work, please cite smartcore." type: software title: "smartcore: Machine Learning in Rust" -abstract: "smartcore is a comprehensive machine learning and numerical computing library for Rust, offering supervised and unsupervised algorithms, model evaluation tools, and linear algebra abstractions, with optional ndarray integration." [web:5][web:3] -repository-code: "https://github.com/smartcorelib/smartcore" [web:5] -url: "https://github.com/smartcorelib" [web:3] -license: "MIT" [web:13] +abstract: "smartcore is a comprehensive machine learning and numerical computing library for Rust, offering supervised and unsupervised algorithms, model evaluation tools, and linear algebra abstractions, with optional ndarray integration." +repository-code: "https://github.com/smartcorelib/smartcore" +url: "https://github.com/smartcorelib" +license: "MIT" keywords: - Rust - machine learning @@ -18,24 +18,24 @@ keywords: - Random Forest - XGBoost [web:5] authors: - - name: "smartcore Developers" [web:7] - - name: "Lorenzo (contributor)" [web:16] - - name: "Community contributors" [web:7] + - name: "smartcore Developers" + - name: "Lorenzo (contributor)" + - name: "Community contributors" version: "0.4.2" [attached_file:1] -date-released: "2025-09-14" [attached_file:1] +date-released: "2025-09-14" preferred-citation: type: software title: "smartcore: Machine Learning in Rust" authors: - - name: "smartcore Developers" [web:7] - url: "https://github.com/smartcorelib" [web:3] - repository-code: "https://github.com/smartcorelib/smartcore" [web:5] - license: "MIT" [web:13] + - name: "smartcore Developers" + url: "https://github.com/smartcorelib" + repository-code: "https://github.com/smartcorelib/smartcore" + license: "MIT" references: - type: manual title: "smartcore Documentation" - url: "https://docs.rs/smartcore" [web:5] + url: "https://docs.rs/smartcore" - type: webpage title: "smartcore Homepage" - url: "https://github.com/smartcorelib" [web:3] -notes: "For development features, see the docs.rs page and the repository README; SmartCore includes algorithms such as SVM, Random Forest, K-Means, PCA, DBSCAN, and XGBoost." [web:5] + url: "https://github.com/smartcorelib" +notes: "For development features, see the docs.rs page and the repository README; SmartCore includes algorithms such as SVM, Random Forest, K-Means, PCA, DBSCAN, and XGBoost." From 982519b22248602495f26750b48338e8b4045142 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Thu, 9 Jul 2026 10:55:17 +0100 Subject: [PATCH 2/2] Update Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b87d3795..012e3bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ exclude = [ ".gitignore", "smartcore.iml", "smartcore.svg", - "tests/" + "tests/", + "AGENTS.md" ] [dependencies]