File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
src/shift_nth_row_n_steps Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515project = "Shift Nth Row N Steps"
1616copyright = "2024, 34j"
1717author = "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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1.0.0" ]
44
55[tool .poetry ]
66name = " shift-nth-row-n-steps"
7- version = " 0.1.3 "
7+ version = " 0.2.0 "
88description = " Shift Nth row N steps in NumPy / PyTorch / TensorFlow / JAX"
99authors = [ " 34j <34j.github@proton.me>" ]
1010license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "0.1.3 "
1+ __version__ = "0.2.0 "
22from ._main import shift_nth_row_n_steps
33from ._torch_like import narrow , select , take_slice
44
You can’t perform that action at this time.
0 commit comments