Skip to content

Commit

Permalink
Release/0.9.1.2 (#126)
Browse files Browse the repository at this point in the history
* Sprk 361 - Merging run configured solver into run solvers (#123)

* Updating run solvers to start a job per solver instead of per instance/run combination

* Merging run_configured_solver into run_solvers

* updating file names to be more clear, adding place holder test for run solvers

* Test fix

* Fixing specific configuration running

* Update changelog

* Bugfixes for selection example

* Removing Validation directory from Platform

* Reference_List moving into Settings directory

* Bugfixes for snapshots

* Adding sparkle citation

* CLI execution rights fix

* Release/0.9.1.1 (#125)

* Pathing typos

* Updating changelog

* Adding init to core module

* Patchfix
  • Loading branch information
thijssnelleman authored Dec 12, 2024
1 parent 7e0714a commit 4363d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes to Sparkle will be documented in this file.

## [0.9.1.1] - 2025/12/12
## [0.9.1.2] - 2025/12/12

Patchfix

Expand Down
1 change: 1 addition & 0 deletions sparkle/CLI/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Init of CLI core module."""
2 changes: 1 addition & 1 deletion sparkle/about.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Helper module for information about Sparkle."""

name = "Sparkle"
version = "0.9.1.1"
version = "0.9.1.2"
description = "Platform for evaluating empirical algorithms/solvers"
licence = "MIT"
authors = ["Koen van der Blom",
Expand Down

0 comments on commit 4363d5a

Please sign in to comment.