Skip to content

Maintenance release: various bug fixes

Compare
Choose a tag to compare
@emeryberger emeryberger released this 17 Jul 19:03
· 334 commits to master since this release

What's Changed

(All changes by @emeryberger unless otherwise specified.)

Bug fixes

  • Fixes an issue caused by recent versions of the NVIDIA driver (affects cupy users) in 0165c4b, fixing #625
  • Escape/unescape HTML/Unicode in #630, fixing #629
  • Updated to fix IPython functionality in #631
  • A fix to a Unicode encoding issue by @rafaelnogalha in #610
  • Updated qualnames by @sternj in #636, fixing #627
  • Updated to properly handle @profile decorators for CPU time attribution in #637
  • Updated version of cloudpickle in setup, fixing a bug for multiprocessing by @sternj in 3d39c7d

New Contributors

Full Changelog: v1.5.21.4...v1.5.22.2