- bug fix - require pytest-ipynb for the test suite
0.1.22
- add a workaround for pynvml not respecting CUDA_VISIBLE_DEVICES settings - adjust ipyexperiments.utils.mem getter functions to accept an optional torch gpu id - adjust Makefile to test for conda install/uninstall first, otherwise it breaks pip
0.1.21
- fix conda channels
- for consistency renamed helper functions: * `gpu_mem_get_free_no_cache_mbs` * `gpu_mem_get_used_no_cache_mbs` (added `_mbs` like all the other functions that return rounded mbs)
0.1.20
- fix requirements - needed pynvml instead of the nvidia-ml-py3 that it relied on earlier
0.1.19
- skipped
0.1.18
- require ipython>=6.0.0 (colab still uses ipython==5.5.0, which breaks events) - py38 is supported (doc)