Skip to content

Commit

Permalink
version bumpting to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserfarouk committed Nov 26, 2023
1 parent d372815 commit 94d5466
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
History
=======

Release 0.10.2
--------------

* Adding RandomOfferGuaranteedAcceptance negotiator
* Fixing some failures in testing some genius agents
* [Snyk] Security upgrade pillow from 9.5.0 to 10.0.1
* [Snyk] Security upgrade werkzeug from 2.2.3 to 3.0.1
* [Snyk] Security upgrade pillow from 9.5.0 to 10.0.0
* fix: docs/requirements.txt to reduce vulnerabilities
* Updating tutorials, adding a tournament there
* Fixing an installation bug: hypothesis was needed to run test_situated under negmas/tests. This prevented users from running the fast set of tests after installation.
* cartesian_tournament to run a simple tournament
- cartesian_tournament runs a simple tournament similar to Genius tournaments.
- create_cartesian_tournament creates a simple Cartesian tournament but does not run it. To run the tournament, call run_tournament passing it the returned path from create_cartesian_tournament.
* fix: requirements-visualizer.txt to reduce vulnerabilities
* Group2 defaults to Y2015Group2 in gnegotaitors
* adding Ateamagent beside AteamAgent
* Correcting few gnegotiator names
* standardizing some gnegotiator names
* renaming ateamAgent -> AteamAgent in genius
* Adding some missing Genius negotiators to gnegotiators.py

Release 0.10.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.10.1"
version = "0.10.2"
# The full version, including alpha/cost/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion negmas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Yasser Mohammad"""
__email__ = "yasserfarouk@gmail.com"
__version__ = "0.10.1"
__version__ = "0.10.2"


from .config import *
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.10.2
delete_bookmark = True
commit = False
tag = False

[metadata]
name = negmas
version = 0.10.1
version = 0.10.2
author = Yasser Mohammad
author_email = yasserfarouk@gmail.com
description = NEGotiations Managed by Agent Simulations
Expand Down

0 comments on commit 94d5466

Please sign in to comment.