Skip to content

Releases: aiidalab/aiidalab-widgets-base

v1.2.0

17 Jan 18:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Dec 22:10
5c188ec
Compare
Choose a tag to compare
  • SmilesWidget: Store SMILES in structure node extras (#265 by @danielhollas).
  • Update the list of disabled OPTIMADE providers. (#267 by @csadorf)
  • Reduce the maximum traceback size for the bug report feature. (#266 by @csadorf)

AWB v1.1.0

29 Oct 10:25
0ac4a94
Compare
Choose a tag to compare

AWB v1.0.0

27 Sep 20:33
f25b855
Compare
Choose a tag to compare
  • Fix wrong links, update warning messages. (#243)
  • Fix computers management logic and links. (#244)

AWB v1.0.0rc4

17 Sep 16:22
3c509a5
Compare
Choose a tag to compare
AWB v1.0.0rc4 Pre-release
Pre-release
  • Switch from computer.name to computer.label and remove the obsolete multi-structure notebook. (#236)
  • start.py: remove links to the example notebooks. (#239)
  • Fix the wrong links to the notebooks that were recently placed in the 'notebooks' folder. (#238)

AWB v1.0.0rc3

15 Sep 13:57
eddeb9a
Compare
Choose a tag to compare
AWB v1.0.0rc3 Pre-release
Pre-release
  • Refactor: rename ligand into the functional group. (#224)
  • Structure widget: fix supported structure formats link. (#225)
  • Include jupyter notebooks in docs. (#229)
  • Revise docs structure. (#227)
  • Fix: dependency conflicts that caused dependency resolution issues. (#232)
  • Replace sphinx-rtd-theme with pydata-sphinx-theme. (#231)

AWB v1.0.0rc1

26 Jul 09:31
059eb1e
Compare
Choose a tag to compare
AWB v1.0.0rc1 Pre-release
Pre-release

changes:

  • Add OpenAiidaNodeInAppWidget (#218).
  • Add widgets to interact with ELNs (#220).

AWB v1.0.0b19

22 Jul 15:11
6fa5f86
Compare
Choose a tag to compare
AWB v1.0.0b19 Pre-release
Pre-release

changes:

  • Automated bug reports (#209, #219).
  • Curate providers for OptimadeQueryWidget (#211).
  • StructureManagerWidget: connect structure_node trait to the viewer (#217).
  • Add AiidaNodeViewWidget class. (#213).

Release v1.0.0b10

31 Aug 21:33
d7a2533
Compare
Choose a tag to compare
Release v1.0.0b10 Pre-release
Pre-release
  • Correctly modify an element in the base structure editor (#105).
  • Set default cell to uploaded structures without a cell (#116).
  • Improve stability of smiles renderer (#117)

Release v1.0.0b7

17 Jun 12:48
62c74e2
Compare
Choose a tag to compare
Release v1.0.0b7 Pre-release
Pre-release

API changes:

  • Changing StructureManager API (#94)

Bug fixes:

  • Fix StructureUploadWidget bug that did not allow to import non-cif structures (#106)

Improvementes: