v2.1.0
What's Changed
New features and improvements π¨
- Implement viewer representations by @cpignedoli in #373
- Enhance cell editor by @superstar54 in #372
- Draw bonds computed by ASE by @yakutovicha in #535
- allow structures with different periodicity, add periodicity by @AndresOrtegaGuerrero in #488
- StructureViewer: Print 3 decimal places for distance and angles by @danielhollas in #495
- Structure download section: add
extxyz
andxsf
formats by @yakutovicha in #501 - SmilesWidget: Canonicalize SMILES code by @danielhollas in #507
- Improve generation of tough SMILES by @danielhollas in #517
- Template resources setting by @unkcpz in #511
- App loading speed improvements:
- Lazy import optimade_client by @danielhollas in #496
- Bump traitlets to v5.9 by @danielhollas in #526
Bug fixes π
- Computer setup: Fix core.local transport by @danielhollas in #502
CompResourcesWidget
: do not raise when computer test fails by @yakutovicha in #506- Fix .ssh/config file not being closed by @danielhollas in #513
- Fix threading issue when accessing user instance in _get_codes of ComputationalResourceWidgets by @unkcpz in #543
Documentation π
- DOC: re-strucuture the doc folder by @unkcpz in #514
- Extend documentation for the viewers module. by @yakutovicha in #515
Devops
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #494
- Bump scikit-learn by @danielhollas in #498
- Make notebook tests less flaky by @danielhollas in #497
- Add the concurrency setup to CI workflow by @unkcpz in #503
- Remove leftover load profile by @unkcpz in #481
- StructureViewer Download tab: pass file format explicitly by @danielhollas in #504
- Get rid of deprecation warnings in computational_resources.py by @danielhollas in #508
- Fix Warning coming from ProcessFollowerWidget by @danielhollas in #512
- Remove openbabel dependency by @danielhollas in #518
- Use mock home and monkeypatch ssh parser for ssh config testing by @unkcpz in #523
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #520
- Remove warnings in unit tests by @danielhollas in #509
- Fix/xx/increase timeout of di test by @unkcpz in #529
- Fix failed tests of resource setup after the resource database updated by @unkcpz in #538
- Add timeout to cod query test to avoid test hang by @unkcpz in #536
- Use GHCR image to avoid dockerhub pull rate limit by @unkcpz in #539
- Allow set key_filename/key_policy in computer configure by @unkcpz in #537
- Fix failed resources widget by @unkcpz in #544
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #546
Full Changelog: v2.0.1...v2.1.0