Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to black 2023 stable style #134

Merged
merged 1 commit into from
Feb 1, 2023
Merged

update to black 2023 stable style #134

merged 1 commit into from
Feb 1, 2023

Conversation

jgbos
Copy link
Contributor

@jgbos jgbos commented Feb 1, 2023

Upgrades black to stable style 2023

@jgbos jgbos merged commit a1c5fe9 into main Feb 1, 2023
@jgbos jgbos deleted the fix-failing-format branch February 1, 2023 21:11
jgbos added a commit that referenced this pull request Oct 27, 2023
* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update __init__.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>
jgbos added a commit that referenced this pull request Oct 27, 2023
* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update publish_rai_experiments.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>
jgbos added a commit that referenced this pull request Oct 27, 2023
* Update rai-experiments version (#192)

* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update __init__.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>

* Update publish_rai_experiments.yml (#194)

* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update publish_rai_experiments.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>
jgbos added a commit that referenced this pull request Oct 27, 2023
* Update rai-experiments version (#192)

* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update __init__.py

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>

* Update publish_rai_experiments.yml (#194)

* prep v0.3.0 release

* update changelog [skip ci]

* fix bad pytest marker

* remove redundant actions; use tox to run pyright; manage pyright with dependabot

* fix pyright cmd and fix type issues

* update path

* update pyright job

* add test of project config

* Bump sphinx-codeautolink from 0.12.1 to 0.13.0 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.12.1 to 0.13.0.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.287 to 1.1.288 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.287 to 1.1.288.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.287...v1.1.288)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* add maintainer docs and fix doc tests

* Bump matplotlib from 3.6.2 to 3.6.3 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix type checking errors

* Bump sphinx-codeautolink from 0.13.0 to 0.13.1 in /docs

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.288 to 1.1.289 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.288 to 1.1.289.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.288...v1.1.289)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix flaky Windows test caused by internal Hypothesis issue

* Bump pyright from 1.1.289 to 1.1.291 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.289 to 1.1.291.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.289...v1.1.291)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixes breaking changes from lightning

* Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v5.3.0...v6.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sphinx-codeautolink from 0.13.1 to 0.14.1 in /docs (#131)

Bumps [sphinx-codeautolink](https://github.com/felix-hilden/sphinx-codeautolink) from 0.13.1 to 0.14.1.
- [Release notes](https://github.com/felix-hilden/sphinx-codeautolink/releases)
- [Commits](felix-hilden/sphinx-codeautolink@v0.13.1...v0.14.1)

---
updated-dependencies:
- dependency-name: sphinx-codeautolink
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update to black 2023 stable style (#134)

* Bump pyright from 1.1.291 to 1.1.292 in /deps (#132)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.291 to 1.1.292.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.291...v1.1.292)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Revert "Bump sphinx from 5.3.0 to 6.1.3 in /docs (#119)" (#133)

This reverts commit 0bc08c2.

* Bump pyright from 1.1.292 to 1.1.294 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.292 to 1.1.294.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.292...v1.1.294)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump matplotlib from 3.6.3 to 3.7.0 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.294 to 1.1.295 in /deps

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.294 to 1.1.295.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.294...v1.1.295)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pyright from 1.1.295 to 1.1.296 in /deps (#140)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.295 to 1.1.296.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.295...v1.1.296)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates for pyright and hydra-zen (#158)

* update pyright

* fixes errors

* fix test errors

* update matplotlib (#159)

* Update pypi_publish.yml

* Bump pyright from 1.1.307 to 1.1.308 in /deps (#160)

Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.307 to 1.1.308.
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.307...v1.1.308)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updates the `madry` experiment (#163)

* support kwargs for load_model

* new madry example

* working on single gpu

* minor updates

* consolidate viz experiment; remove hydra-zen (#164)

* Fixes multi-gpu for `madry` experiment (#165)

* fixes multi-gpu

* fix failing test

* Bump matplotlib from 3.7.1 to 3.7.2 in /deps

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.1...v3.7.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixed misspellings

Fixed #184

* Bump `pyright` to 1.1.333 (#189)

* everything but tests should pass pyright

* passing tests

* Drop Python 3.7 support (#190)

* drop py37

* fix github actions

* fix python version

* Bump matplotlib from 3.7.2 to 3.8.0 in /deps (#185)

Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.7.2...v3.8.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Enables testing for python 3.11 (#187)

* Enables testing for python 3.11

Refs #112

* Updated github actions and coverage to use 3.11

* Updates badge

* Update badge to 3.8-3.11

---------

Co-authored-by: Justin Goodwin <jgoodwin@ll.mit.edu>

* Bump actions/checkout from 3 to 4 (#186)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pypi_publish.yml (#191)

* Update publish_rai_experiments.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ryan Soklaski <rsoklaski@gmail.com>
Co-authored-by: rsokl <ryan.soklaski@ll.mit.edu>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant