Skip to content

Commit b11ef69

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 1f25414 commit b11ef69

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## v0.3.0 (2025-06-29)
4+
5+
### Bug fixes
6+
7+
- Fix wrong docs ([`1f25414`](https://github.com/34j/shift-nth-row-n-steps/commit/1f254141b29adfa47ee6178ac18148c62b89cca8))
8+
9+
### Features
10+
11+
- Add multidimentional tests and fix multiple issues (#48) ([`a9ef0dd`](https://github.com/34j/shift-nth-row-n-steps/commit/a9ef0ddd7b350f996ebcfdbe9b747577f231e100))
12+
313
## v0.2.11 (2025-05-26)
414

515
### 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.2.11"
18+
release = "0.3.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 = [ "setuptools" ]
44

55
[project]
66
name = "shift-nth-row-n-steps"
7-
version = "0.0.0"
7+
version = "0.3.0"
88
description = "Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX"
99
readme = "README.md"
1010
license = { text = "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.2.11"
1+
__version__ = "0.3.0"
22
from ._main import shift_nth_row_n_steps
33
from ._torch_like import create_slice, narrow, select, take_slice
44

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)