Skip to content

Releases: tdinelli/pySMOKEPostProcessor

v0.3.0

13 Nov 22:28

Choose a tag to compare

Release Notes Template for Automated Deployment

v0.3.0 - Automated Deployment

Major Changes

Automated Installation

  • Automated CI/CD: Complete automation from version tagging to package distribution

Installation Methods

From source still recommended

  git clone https://github.com/tdinelli/pySMOKEPostProcessor.git
  cd pySMOKEPostProcessor
  pip install -e .

v0.2.0

13 Feb 22:57
a9165b5

Choose a tag to compare

New Functionalities

  • Reaction classes integration finished.
  • Soot post-processing integrated.
  • FDI

Technical Features

  • New C++ interface based on pybind11
  • Ease the installation and portability of the python package

v0.1.0

07 Feb 19:45
4dcf88d

Choose a tag to compare

Release NOTE

This is the first stable version of the project. The c++ interface is based on ctypes binding. The main issue here is the installation process and the slowness of the interface (not investigated).