Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the v0.2.0 release by bumping the gem version and updating metadata, switching the default solver to HiGHS, and consolidating the standalone docs into the main README.
- Bump gem version to 0.2.0 and update author email
- Change default solver in code and examples from
:glpkto:highs - Remove separate docs files and fold their content into
README.md
Reviewed Changes
Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| rams.gemspec | Version bump to 0.2.0; updated author email |
| lib/rams/model.rb | Default solver changed from :glpk to :highs |
| docs/03-solver-configuration.md, docs/02-modeling-primitives.md, docs/01-quickstart.md | Standalone docs removed (content moved into README) |
| README.md | Added badge, logo, and inlined all documentation |
Comments suppressed due to low confidence (2)
lib/rams/model.rb:47
- Since the default solver has changed, adding or updating a unit test to assert the default
@solvervalue prevents regressions in future releases.
@solver = :highs
README.md:16
- [nitpick] It may be helpful to add a
CHANGELOGsection or link to release notes summarizing the v0.2.0 changes so users can quickly see breaking or noteworthy updates.
## Quick start
| spec.version = '0.2.0' | ||
| spec.authors = ["Ryan J. O'Neil"] | ||
| spec.email = ['ryanjoneil@gmail.com'] | ||
| spec.email = ['adventures-in-opt.1ba50@passmail.net'] |
There was a problem hiding this comment.
[nitpick] The new email address appears to be a disposable address; consider using a permanent or organization-managed contact email for better long-term support and discoverability.
Suggested change
| spec.email = ['adventures-in-opt.1ba50@passmail.net'] | |
| spec.email = ['contact@ryanjoneil.com'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.