You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe would be nice to implement it before on carsus since it's a smaller package to learn how it works
tardis still have montecarlo Cython code included (is this the only compiled extension, right?). Would be nice to ditch this before moving to new astropy template
Moving to the new template should be done before moving on conda-forge (or any form of packaging) otherwise we will doing the same job twice
25/01/2021
Also I found the new template uses setuptools_scm. This package allows setting versions according to git tags. This seems very conveniently, but unfortunately has some caveats. For example, it does not work if tags have the dev word on it. This would break our CI release cycle because our tags have the word dev.
TARDIS's setup and package architecture is based on the
astropy
's excellent package template ( https://github.com/astropy/package-template) this has changed in the last years and we should update our infrastructure to follow the new guidelines. We should also look out for this https://github.com/astropy/astropy-APEs/blob/master/APE17.rst. Once things are changed we need to add these files to be excluded from codestyle black changes.The text was updated successfully, but these errors were encountered: