v1.3.5
What's Changed
- migrate from setup.py to pyproject.toml by @njzjz in #145
- move tests out of the package by @njzjz in #146
- fix coverage for multiprocessing by @njzjz in #149
- replace deprecated
np.int
withint
by @njzjz in #150 - fix the path of readme by @njzjz in #151
- migrate to openbabel native pbc; support LAMMPS non-orthogonal box by @njzjz in #152
- build wheels and upload to pypi by @njzjz in #153
- drop Python 3.6 support by @njzjz in #154
- build macosx_universal2 wheels by @njzjz in #155
- deprecate base64 for compress block by @njzjz in #156
- fix reading atomic type from dump files by @njzjz in #158
- use
exist_ok=True
and remove_mkdir
by @njzjz in #157 - disable tqdm when stderr is redirected by @njzjz in #159
- use the logger instead of the global logging by @njzjz in #160
- update test configs by @njzjz in #161
Full Changelog: v1.3.4...v1.3.5