Pgx

Latest version: v2.4.2

Safety actively analyzes 681881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

2.4.2

What's Changed
* [Chess] Reduce `_is_attacked` call by sotetsuk in https://github.com/sotetsuk/pgx/pull/1260
* [CI] Cancel old workflows by sotetsuk in https://github.com/sotetsuk/pgx/pull/1266
* [Shogi] Extract game specific attributes by sotetsuk in https://github.com/sotetsuk/pgx/pull/1265
* [Shogi] Extract logic functions by sotetsuk in https://github.com/sotetsuk/pgx/pull/1269
* [Shogi] Separate core logic to `_src/games/shogi.py` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1270
* [Shogi] Add `Game` class by sotetsuk in https://github.com/sotetsuk/pgx/pull/1271
* [Shogi] Unuse assets by sotetsuk in https://github.com/sotetsuk/pgx/pull/1272
* [Shogi] Make core singlefile by sotetsuk in https://github.com/sotetsuk/pgx/pull/1273
* [Shogi] move `shogi_utils.py` to experimental by sotetsuk in https://github.com/sotetsuk/pgx/pull/1274
* [Shogi] move `INIT_LEGAL_ACTION_MASK` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1275
* [MinAtar] Fix CI by sotetsuk in https://github.com/sotetsuk/pgx/pull/1277
* [Backgammon] unuse `clip` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1278
* [Test] Remove `.svg` files from assets by sotetsuk in https://github.com/sotetsuk/pgx/pull/1280
* [CI] Add old Jax tests by sotetsuk in https://github.com/sotetsuk/pgx/pull/1279
* [Test] Enhance test experience by sotetsuk in https://github.com/sotetsuk/pgx/pull/1281
* [MinAtar] Update submodule by sotetsuk in https://github.com/sotetsuk/pgx/pull/1282
* [Shogi] Move reward and terminal by sotetsuk in https://github.com/sotetsuk/pgx/pull/1276
* Python3.13 support by sotetsuk in https://github.com/sotetsuk/pgx/pull/1283


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.4.1...v2.4.2

2.4.1

**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.4.0...v2.4.1

2.4.0

TL;DR

* Superko rule change in Go (`v0` -> `v1`)
* Internal refactor in Chess

What's Changed

* [Go] Use hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/1224
* [Go] internal refactor by sotetsuk in https://github.com/sotetsuk/pgx/pull/1225
* [Chess] Separate Chess specific attributes by sotetsuk in https://github.com/sotetsuk/pgx/pull/1226
* [Chess] Extract game logic functions by sotetsuk in https://github.com/sotetsuk/pgx/pull/1227
* [Chess] Move game logic to `_src/games` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1228
* [Chess] Add game class by sotetsuk in https://github.com/sotetsuk/pgx/pull/1229
* [Chess] Skip `_flip` in checking mate by sotetsuk in https://github.com/sotetsuk/pgx/pull/1230
* [Chess] Reduce `_is_checked` call by sotetsuk in https://github.com/sotetsuk/pgx/pull/1231
* [Chess] Summarize `_is_checked` calls by sotetsuk in https://github.com/sotetsuk/pgx/pull/1232
* [Chess] Enhance `CAN_MOVE` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1234
* [Chess] Remove cached info by sotetsuk in https://github.com/sotetsuk/pgx/pull/1233
* [Chess] Simplify `legal_underpromotions` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1236
* [Chess] Remove `_is_pseudo_legal` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1237
* [Chess] Tidy `_apply_move` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1238
* [Chess] Tidy comments by sotetsuk in https://github.com/sotetsuk/pgx/pull/1239
* [Chess] Simplify hash by sotetsuk in https://github.com/sotetsuk/pgx/pull/1235
* [Chess] Reduce lines by sotetsuk in https://github.com/sotetsuk/pgx/pull/1240
* [Chess] Use numpy in `to_fen` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1241
* [CI] Remove type check from CI by sotetsuk in https://github.com/sotetsuk/pgx/pull/1244
* [Chess] Remove `chess_utils.py` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1243
* [Chess] Simplify castling attributes by sotetsuk in https://github.com/sotetsuk/pgx/pull/1245
* [Chess] Simplify hash implementation by sotetsuk in https://github.com/sotetsuk/pgx/pull/1246
* [Chess] Tidy by sotetsuk in https://github.com/sotetsuk/pgx/pull/1247
* [Chess] Rename `turn` to `color` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1248
* [Chess] Tidy by sotetsuk in https://github.com/sotetsuk/pgx/pull/1250
* [Go] Tidy by sotetsuk in https://github.com/sotetsuk/pgx/pull/1249
* [Chess] use `from jax import lax` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1251
* [Go] Remove `hash` attribute by sotetsuk in https://github.com/sotetsuk/pgx/pull/1252


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.3.0...v2.4.0

2.3.0

What's Changed
* [README] Enhance link to docs by sotetsuk in https://github.com/sotetsuk/pgx/pull/1214
* [README] Add other JAX envs by sotetsuk in https://github.com/sotetsuk/pgx/pull/1216
* [Animal Shogi] Dropping PAWN on the final rank is legal by KazukiOhta in https://github.com/sotetsuk/pgx/pull/1218
* [MinAtar] Fix `svg` visualization by sotetsuk in https://github.com/sotetsuk/pgx/pull/1219
* [AnimalShogi] Update version by sotetsuk in https://github.com/sotetsuk/pgx/pull/1221
* [CI] Drop py3.8 and test py3.9 by sotetsuk in https://github.com/sotetsuk/pgx/pull/1222
* [Release] v.2.3.0 by sotetsuk in https://github.com/sotetsuk/pgx/pull/1220


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.2.0...v2.3.0

2.2.0

What's Changed

* [Animal Shogi] Modify the visualizer of animal shogi. by KazukiOhta in https://github.com/sotetsuk/pgx/pull/1208
* [Animal Shogi] Modify the move of GOLD in animal_shogi.py by KazukiOhta in https://github.com/sotetsuk/pgx/pull/1209
* Update README.md by KazukiOhta in https://github.com/sotetsuk/pgx/pull/1211
* [Animal Shogi] Update documents by sotetsuk in https://github.com/sotetsuk/pgx/pull/1212

**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.1.2...v2.2.0

2.1.2

What's Changed
* [KuhnPoker] Update docs by sotetsuk in https://github.com/sotetsuk/pgx/pull/1197
* [Backgammon] Fix deprecated `a_min` and `a_max` by sotetsuk in https://github.com/sotetsuk/pgx/pull/1201
* [LeducHoldem] suppress warnings in tests by sotetsuk in https://github.com/sotetsuk/pgx/pull/1202
* [MinAtar] Restore MinAtar tests by sotetsuk in https://github.com/sotetsuk/pgx/pull/1203
* [MinAtar] make `minatar` submodule by sotetsuk in https://github.com/sotetsuk/pgx/pull/1204
* [BridgeBidding] Update version by sotetsuk in https://github.com/sotetsuk/pgx/pull/1206


**Full Changelog**: https://github.com/sotetsuk/pgx/compare/v2.1.1...v2.1.2

Page 1 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.