Skip to content

Releases: CasperWA/voila-optimade-client

2020.9.16.dev1

16 Sep 10:35
Compare
Choose a tag to compare

Include OPTIMADE logo in package.

2020.9.16.dev0

15 Sep 23:36
Compare
Choose a tag to compare

Remove scipy as a dependency and fix numpy.ufunc size changed issue.

2020.9.15.dev2

15 Sep 15:00
Compare
Choose a tag to compare

Second attempt for a proper release through the new publish workflow.

2020.9.15.dev1

15 Sep 14:47
Compare
Choose a tag to compare

First release attempting to use the updated publish workflow, utilizing push-protected.

v3.3.2+aiidalab

07 Sep 09:25
v3.3.2+aiidalab
5dd7534
Compare
Choose a tag to compare

Changes:

  • Move cached and logged files to standard OS locations (@csadorf).
  • Update voila.

v3.3.1

31 Aug 10:49
v3.3.1
5c09750
Compare
Choose a tag to compare

Changes:

v3.3.0

17 Jul 17:05
v3.3.0
abbc6f3
Compare
Choose a tag to compare

The client now supports OPTIMADE API v1.0.0.

Changes:

  • Retrieve versioned base URLs via /versions endpoint (#87)
  • Add support for page_number pagination (#87)
  • Support old and new kind of "links" resources (#87)
  • Update notebook name to be a nice name (OPTIMADE Client.ipynb) (#97)
  • Several minor fixes (#87, #98)

v3.2.0

18 Jun 21:18
v3.2.0
5cec09c
Compare
Choose a tag to compare

There is no longer support for combined index meta-databases and regular implementations.
The client now states to support OPTIMADE API v1.0.0-rc.2

Changes:

  • Use new LinksResource schema (#74)
  • Update dependencies (#74, #75)

v3.1.3

08 Jun 11:09
v3.1.3
aed954b
Compare
Choose a tag to compare

Reversion update.
All changes come from PR #65 (@CasperWA).

Changes:

  • Revert commit 8780867, "Split results dropdown and page selector out".
  • Revert commit bb68b22, "Freeze also selector dropdowns with filters".
  • Properly freeze/unfreeze and reset filter widgets, search button, and results.
  • Reset IntRangeSlider input filter widgets even for databases with no structures.
  • "Soft" reset of results page chooser, due to over-eager traitlet event notifiers.

v3.1.2

03 Jun 20:36
v3.1.2
f7630fb
Compare
Choose a tag to compare

Minor fixes update.
All changes come from PR #62 (@CasperWA).

Changes:

  • Return Search button to normalcy always.
  • Handle min/max-values of IntRangeSlider widgets update cases with any starting values.
  • Freeze more of the user-changeable inputs while doing background actions.
  • Reset the results dropdown when choosing a new database.
  • Add FAQ about changing download dropdown.