Skip to content

Commit

Permalink
Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdapena committed Mar 2, 2024
1 parent 84ff32e commit 4eefe4d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@ hide:

[//]: # (--------------------------------------------------------------------------------------------------------------)

## [v0.1.1](https://github.com/dapensoft/pyorlib/releases/tag/0.1.1) <small>March 2, 2024</small> { id="0.1.1" }

<hr class="divider">

##### Changed

- The `print_info` and `print_solution` methods in the `Model` class have been enhanced to improve visibility and
provide deeper insights.
- The `get_pretty_string` method in the `Term` class has been refactored as an `@abstractmethod` for subclass
customization and delegation based on specific term needs.
- Badges on the main page of the documentation and the readme file have been updated to improve visibility and align
with the package's color palette.
- The `git-committers` plugin in the `mkdocs.yml` file has been updated to exclude the `index.md`, `examples/index.md`,
and `api/index.md` files for consistency in the current configuration with the `git-revision-date-localized` plugin.

[//]: # (--------------------------------------------------------------------------------------------------------------)

## [v0.1.0](https://github.com/dapensoft/pyorlib/releases/tag/0.1.0) <small>March 2, 2024</small> { id="0.1.0" }

<hr class="divider">
Expand Down
2 changes: 1 addition & 1 deletion src/pyorlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mathematical models in a standardized manner across different optimization packages.
"""

__version__ = "0.1.0"
__version__ = "0.1.1"

from .engines import Engine
from .model import Model
Expand Down

0 comments on commit 4eefe4d

Please sign in to comment.