N3PDF / vegasflow

VegasFlow: accelerating Monte Carlo simulation across multiple hardware platforms
https://vegasflow.readthedocs.io
Apache License 2.0
34 stars 9 forks source link

enable tests for python 3.9 #69

Closed scarlehoff closed 3 years ago

scarlehoff commented 3 years ago

Since Tensorflow has python support and there are now two releases candidates in pip I guess it makes sense to at least enable the tests and check whether something breaks.

Not 100% sure about merging and pushing the package to pypi before it's an official release and not just a release candidate. I guess in the worst case I'll merge once I've been using it for a few weeks if I don´t find any problems.

Closes #62

scarlehoff commented 3 years ago

I'm inclined to merge this as a minor revision (the only difference wrt master is that now it is tested and supported, which was not the case before). Won't create a release because I don't want to desynchronize pypi and conda and also doesn't matter.

Since we have several PR that will be merge in the next few months (maybe even before TF 2.5 is officially released) we can do a proper release for both conda and pypi then.

Note that the situation is different with pdfflow because there we set a specific version of TF which in turns made prereleases not eligible for download.