- Experimentally support Visualizing System (only in Jupyter environment). - Add [k3d](https://matplotlib.org/) as a dependency. - Add [jupyter](https://jupyter.org/) as a dependency.
0.9.6
- One can explicitly assign the type number when writing to data file. - Support load/save POSCAR format. - Support load/save XYZ format.
0.9.5
- Fix the documentations. - Add a dynamic [logo](https://mdapy.readthedocs.io/en/latest/). - Improve the memory use for System class. - Improve the README. - Add plot for 3D spatial binning.
0.9.4
- Remove dependency for Pandas and Pyarrow. mdapy uses Polars to be the newer DataFrame structure. - Updated Documentation. - Improve the importing speed. - Minor improvement on compilation speed.
0.9.3
- Support generating special crystalline orientations for FCC and BCC lattice. - Fix bug for warpping positions. - Fix bug for write dump. - Fix bug for generate System class from np.ndarray. - Update an example to calculate the Generalized Stacking Fault Energy (GSFE).