- Add precision option.
- Fix: badges error.
- Support complex number.
- Reorganize type judgement in parser.
- Change extension categories.
- Fix: shape for Fortran order array.
- Add formatting, inluding indentation and line breaks.
- Fix: wrong shape displayed (shape reversed unnecessarily).
- Add a command to show array shape.
- Add unsupport notification for python object array.
- Fix: small change on table style (fix the inconsistent width in vscode-light).
- Fix: missing css.
- Support table view for 1D/2D arrays.
- Support bytes and bool array.
- Issue found: CAN NOT display too large array (size > 10000000). (Wait to be solved)
- Update extension description.
- Support .npz file.
- Support string array (UTF-16).
- Support Fortran order.
- Support Int64.
- Fix: configuration loading error.
- Add icon.
- Support multi-dimensional array display.
- Add table view for 2D array. (Disabled by default, it can be enabled in settings.json)
- Fix: add the missing dependency.
- Initial release.