mehta-lab / waveorder

Wave optical models and inverse algorithms for label-agnostic imaging of density & orientation.
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Bump version to 1.0.0rc0 #82

Closed ieivanov closed 1 year ago

talonchandler commented 1 year ago

I have added a few changes to prepare for this waveorder release (after these changes waveorder's packaging matches recOrder):


Q: The old setup.py included the following PowerPC-specific logic that removed all dependencies:

if platform.machine() == 'ppc64le':
        requirements = []
else:
        requirements = ['numpy>=1.17.4', ... remaining requirements

Is there a reason that PowerPC doesn't need the requirements?


@ieivanov after review and merge I will add a tag and push to PyPI as version 1.1.0.

talonchandler commented 1 year ago

PS sorry for hijacking your branch here @ieivanov...I figured I'd synchronize recOrder's and waveorder's packaging before releasing and that led to the questions above. Thanks!

talonchandler commented 1 year ago

I've tagged 1d207aa (the tip of this branch) as 1.0.0rc0, released it, and recOrder's tests on this branch https://github.com/mehta-lab/recOrder/pull/148 are passing.

Merging both now.