Skip to content

Commit 7b759df

Browse files
committed
Add release request badge to README
1 parent 5514d35 commit 7b759df

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This repository contains the code for an evaluation function that compares two s
44

55
This evaluation function is written in Python and uses [SymPy](https://www.sympy.org/en/index.html) in order to evaluate the set expressions. As SymPy does not support parsing set expressions, the function uses a custom parser based on [Lark](https://lark-parser.readthedocs.io/en/latest/). The parser is able to recognize set expressions written in both [asciimath](https://asciimath.org/) or [LaTeX](https://www.latex-project.org/) and convert them into SymPy expressions.
66

7+
## Deployment
8+
[![Create Release Request](https://img.shields.io/badge/Create%20Release%20Request-blue?style=for-the-badge)](https://github.com/lambda-feedback/compareSets/issues/new?template=release-request.yml)
9+
710
## Repository Structure
811

912
```bash

0 commit comments

Comments
 (0)