Skip to content

Releases: simphony/docs

Version 2.4.1

31 May 13:34
0e796cd
Compare
Choose a tag to compare
  • Removed some functions from the API Reference, utilities are now listed as members of the osp.core.utils module directly, instead of submodules.
  • New tutorial on the import and export capabilities of OSP-core.
  • Other minor changes (see the full changelog).

Version 2.4.0

12 Apr 14:56
Compare
Choose a tag to compare
  • Added dockerfile to build the documentation locally. Includes hot reload of the docs.
  • Redesigned the landing page.
  • Reordered and renamed sections and headings to improve clarity. The license section was moved towards the end of the docs. Also, some documentation aimed at wrapper developers was moved from the initial sections of the docs to a new "Detailed design section" towards the end of the docs.
  • Included an overview section that quickly conveys what SimPhoNy can be used for.
  • Converted the "Motivation" section into a "Fundamental concepts" section. This section includes now new content about ontologies, the European Materials & Modelling Ontology, CUDS, and some technologies and frameworks behind SimPhoNy (RDF, SPARQL). Thanks @pablo-de-andres for sharing some material from your thesis.
  • Some tutorials are now available on Binder! You can now go though them directly on your web browser without having to install OSP-core. The compatible tutorials have a Binder badge that you can click to get to their interactive version.
  • Updated and improved the CUDS API tutorial.
  • Updated and improved the ontology interface tutorial.
  • Improved the clarity of the API reference.
  • The ontology interface was added to the API reference.
  • Added a contribute section.
  • Other minor changes (see the full changelog).

version 2.3.0

11 Jan 13:44
d4496ad
Compare
Choose a tag to compare

New changes:

  • Updates the content to reflect the latest improvements in OSP-core
  • Adds CI via GitHub's workflows
  • Clarifies some confusing concepts and explanations
  • Reorganises content in a clearer structure
  • Adds new tutorials

version 2.2.0

29 Jun 14:34
b397218
Compare
Choose a tag to compare

Added content:

  • Utility functions
    • Installation
    • Visualisation
    • Search
  • SimLammps wrapper tutorial
  • Content generated in the SimDome workshop
  • Overall fixes and improvements