Skip to content

Commit 70ab4cb

Browse files
committed
Merge remote-tracking branch 'origin/release'
* origin/release: Update release notes Add pending release notes stub Update version number to 2.2.1
2 parents b6584dd + 8358847 commit 70ab4cb

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
release_notes/v2.1.0
22
release_notes/v2.2.0
3+
release_notes/v2.2.1

docs/release_notes/pending_release.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ Updates / New Features
66

77
Fixes
88
-----
9-
10-
* Removed NumPy upperbound for Python<3.13

docs/release_notes/v2.2.1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v2.2.1
2+
======
3+
4+
Fixes
5+
-----
6+
7+
* Removed NumPy upperbound for Python<3.13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "poetry-core>=2" ]
55

66
[tool.poetry]
77
name = "nrtk-albumentations"
8-
version = "2.2.0"
8+
version = "2.2.1"
99
description = "Fork of Albumentations in direct support of NRTK (Natural Robustness Toolkit). Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless integration into ML workflows."
1010
authors = [ "Vladimir Iglovikov" ]
1111
maintainers = [ "Kitware, Inc. <nrtk@kitware.com>" ]

0 commit comments

Comments
 (0)