Skip to content

Tag early, release later

Compare
Choose a tag to compare
@darribas darribas released this 19 Jul 16:12
· 130 commits to master since this release

This release provides an update of versions of all core packages, and the following advances:

  • The main infrastructure addition in this release is a set of explicit files (gds_py_explicit_XXX-latest.txt, available here) to recreate the exact Python environment in Linux, MacOS, and Windows (all intel-only, for now). These are created following the cloning guidance in conda, and can be replicated running conda create/install --name myenv --file gds_py_explicit_XXX-latest.txt
  • CI has also been expanded to include a re-build (upon success) of the explicit gds_py_explicit_XXX-latest.txt files on each commit
  • Main additions/removals as specified in #73