Skip to content

Commit

Permalink
fix github badges
Browse files Browse the repository at this point in the history
  • Loading branch information
yangeorget committed Sep 23, 2024
1 parent 9b26035 commit 5d70292
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish NUCS to PyPI when a release is created
name: pypi
on:
release:
types: [created]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test NUCS when a commit is pushed
name: tests
on:
push:
branches: [ "main" ]
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# NUCS
![pypi version](https://img.shields.io/pypi/v/nucs?color=blue&label=pypi%20version&logo=pypi&logoColor=white)
![numba version](https://img.shields.io/badge/numba-0.60-blue)
![numpy version](https://img.shields.io/badge/numpy-2.0-blue)
![tests](https://github.com/yangeorget/nucs/actions/workflows/test.yml/badge.svg)
![license](https://img.shields.io/github/license/yangeorget/nucs)

## TLDR
NUCS is a Python library for solving Constraint Satisfaction and Optimization Problems.
Expand Down
5 changes: 4 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
# Numba
- use prange with parallel=True
- test ufunc
- test vectorize
- test vectorize

GitHub
- badges

0 comments on commit 5d70292

Please sign in to comment.