Commit d49255d3 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Version v11.0.0

parent 9dae17d8
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@
:EXPORT_HUGO_SECTION: changelog
:END:
** Unreleased
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v11.0.0][v11.0.0]]
- Improve: Switch package system (except for build backend) to [[https://hatch.pypa.io/][Hatch]]
- Improve: Refactoring internal code base with [[https://docs.astral.sh/ruff/][Ruff]]
- Improve: Support NumPy 2.x
- Break: PyPI wheel is probably incompatible with NumPy 1.19 and older
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.7.2][v10.7.2]]
- Fix: IndexError when specifying ~stack_compress~ and ~next_of~ simultanaously ([[https://github.com/ymd-h/cpprb/discussions/28][Discussions #28]])
** [[https://gitlab.com/ymd_h/cpprb/-/tree/v10.7.1][v10.7.1]]
+1 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@ setup(
    name="cpprb",
    author="Yamada Hiroyuki",
    description=description,
    version="10.7.2",
    version="11.0.0",
    install_requires=requires,
    setup_requires=setup_requires,
    extras_require=extras,