Due to the aim to publish a stable beta version for industrial use, we decided to design a standardized, effective and easy-to-read doc standard. Existing docs are outdated. We will publish some breaking changes here temporarily. Docs in code is still correct, you can read it easier at mooncakes.io
This repo has been published as a stable beta version now.
Documentation will be completed soon.
-
map_row()andmap_col()in@mutable.Matrixis renamed tomap_row_inplace()andmap_col_inplace() -
eachij()in@mutable.Matrixis renamed toeach_row_col() -
@mutable.Transposehas been rewritten (for better performance and standardized), operation is same as@mutable.Matrix. You can usematerialize()to turn virtual transpose into a transposed@mutable.Matrix