Skip to content

Commit 753f4b1

Browse files
Bump up Aim to v3.29.1
1 parent a1a233b commit 753f4b1

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
python -m pip install -r requirements.txt
9797
9898
- name: Build bdist wheels for 'cp37-cp37m'
99+
if: matrix.manylinux-version == 'manylinux_2_24_x86_64'
99100
uses: nick-fields/retry@v2
100101
with:
101102
max_attempts: 3

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.29.0 May 8, 2025:
3+
## 3.29.1 May 8, 2025:
44

55
### Enhancements:
66
- Constant indexing of in-progress runs (alberttorosyan)
@@ -10,7 +10,9 @@
1010
### Fixes:
1111
- Fix min/max calculation for single point metrics (mihran113)
1212
- Aim web ui integration in jupyter/colab (larissapoghosyan)
13+
- Package publishing for Linux/Python 3.7 (alberttorosyan)
1314

15+
## 3.29.0 May 8, 2025 (Yanked)
1416

1517
## 3.28.0 Mar 21, 2025
1618

aim/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.29.0
1+
3.29.1

aim/web/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ui_v2",
3-
"version": "3.29.0",
3+
"version": "3.29.1",
44
"private": true,
55
"dependencies": {
66
"@aksel/structjs": "^1.0.0",

0 commit comments

Comments
 (0)