Skip to content

Commit

Permalink
Release v0.1.0 (#1118)
Browse files Browse the repository at this point in the history
* se

* Release v0.1.0
  • Loading branch information
sotetsuk authored Aug 23, 2022
1 parent 19e6e27 commit f52e27c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest] # [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest] # [ubuntu-latest, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -59,8 +59,8 @@ jobs:
# To use C++17 features
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/#manylinux1-and-c14
MACOSX_DEPLOYMENT_TARGET: "10.15" # <filesystem> requires 10.15
CIBW_BUILD: cp37-* # cp37-* cp38-* cp39-* importlib.resources requires >= 3.7
CIBW_SKIP: pp* cp27-win* cp35-* cp36-* cp38-* cp39-* *win*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* # cp37-* cp38-* cp39-* importlib.resources requires >= 3.7
CIBW_SKIP: pp* cp27-win* cp35-* cp36-* *win*
# https://cibuildwheel.readthedocs.io/en/stable/options/#archs
# universal2 arch raises this error:
# CMake Error at mjx/external/grpc-src/third_party/boringssl-with-bazel/CMakeLists.txt:52 (message): Universal binaries not supported.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Mjx is a Japanese Mahjong (riichi Mahjong) simulator.
Mjx works as a game server as [Mjai](https://github.com/gimite/mjai), a popular Mahjong simulator, to evaluate Mahjong AIs but have additional features:

* **Fast.** (100x faster than [Mjai](https://github.com/gimite/mjai), a popular Mahjong simulator)
* **Fast** (100x faster than [Mjai](https://github.com/gimite/mjai))
* **Exact [Tenhou](https://tenhou.net/) compatibility** (Mjx is validated with numerous Tenhou game logs)
* **Gym-like API**
* **Easy distributed computing** (available for large-scale RL and evaluation thanks to [gRPC](https://github.com/grpc/grpc))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def build_extension(self, ext):
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="mjx",
version="0.0.11",
version="0.1.0",
author="Mjx Project Team",
author_email="[email protected]",
description="",
Expand Down

0 comments on commit f52e27c

Please sign in to comment.