Skip to content

Commit d21a205

Browse files
author
semantic-release
committed
0.2.0
Automatically generated by python-semantic-release
1 parent d05076e commit d21a205

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## v0.2.0 (2024-10-26)
4+
5+
### Features
6+
7+
- Add padding options (#13) ([`d05076e`](https://github.com/34j/shift-nth-row-n-steps/commit/d05076e87836b5d321de5c8b650646af57861aef))
8+
39
## v0.1.3 (2024-10-25)
410

511
### Bug fixes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Shift Nth Row N Steps"
1616
copyright = "2024, 34j"
1717
author = "34j"
18-
release = "0.1.3"
18+
release = "0.2.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

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

55
[tool.poetry]
66
name = "shift-nth-row-n-steps"
7-
version = "0.1.3"
7+
version = "0.2.0"
88
description = "Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX"
99
authors = [ "34j <34j.github@proton.me>" ]
1010
license = "MIT"

src/shift_nth_row_n_steps/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.2.0"
22
from ._main import shift_nth_row_n_steps
33
from ._torch_like import narrow, select, take_slice
44

0 commit comments

Comments
 (0)