Made all operations take the identification of the servable as a single string (e.g., "namespace/name") rather than two separate strings.
0.6.1
Added the ability to add custom layers
0.6.0
This new release adds the ability to easily search the DLHub model repository from the command-line client.
It also simplifies the authentication-related API by removing the `login` function for the client. Calling the initializer will start a login routine if needed.
0.5.1
The v0.5.0 release was missing a critical requirement
0.5.0
This new version is a major overhaul of how authorization credentials are handled in DLHubClient. We now use [mdf_toolbox](https://github.com/materials-data-facility/toolbox) to run login flows rather than code used only in this repository.
0.4.1
Change how models are identified in the DLHubClient run method (see 35)