OpenFreeEnergy/alchemiscale

Add client-server version comparison check for major libraries

Open

#159 opened on Aug 3, 2023

 (1 comment) (0 reactions) (0 assignees)Python (10 forks)auto 404
component-user-apicomponent-user-clientgood first issue

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

We should add a method to the AlchemiscaleClient that checks local versions of the following packages against those the API service is running with:

  • gufe
  • openfe
  • alchemiscale

We may call this method upon AlchemiscaleClient instantiation to issue warnings if mismatches are identified, especially for non-patch versions.

Contributor guide