Skip to content

Releases: imageworks/pystring

v1.1.5

11 Apr 23:10
381829c

Choose a tag to compare

What's Changed

  • Add removeprefix and removesuffix to pystring by @niclasr in #30
  • Added option to build static lib and installing header using cmake by @marza-sergey in #43
  • cmake: fix build with cmake 4.0.0 by @tgurr in #47
  • Proper installation paths by @svenstaro in #42
  • Simplify github actions CI yaml file to use stock github runners and latest versions of windows/mac/ubuntu by @grdanny in #48
  • Add meson build system by @mochaaP in #50
  • Install locally by default to avoid naively overwriting /usr/local by @lgritz in #52
  • ci: only bypass b_lundef if using clang+sanitize by @mochaaP in #53
  • header only build option by @grdanny in #54
  • enforcing min c++ 11 to match the new meson build system by @grdanny in #56
  • Match our isupper with python behavior by @grdanny in #55

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

12 Dec 20:56
7d16bc8

Choose a tag to compare

v1.1.4

  • Direct return function wrappers for partition, rpartition, split, rsplit and splitlines
  • Fix for deadlock in split_nt function
  • Declaring global strings for performance improvement
  • CMake build system
  • Allow default values in make file to be overridden
  • CI tests
  • Updates to license file