Skip to content

20231229

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Dec 04:55

(Changes)

The main changes of this build are

  1. Change from x86 to x64
  2. Upgrade to python 3.11
  3. Lock dependencies to current date (this improves security)

One of the side-effects of bumping numpy was the build size increased by 50MB :(

If this build doesn't work, consider using the previous one.

Other

  • Build: get build working on python 3.11. [alexo]

  • Lock black/flake8. [alexo]

  • Refactor: lock versions, upgrade to python 3.11. [alexo]

  • Merge pull request #65 from zohassadar/antialias_to_lanczos. [Alex Ong]

    Replace deprecated antialias with lanczos

  • Replace deprecated antialias with lanczos. [Richard]

  • Merge pull request #62 from timotheeg/simpler_state_transition. [Alex Ong]

    Update state without checking values

  • Update state without checking values. [Timothee Groleau]

  • Unlock numba version. [Alex Ong]

  • Fix byte stuffing inconsistency. [Alex Ong]

  • Lock numba version. [Alex Ong]

  • Add ability to convert replay files to condensed format. [Alex Ong]