drxkk / invprob

Set of functions to solve inverse problems
Other
0 stars 0 forks source link

Add automatic version pick-up from pyproject #13

Open drxkk opened 4 years ago

drxkk commented 4 years ago

Following scipy docs/source/config.py:

The default replacements for |version| and |release|, also used in various

other places throughout the built documents.

import scipy version = re.sub(r'.dev-.*$', r'.dev', scipy.version) release = scipy.version