aarongarrett / inspyred

Python library for bio-inspired computational intelligence
MIT License
190 stars 57 forks source link

Adding more maintainers to help keep the code working with new python versions #29

Open sanjayankur31 opened 11 months ago

sanjayankur31 commented 11 months ago

Hi @aarongarrett , I was wondering what if you thought of giving a few contributors access to the repository and pypi so that we can help with at least merging PRs and keeping the code working with newer python releases, and then being able to release these on pypi?

I'm happy to help with general maintenance---we use inspyred in our tools so and we'd like to keep using it on newer python versions. I'm also happy to help with pypi releases (we can just set up a github action that automatically releases to pypi when a release is tagged here on github).

https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Please do let us know. We'd really like to keep inspyred alive. Cheers,

aarongarrett commented 11 months ago

Yes. Anyone who wants to be granted access can just let me know. I would love that.

-- Aaron Garrett

On Thu, Nov 2, 2023 at 8:42 AM Ankur Sinha @.***> wrote:

Hi @aarongarrett https://github.com/aarongarrett , I was wondering what if you thought of giving a few contributors access to the repository and pypi so that we can help with at least merging PRs and keeping the code working with newer python releases, and then being able to release these on pypi?

I'm happy to help with general maintenance---we use inspyred in our tools so and we'd like to keep using it on newer python versions. I'm also happy to help with pypi releases (we can just set up a github action that automatically releases to pypi when a release is tagged here on github).

https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Please do let us know. We'd really like to keep inspyred alive. Cheers,

— Reply to this email directly, view it on GitHub https://github.com/aarongarrett/inspyred/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALRPXMRK2UWIBQRXU44FTTYCOIKLAVCNFSM6AAAAAA622IJP2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3TIMJWHA3DGNI . You are receiving this because you were mentioned.Message ID: @.***>

sanjayankur31 commented 11 months ago

That's great to hear. I'm happy to help out to begin with. I'd like to add more CI to cover all current supported Python versions, fix any issues we see, and then make a new release with these fixes so folks can use inspyred off pypi again.

sanjayankur31 commented 11 months ago

I've released 1.0.2 with a bunch of fixes, please do test it out and file new issues if you encounter them

https://pypi.org/project/inspyred/1.0.2/

Leaving this issue open for others.