Changelog

Version 1.1.1

  • Added IPArray.mask() to apply net and host masks to an array of IP addresses (GH#36).

Version 1.1.0

  • Added ip_range() for generating an array of regularly-spaced IP addresses (GH#27).
  • Added IPArray.netmask() and IPArray.hostmask() (GH#30).
  • Fixed Python 2 dependencies so that the ipaddress backport is installed automatically when install cyberpandas from PyPI (GH#29).