Skip to content

v0.28.1

Compare
Choose a tag to compare
@wjcunningham7 wjcunningham7 released this 02 Mar 16:21
· 772 commits to develop since this release
e4b3ef8

[0.28.1] - 2022-03-02

Added

  • Conda installation is only supported for Linux in the Getting Started guide.
  • MNIST classifier tutorial.

Removed

  • Removed handling of default values of function parameters in get_named_params in covalent/_shared_files/utils.py. So, it is actually being handled by not being handled since now named_args and named_kwargs will only contain parameters that were passed during the function call and not all of them.