Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Mar 13, 2024
1 parent b766b29 commit 61f172c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
23 changes: 4 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

# Unreleased
### Added
- Support `SCIPfreeTransform` to allow for iterated solving.
### Fixed
### Changed
### Remove

## 0.3.1
# 0.3.2
### Added
### Fixed
- Support `SCIPfreeTransform` to allow for iterated solving.

## 0.3.1
### Changed
- Update scip-sys to 0.1.9 to use github hosted binaries of SCIP.
### Removed

## 0.3.0
### Added
Expand All @@ -21,8 +21,6 @@
- Added `bundled` feature, to download precompiled SCIP binaries.
### Fixed
- Fixed Windows MSVC build.
### Changed
### Removed

## 0.2.6
### Added
Expand All @@ -34,27 +32,22 @@
- Free sol after adding in `ScipPtr::add_sol()`.
- Allow adding a var in `Solving` mode.
- Allow setting parameters from all states.
### Removed

## 0.2.5
### Added
- Primal heuristic plugin.
- Solving Model state, to represent methods accessible when during solving.
- Moved solution query methods to its own trait.
### Fixed
### Changed
- Moved ScipPtr struct and methods to its own module.
### Removed

## 0.2.5
### Added
- Primal heuristic plugin.
- Solving Model state, to represent methods accessible when during solving.
- Moved solution query methods to its own trait.
### Fixed
### Changed
- Moved ScipPtr struct and methods to its own module.
### Removed

## 0.2.4
### Added
Expand All @@ -64,12 +57,10 @@
- Methods to add sols.
- Event handler plugin support.
- Support for quadratic constraints.
### Fixed
### Changed
- Removed the prefix "get_" from all getter methods.
- Move all public methods and types to root of library (to be easily imported).
- Increase coverage.
### Removed


## 0.2.3
Expand All @@ -78,8 +69,6 @@
### Fixed
- Fixed sending plugin data to and from SCIP.
- Consistent model data across its clones.
### Changed
### Removed


## 0.2.2
Expand All @@ -89,10 +78,8 @@
- Node wrapper struct.
- `add_priced_var` method.
- `get_focus_node` method for `ModelRef`.
### Fixed
### Changed
- Simplified `ModelRef` usage.
### Removed


## 0.2.1
Expand All @@ -101,7 +88,5 @@
- Branching rule plugin.
- Variable pricer plugin.
- Set partitioning constraints.
### Fixed
### Changed
- Use Variable wrapper in branching candidates.
### Removed
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["Mohammad Ghannam <[email protected]>"]
description = "Rust interface for SCIP"
license = "Apache-2.0"
repository = "https://github.com/scipopt/russcip"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
exclude = ["data/test/*"]

Expand Down

0 comments on commit 61f172c

Please sign in to comment.