v0.1.4
This is the release notes of v0.1.4. See here for the complete list of solved issues and merged PRs.
Enhancements
- Remove
handle_params
andcalc_shape
in operand class (#462) - Simplify building executable graph (#463)
- Replace
default_name
withdefault_uid
(#467) - Remove
--ui-port
option for Mars Web (#483) - Add serialize support for
complex
type (#519)
Bug fixes
- Fix defunct compose option in web session (#437)
- Fix memory size estimation for Fuse nodes (#435)
- Fix compression types when transferring files (#472)
- Fix promise memory issues (#475)
- Return 404 when graph actor does not exist (#500)
- Specify an
__order__
attribute in Enum classOperandState
(#503) - Callback on quota allocation failure & bump version (#518)