v0.28.1
wjcunningham7
released this
02 Mar 16:21
·
772 commits
to develop
since this release
[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
incovalent/_shared_files/utils.py
. So, it is actually being handled by not being handled since nownamed_args
andnamed_kwargs
will only contain parameters that were passed during the function call and not all of them.