-
Notifications
You must be signed in to change notification settings - Fork 15
New release
Once all changes in master
pass all tests on travis and on GPU.
Set the package version at the top of CMakeLists.txt
set(PACKAGE_VERSION 1.02)
and commit to master.
Wait until travis tests pass and the new docs are deployed.This is signaled by a slack message if the docs changed. Look at test output at https://travis-ci.org/mtazzari/galario/ Are there warnings to take care of?
Check that the docs at https://mtazzari.github.io/galario/ look ok.
Create a tag by creating a new release with notes on the web.
sha256 is the prefered checksum -- you can get it for a file with either of openssl sha256 sha256sum
You may need the openssl package, available on conda-forge conda install openssl -c conda-forge
Our feedstock is at https://github.com/conda-forge/galario-feedstock. Clone it, then edit variables at the top of galario-feedstock/recipe/meta.yaml
- `{% set version = "1.0.2" %}