Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2618e62 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Dec 30, 2023
1 parent a91852b commit 877941a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f9180cf26c2c24885dcaf5e433159d2a
config: 567c0d49c4cc8da6f66e8d9d03134da6
tags: d77d1c0d9ca2f4c8421862c7c5a0d620
Binary file modified main/objects.inv
Binary file not shown.
19 changes: 19 additions & 0 deletions main/release_notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,24 @@

<section class="tex2jax_ignore mathjax_ignore" id="release-notes">
<h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this heading">#</a></h1>
<section id="release-1-2-3">
<h2>ViZDoom 1.2.3: Support for Python 3.12, fix for the Gymnasium wrapper<a class="headerlink" href="#release-1-2-3" title="Link to this heading">#</a></h2>
<p><em>Released on 2023-12-16 - <a class="reference external" href="https://github.com/Farama-Foundation/ViZDoom/releases/tag/1.2.3">GitHub</a> - <a class="reference external" href="https://pypi.org/project/vizdoom/1.2.3/">PyPI</a></em></p>
<h1>ViZDoom 1.2.3 Release Notes</h1>
<p>The aim of this release is mainly to add support for Python 3.12 and fix a serious bug in the Gymnasium wrapper (thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/caozhenxiang-kouji/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/caozhenxiang-kouji">@caozhenxiang-kouji</a> for reporting).</p>
<h2>What's Changed</h2>
<ul>
<li>Add support for Python 3.12 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1977588705" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/570" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/570/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/570">#570</a></li>
<li>Fix the bug in the Gymnasium wrapper that was constructing correct actions only for <code>int</code> type but not for <code>np.int</code> types, when <code>action_space = Discrete</code> (reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2042811902" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/574" data-hovercard-type="issue" data-hovercard-url="/Farama-Foundation/ViZDoom/issues/574/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/issues/574">#574</a>) by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2043464087" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/575" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/575/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/575">#575</a></li>
<li>Add Farama notifications to the Python package by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1969457617" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/568" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/568/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/568">#568</a></li>
<li>Add workflows to build docs version by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mgoulao/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mgoulao">@mgoulao</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1962917090" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/567" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/567/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/567">#567</a></li>
<li>Add <code>set/getGameArgs</code>/<code>set/get_game_args</code> methods by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1977581372" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/569" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/569/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/569">#569</a></li>
<li>Add support for +win_x/y CVARs on Linux and MacOS by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1977581372" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/569" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/569/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/569">#569</a></li>
<li>Setup.py and tests updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2036742295" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/573" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/573/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/573">#573</a></li>
<li>Add support for viz_noxserver option on macos by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2044443642" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/577" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/577/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/577">#577</a></li>
<li>Documentation updates by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwydmuch/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwydmuch">@mwydmuch</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2044396250" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/576" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/576/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/576">#576</a> and <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2044496704" data-permission-text="Title is private" data-url="https://github.com/Farama-Foundation/ViZDoom/issues/578" data-hovercard-type="pull_request" data-hovercard-url="/Farama-Foundation/ViZDoom/pull/578/hovercard" href="https://github.com/Farama-Foundation/ViZDoom/pull/578">#578</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Farama-Foundation/ViZDoom/compare/1.2.2...1.2.3"><tt>1.2.2...1.2.3</tt></a></p></section>
<section id="release-1-2-2">
<h2>ViZDoom 1.2.2: Fix for Python source distribution missing pybind11, fix manual building<a class="headerlink" href="#release-1-2-2" title="Link to this heading">#</a></h2>
<p><em>Released on 2023-09-27 - <a class="reference external" href="https://github.com/Farama-Foundation/ViZDoom/releases/tag/1.2.2">GitHub</a> - <a class="reference external" href="https://pypi.org/project/vizdoom/1.2.2/">PyPI</a></em></p>
Expand Down Expand Up @@ -781,6 +799,7 @@ <h2>1.0.0-rc: 1.0.0rc<a class="headerlink" href="#release-1-0-0-rc" title="Link
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Release Notes</a><ul>
<li><a class="reference internal" href="#release-1-2-3">ViZDoom 1.2.3: Support for Python 3.12, fix for the Gymnasium wrapper</a></li>
<li><a class="reference internal" href="#release-1-2-2">ViZDoom 1.2.2: Fix for Python source distribution missing pybind11, fix manual building</a></li>
<li><a class="reference internal" href="#release-1-2-1">ViZDoom 1.2.1: Manylinux wheels, docstrings and argument names in the Python module, and a new documentation website</a></li>
<li><a class="reference internal" href="#release-1-2-0">ViZDoom 1.2.0: add Gymnasium wrapper, Pickle support, and ARM compatibility</a></li>
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 877941a

Please sign in to comment.