Skip to content

Releases: CasperWA/voila-optimade-client

2023.8.30

30 Aug 11:23
Compare
Choose a tag to compare

New minimum Python version

Support for Python 3.7 and 3.8 has been removed. Instead support for Python 3.10 and 3.11 has been added.
The new minimum and default Python version is 3.9.

The CI/CD workflows have been updated to use the callable workflows from an external CI/CD repository.

Changelog

2023.8.30 (2023-08-30)

Full Changelog

Implemented enhancements:

  • Update minimum Python requirement #511
  • Use SINTEF/ci-cd callable workflows #528 (@CasperWA)

Fixed bugs:

  • Release workflow changes no working #532
  • Explicitly add locations of requirements files #517 (@CasperWA)

Closed issues:

  • Update optimade dependency to support Python 3.11 #506
  • Re-update BIG-MAP acknowledgement #464
  • Add BIG-MAP acknowledgement #462

Merged pull requests:

2022.9.19 (2022-09-19)

Full Changelog

Merged pull requests:

2022.6.23 (2022-06-23)

Full Changelog

Fixed bugs:

Merged pull requests:

2022.6.9 (2022-06-09)

Full Changelog

Merged pull requests:

  • pinning ipywidget-extended version to 1.1.1 #438 (@unkcpz)

2022.6.8 (2022-06-08)

Full Changelog

Merged pull requests:

2022.4.20 (2022-04-20)

Full Changelog

Merged pull requests:

2022.3.30 (2022-03-30)

Full Changelog

Merged pull requests:

2021.12.2 (2021-12-02)

Full Changelog

Fixed bugs:

  • Never choose a "group" value in dropdowns #357

Merged pull requests:

Read more

2022.9.19

19 Sep 21:04
Compare
Choose a tag to compare

Major QoL updates

Several Quality-of-Life (QoL) updates have been implemented, mainly thanks to @unkcpz and @eimrek.
This includes updated configurations, default servers, showing the current query as a raw OPTIMADE query when changing tabs, and more.

Changelog

2022.9.19 (2022-09-19)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2022.6.23

23 Jun 12:07
Compare
Choose a tag to compare

Patch update

Implements temporary workaround for issues with ipywidgets-extended v1.2.0.
See #437 for more information.

A proper update with respect to the previous release.

Changelog

2022.6.23 (2022-06-23)

Full Changelog

Fixed bugs:

  • Avoid using v1.2.0 for ipywidgets-extended #442 (CasperWA)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2022.6.9

09 Jun 14:42
Compare
Choose a tag to compare

Patch update

Implements temporary workaround for issues with ipywidgets-extended v1.2.0.
See #437 for more information.

Changelog

2022.6.9 (2022-06-09)

Full Changelog

Merged pull requests:

  • pinning ipywidget-extended version to 1.1.1 #438 (unkcpz)

* This Changelog was automatically generated by github_changelog_generator

2022.6.8

08 Jun 13:06
Compare
Choose a tag to compare

More flexibility

Introduce more flexibility for handling incomplete data as well as mainly utilizing ASE for converting to different structure file formats.

Changelog

2022.6.8 (2022-06-08)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2022.4.20

20 Apr 11:30
Compare
Choose a tag to compare

Voilà dependency update

The Voilà requirement has been updated.

Changelog

2022.4.20 (2022-04-20)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2022.3.30

30 Mar 08:39
Compare
Choose a tag to compare

Dependency updates release

This release updates the main dependencies, including the highly relevant Voilà and OPTIMADE Python tools / optimade packages.

Changelog

2022.3.30 (2022-03-30)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2021.12.2

02 Dec 08:52
Compare
Choose a tag to compare

Dependency updates release

This release updates the dependencies of the optimade-client package, including the highly relevant OPTIMADE Python tools / optimade package.

Changelog

2021.12.2 (2021-12-02)

Full Changelog

Fixed bugs:

  • Never choose a "group" value in dropdowns #357

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2021.10.21

21 Oct 12:22
Compare
Choose a tag to compare

More automation

This version introduces more automation for updating dependencies, updating the stable branch, as well as adding a changelog.

Furthermore, it moves to the new setup.cfg metadata setup for AiiDAlab, courtesy of @csadorf.

Changelog

2021.10.21 (2021-10-21)

Full Changelog

Fixed bugs:

  • Auto-merge dependabot PRs not working #365
  • Never choose a "group" value in dropdowns #357

Closed issues:

  • Update CI/CD to be more automatic #362

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

2021.9.28

28 Sep 07:26
Compare
Choose a tag to compare

Changes:

  • Update to optimade v0.16.4 (#354)
  • Update to voila v0.2.15 (#354)