pygridtools / gridmap

Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
GNU General Public License v3.0
84 stars 34 forks source link

Request: Update PyPi package #74

Closed kaukrise closed 6 years ago

kaukrise commented 7 years ago

Hello,

First of all thank you for a fantastic package, it is extremely useful for our research where we have to process large amounts of data. We are about to release a Python package for one of our tools and gridmap is a dependency for parallelising the most computationally intensive calculation.

Currently, the latest available gridmap package on PyPi is version 0.13.0, but the code is not up to date with the code in the GitHub repository. Hence we were wondering if it would be possible to give gridmap a version bump to 0.14.0 and upload an updated package to PyPi, so our users can make use of the latest fixes and improvements (without having to install manually from GitHub)?

Thank you very much in advance!

Kai

desilinguist commented 7 years ago

Thanks for the kind words, Kai. I’m actually planning to make a few changes in terms of compatibility with newer versions of dependencies (e.g., psutil). So, I’ll be making a new version before the end of the year anyway.

kaukrise commented 7 years ago

That sounds great, thanks a lot!

desilinguist commented 6 years ago

New version released.