Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwahle authored Sep 13, 2022
2 parents 3bb9258 + 66265a3 commit 84f6499
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# cs-insights-prediction-endpoint

<p align="center">
<a href="https://codecov.io/gh/gipplab/cs-insights-prediction-endpoint"><img src="https://codecov.io/gh/gipplab/cs-insights-prediction-endpoint/branch/main/graph/badge.svg?token=7CL6B5LNKP"/></a>
<a href="https://codecov.io/gh/gipplab/cs-insights-prediction-endpoint" >
<img src="https://codecov.io/gh/gipplab/cs-insights-prediction-endpoint/branch/dev/graph/badge.svg?token=KF9ZW8HSJB"/>
</a>
<a href="https://github.com/gipplab/cs-insights-prediction-endpoint/actions/workflows/release.yml"><img alt="Actions Status" src="https://github.com/gipplab/cs-insights-prediction-endpoint/actions/workflows/release.yml/badge.svg?branch=dev">
<a href="https://github.com/gipplab/cs-insights-prediction-endpoint/actions/workflows/main.yml"><img alt="Actions Status" src="https://github.com/gipplab/cs-insights-prediction-endpoint/actions/workflows/main.yml/badge.svg?branch=dev">
<a href="https://github.com/gipplab/cs-insights-prediction-endpoint/releases"><img alt="Actions Status" src="https://img.shields.io/github/v/release/gipplab/cs-insights-prediction-endpoint"></a>
<a href="https://gipplab.github.io/cs-insights-prediction-endpoint/"><img alt="Docs" src="https://img.shields.io/badge/Docs-gh--pages-blue"></a>
<a href="https://github.com/gipplab/cs-insights-prediction-endpoint/blob/master/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgipplab%2Fcs-insights-uptime%2FHEAD%2Fapi%2Fprediction-endpoint%2Fuptime.json">
<img alt="Response time 773" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgipplab%2Fcs-insights-uptime%2FHEAD%2Fapi%2Fprediction-endpoint%2Fresponse-time.json">
<a href="https://gipplab.github.io/cs-insights-uptime/"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgipplab%2Fcs-insights-uptime%2FHEAD%2Fapi%2Fprediction-endpoint%2Fuptime.json"></a>
<a href="https://gipplab.github.io/cs-insights-uptime/"><img alt="Response time 773" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fgipplab%2Fcs-insights-uptime%2FHEAD%2Fapi%2Fprediction-endpoint%2Fresponse-time.json"></a>
</p>

> Starting from version 1.0.0, this project is using [semantic versioning](https://semver.org/). For more infos about the features supported, see the [releases](https://github.com/gipplab/cs-insights-prediction-endpoint/releases).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</head>
<body>
<redoc
spec-url="https://raw.githubusercontent.com/ag-gipp/cs-insights-prediction-endpoint/docs/oas.json"
spec-url="https://raw.githubusercontent.com/gipplab/cs-insights-prediction-endpoint/docs/oas.json"
></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cs-insights-prediction-endpoint"
version = "v0.22.0"
version = "v0.23.0"
description = "This repository implements the processing of machine-learning methods for cs-insights-backend."
authors = ["Jan Philip Wahle <wahle@uni-wuppertal.de>", "Terry Ruas <ruas@uni-wuppertal.de>", "Alexander von Tottleben <alexander@vontottleben.de>", ]

Expand Down

0 comments on commit 84f6499

Please sign in to comment.