Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version and readme fix #183

Merged
merged 1 commit into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
author = "Susana Hahn, Alexander Beiser"

# The full version, including alpha/beta/rc tags
release = "1.0.17"
release = "1.0.23"

# -- General configuration ---------------------------------------------------

Expand Down
20 changes: 10 additions & 10 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ Our **[examples folder](https://github.com/potassco/clinguin/tree/master/example

## ClingoMultiShot Backend

- [angular/placement_optimized](https://github.com/potassco/clinguin/tree/master/examples/angular/placement_optimized)
### [placement_optimized](https://github.com/potassco/clinguin/tree/master/examples/angular/placement_optimized)

<!-- <img src="https://github.com/potassco/clinguin/blob/master/examples/angular/placement_optimized/out1.png?raw=true" height="100"> -->
<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/placement_optimized/out2.png?raw=true" height="100">
<!-- <img src="https://github.com/potassco/clinguin/blob/master/examples/angular/placement_optimized/out3.png?raw=true" height="100"> -->

- [angular/sudoku](https://github.com/potassco/clinguin/tree/master/examples/angular/sudoku)
### [sudoku](https://github.com/potassco/clinguin/tree/master/examples/angular/sudoku)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/sudoku/out1.png?raw=true" height="100">

- [angular/study_regulations](https://github.com/potassco/clinguin/tree/master/examples/angular/study_regulations)
### [study_regulations](https://github.com/potassco/clinguin/tree/master/examples/angular/study_regulations)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/study_regulations/out1.png?raw=true" height="100">
<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/study_regulations/out.png?raw=true" height="100">

- [angular/style](https://github.com/potassco/clinguin/tree/master/examples/angular/style)
### [style](https://github.com/potassco/clinguin/tree/master/examples/angular/style)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/style/out.png?raw=true" height="100">

## Clingraph Backend

- [angular/graph_coloring](https://github.com/potassco/clinguin/tree/master/examples/angular/graph_coloring)
### [graph_coloring](https://github.com/potassco/clinguin/tree/master/examples/angular/graph_coloring)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/graph_coloring/out1.png?raw=true" height="100">

- [angular/tree_browser](https://github.com/potassco/clinguin/tree/master/examples/angular/tree_browser)
### [tree_browser](https://github.com/potassco/clinguin/tree/master/examples/angular/tree_browser)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/tree_browser/out2.png?raw=true" height="100">
<!-- <img src="https://github.com/potassco/clinguin/blob/master/examples/angular/tree_browser/out3.png?raw=true" height="100"> -->
Expand All @@ -37,14 +37,14 @@ Our **[examples folder](https://github.com/potassco/clinguin/tree/master/example
## Explanation Backend


- [angular/catdog](https://github.com/potassco/clinguin/tree/master/examples/angular/catdog)
### [catdog](https://github.com/potassco/clinguin/tree/master/examples/angular/catdog)

<!-- <img src="https://github.com/potassco/clinguin/blob/master/examples/angular/catdog/out1.png?raw=true" height="100">
<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/catdog/out2.png?raw=true" height="100"> -->
<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/catdog/out3.png?raw=true" height="100">


- [angular/sudoku_advanced](https://github.com/potassco/clinguin/tree/master/examples/angular/sudoku_advanced)
### [sudoku_advanced](https://github.com/potassco/clinguin/tree/master/examples/angular/sudoku_advanced)

<!-- <img src="https://github.com/potassco/clinguin/blob/master/examples/angular/sudoku_advanced/out1.png?raw=true" height="100">
<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/sudoku_advanced/out2.png?raw=true" height="100"> -->
Expand All @@ -53,6 +53,6 @@ Our **[examples folder](https://github.com/potassco/clinguin/tree/master/example

## ClingoDL Backend

- [angular/jobshop](https://github.com/potassco/clinguin/tree/master/examples/angular/jobshop)
### [jobshop](https://github.com/potassco/clinguin/tree/master/examples/angular/jobshop)

<img src="https://github.com/potassco/clinguin/blob/master/examples/angular/jobshop/out.png?raw=true" height="100">
2 changes: 1 addition & 1 deletion examples/angular/placement_optimized/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Placement
## Placement optimized

- **Backend**: `ClingoMultishotBackend`
- **Frontend**: `AngularFrontend`
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clinguin
version = 1.0.17
version = 1.0.23
author = Alexander Beiser, Susana Hahn (Potassco)
author_email = [email protected], [email protected]
description = An interactive visualizer for clingo
Expand Down
2 changes: 1 addition & 1 deletion tests/reference_json_output/health.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Health:
def get_reference_json(cls):
json_dict = {
"name": "clinguin",
"version": "1.0.17",
"version": "1.0.23",
"description": "An interactive visualizer for clingo",
}

Expand Down
Loading