Skip to content

PyQ 5.0.0

Latest
Compare
Choose a tag to compare
@sashkab sashkab released this 02 Jun 17:27
· 3 commits to master since this release
pyq-5.0.0
c19a2bd

Deprecations and removals:

  • !688 - #1037 - remove python 2 support; python >=3.6 is now required;
    users of python 2.7 - see 4.2.x series.
  • !703 - drop embedPy

Enhancements:

  • !702 - #1051 - add support for deleting columns using .delete()
  • !707 - #1057 - add support for numpy 1.18
  • !703 - #1055 - use setuptools_scm to specify version
  • !697 - #1048 - drop 32-bit support

Bug fixes:

  • !695 - #1047 Fix K.inspect(str)
  • !704 - #1054 Don't try to define scov when running under older versions of kdb+
  • !722 - #1068 Set program name in pyq.so, which fixes several issues related to venv and virtualenv 20 modules on macOS.