From 0b924187c8c8bbb24f43b0987f231cf0ddace4ce Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 15 Oct 2024 09:46:34 -0500 Subject: [PATCH] Update badges on README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eeb251..50910a8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## ``mkl_fft`` -- a NumPy-based Python interface to Intel (R) MKL FFT functionality -[![Build Status](https://travis-ci.com/IntelPython/mkl_fft.svg?branch=master)](https://travis-ci.com/IntelPython/mkl_fft) +[![Conda package](https://github.com/IntelPython/mkl_fft/actions/workflows/conda-package.yml/badge.svg)](https://github.com/IntelPython/mkl_fft/actions/workflows/conda-package.yml) +[![Editable build using pip and pre-release NumPy](https://github.com/IntelPython/mkl_fft/actions/workflows/build_pip.yaml/badge.svg)](https://github.com/IntelPython/mkl_fft/actions/workflows/build_pip.yaml) +[![Conda package with conda-forge channel only](https://github.com/IntelPython/mkl_fft/actions/workflows/conda-package-cf.yml/badge.svg)](https://github.com/IntelPython/mkl_fft/actions/workflows/conda-package-cf.yml) `mkl_fft` started as a part of Intel (R) Distribution for Python* optimizations to NumPy, and is now being released as a stand-alone package. It can be installed into conda environment using