Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2021

Bumps supersuit from 2.6.6 to 3.3.2.

Release notes

Sourced from supersuit's releases.

3.3.2

  • Fixed multiprocessing support on MacOS.
  • Fixed deprication messages for outdated wrappers.

3.3.1

  • Fixed buffer reuse in vector environments.

3.3.0

  • Fixed bugs in observation space manipulation introduced in 3.2.0
  • Removed all references to action_spaces and observation_spaces, improving support for pettingzoo 1.12.0 observation and action space functions
  • Dropped python 3.6 support, added official 3.9 support

3.2.0

  • Added support for pettingzoo==1.12.0 and gym==0.21.0
  • Adds support for generated agents when possible
  • Removed supersuit 3.0 warning
  • Added warnings inf bounds on norm_obs wrapper
  • Uses pettingzoo's new BaseParallelWrapper utility instead of implementing its own

3.1.0

  • Fixes long standing issue with black death cumulative rewards, bumps version to v2
  • Fixes v3 regressions in pad_observations, pad_actions, and crashing issue with generic wrapper, does not bump versions
  • Cleans up dependencies

3.0.1

  • Patch release to fix issue with SB3 vector environment support

3.0.0

  • Full refactor of ordinary wrappers
    • Most supersuit wrappers now have a single, generic implementation that works for gym and pettingzoo envs. This makes adding new wrappers much easier.
    • File structure is reorganized.
  • Added scale_actions_v0 wrapper
  • Added nan_noop, nan_zeros, and nan_random wrappers to handle nan actions in a reasonable way. Important to deal with RL frameworks that occasionally give out nan values.
  • cv2 package is only imported when needed
Commits
  • 3c4e364 Merge branch 'added_autodep'
  • 290a46d bumped supersuit to 3.3.2
  • 347d308 Merge pull request #120 from Farama-Foundation/added_autodep
  • b73f4a0 fixed linting
  • ea5bd11 removed old deprecation code
  • 6d90a93 added autodeprication code and fixed docs
  • ed67947 Merge pull request #118 from Farama-Foundation/fix_multiprocessing_bug
  • fec33b6 fixed multiprocessing issue
  • be8dcfc bumped version to 3.3.1
  • bc6a2d3 Merge pull request #116 from RedTachyon/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [supersuit](https://github.com/PettingZoo-Team/SuperSuit) from 2.6.6 to 3.3.2.
- [Release notes](https://github.com/PettingZoo-Team/SuperSuit/releases)
- [Commits](Farama-Foundation/SuperSuit@2.6.6...3.3.2)

---
updated-dependencies:
- dependency-name: supersuit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 29, 2022

Superseded by #97.

@dependabot dependabot bot closed this Jan 29, 2022
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/ml/supersuit-3.3.2 branch January 29, 2022 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants