From f8f988ead93b15f1c1b025d4ef5935cd8fbb4477 Mon Sep 17 00:00:00 2001 From: Jin Zhu Date: Sat, 12 Mar 2022 20:46:51 +0800 Subject: [PATCH] Add abess A machine learning software using cibuildwheel. cibuildwheel is excellent and very helpful! --- docs/data/projects.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index ba49e9b1..f43e270b 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -7,6 +7,12 @@ # ci: [appveyor, github, azurepipelines, circleci, gitlab, travisci] (optional) # notes: (text, optional) +- name: abess + gh: abess-team/abess + notes: A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. + ci: [github] + os: [windows, apple, linux] + - name: Matplotlib gh: matplotlib/matplotlib notes: The venerable Matplotlib, a Python library with C++ portions @@ -30,8 +36,8 @@ - name: Parselmouth gh: YannickJadoul/Parselmouth - pypi: praat-parselmouth - notes: A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. + pypi: praat-parselmouthA Python interface to the Praat software package, using pybind + notes: 11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. ci: [github] os: [windows, apple, linux]