- Switched from using human readable ids to using UUIDs
Removed
- `human-id` package was removed along with its mention in `requirements.txt` and `meta.yaml`
0.15.8
Removed
- Code breaking text from CLI api documentation. - Unwanted covalent_dispatcher rst file.
Changed
- Installation of entire covalent_dispatcher instead of covalent_dispatcher/\_service in setup.py.
0.15.7
Fixed
- Functions with multi-line or really long decorators are properly serialized in dispatch_source.py. - Multi-line Covalent output is properly commented out in dispatch_source.py.
0.15.6
Fixed
- Sub-lattice functions are successfully serialized in the utils.py get_serialized_function_str.
Added
- Function to scan utilized source files and return a set of imported modules (utils.get_imports_from_source)
0.15.5
Changed
- UI runs on port 47007 and the dispatcher runs on port 48008. This is so that when the servers are later merged, users continue using port 47007 in the browser. - Small modifications to the documentation - Small fix to the README
Removed
- Removed a directory `generated` which was improperly added - Dispatcher web interface - sqlalchemy requirement