Skip to content

Commit 5faa46c

Browse files
committed
Bump version to 1.2.2
1 parent 2c2eb0c commit 5faa46c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
## 🔥 News
49-
- [2025-05-13] Released **EvoX 1.2.1** - 🚀 EvoX v1.2.1 release is now available, featuring the new Mujoco Playground and an official tutorial! [[Details](https://evox.group/index.php?m=home&c=View&a=index&aid=157)]
49+
- [2025-05-13] Released **EvoX 1.2.2** - 🚀 EvoX v1.2.2 release is now available, featuring the new Mujoco Playground and an official tutorial! [[Details](https://evox.group/index.php?m=home&c=View&a=index&aid=157)]
5050
- [2025-05-13] Released **EvoMO 0.2.0**: A GPU-accelerated library for **Evolutionary Multiobjective Optimization**. [[Paper](https://arxiv.org/abs/2503.20286)] [[Code](https://github.com/EMI-Group/evomo)]
5151
- [2025-02-03] Released **EvoRL**: A GPU-accelerated framework for **Evolutionary Reinforcement Learning**, powered by **JAX** ! [[Paper](https://arxiv.org/abs/2501.15129)] [[Code](https://github.com/EMI-Group/evorl)]
5252
- [2025-01-30] Released **EvoGP**: A GPU-accelerated framework for **Genetic Programming**, powered by **PyTorch** & **CUDA**! [[Paper](http://arxiv.org/abs/2501.17168)] [[Code](https://github.com/EMI-Group/evogp)]

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
---
4545

4646
## 🔥 新闻
47-
- [2025-05-13] 发布 **EvoX 1.2.1** - 🚀 EvoX v1.2.1 发布,新增 Mujoco Playground 及官方教程! [[更新内容](https://evox.group/index.php?m=home&c=View&a=index&aid=151)]
47+
- [2025-05-13] 发布 **EvoX 1.2.2** - 🚀 EvoX v1.2.2 发布,新增 Mujoco Playground 及官方教程! [[更新内容](https://evox.group/index.php?m=home&c=View&a=index&aid=151)]
4848
- [2025-02-03] 发布 **EvoRL**:基于 **JAX** 的 GPU 加速 **进化强化学习** 框架![[论文](https://arxiv.org/abs/2501.15129)] [[代码](https://github.com/EMI-Group/evorl)]
4949
- [2025-01-30] 发布 **EvoGP**:基于 **PyTorch** & **CUDA** 的 GPU 加速 **遗传编程** 框架![[论文](http://arxiv.org/abs/2501.17168)] [[代码](https://github.com/EMI-Group/evogp)]
5050
- [2025-01-14] 发布 **EvoX 1.0.0**,全面兼容 **PyTorch**,全面接入`torch.compile`!使用 **JAX 版本** 的用户可在 **v0.9.0 分支** 获取。

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "evox"
7-
version = "1.2.1"
7+
version = "1.2.2"
88
authors = [
99
{ name = "Bill Huang", email = "bill.huang2001@gmail.com" },
1010
{ name = "Boqing Xu", email = "xuboqing123@gmail.com" },

0 commit comments

Comments
 (0)