Skip to content

Releases: ersilia-os/ersilia

November 2024

01 Nov 03:19
ad6ce02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.36...v0.1.38

October 2024

01 Oct 05:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.36...v0.1.37

August 2024

14 Aug 06:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.34...v0.1.36

May 2024 - v0.1.34

04 Jun 14:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.33...v0.1.34

April 2024 - v0.1.33

19 May 20:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.32...v0.1.33

Docker compatibilty

27 Jun 06:45
Compare
Choose a tag to compare

We now provide compatibility with Docker, which greatly improves the robustness of Ersilia.

First Ersilia Release with a DOI!

02 Nov 16:47
941fa18
Compare
Choose a tag to compare

This Release contains a stable version of Ersilia's CLI, with bugfixes for predicting large datasets and improved Error notifications for users.

First release of Ersilia with public access to models database

10 Oct 08:51
Compare
Choose a tag to compare

First release of Ersilia with public access to models database

  • Version: 0.1.1

This version includes minor updates with respect to v0.1.0. The major improvement is that the AirTable API Read-Only key is now not hardcoded in the library. It can now be found in the config folder, and it is accessed by the Ersilia CLI online.

First release of Ersilia

06 Oct 18:37
Compare
Choose a tag to compare

First release of Ersilia!

Version v0.1.0

This is the first release of the Ersilia CLI tool. This version can be used as to fetch, serve and run models available in the Ersilia Model Hub. At the moment, the models available are all chemistry models, meaning the input is one molecule or a set of molecules.

The typical use case is that a model is fetched. At fetching time, a Conda environment is created with the model identifier. This is the environment that is activated when predictions are run.

Disclaimers

Ersilia is still in an experimental phase. If you encounter probles running the tool, please reach out to us and we will resolve your issues promptly.

Next steps

  • Ensure that Ersilia works in Docker containers.
  • Input adapters and output adapters.