pycos version 4.7.6 has been released. In this version

  • Fixed host name resolution with Windows when netifaces module is not available.
  • Fixed dispycosnode to allocate only CPUs reserved by the scheduler (instead of all availbale even if reserved number is smaller).
  • Any nodes given with DispycosNodeAllocate will be automatically located by the scheduler (so the client doesn't need to use peer method do discover).
  • Added port parameter to DispycosNodeAllocate so clients can indicate which port is used by given node if different from default port.
  • If dispycosnode has more CPUs than given ports with tcp_ports option(s), use any necessary ports for remaining CPUs starting from last tcp_ports option.