Skip to content

Releases: sissaschool/sportran

v1.0.0rc3

07 Dec 14:17
Compare
Choose a tag to compare
fixes #66 (#67)

* fixes #66 - there was a bug in `sportran-analysis` when the moving average window was not specified.
* added test for cli when the user don't ask for the filtering of the data with the moving average approach
* version updated to 1.0rc3

Co-authored-by: Loris Ercole <loris.ercole@gmail.com>

SporTran v1.0.0rc2

29 Jun 16:13
Compare
Choose a tag to compare

Second release candidate of SporTran 1.0.0.
Includes improvements to the documentation, the API, and minor bug fixes (see #60).

Full Changelog: v1.0.0rc1...v1.0.0rc2

SporTran v1.0.0rc1

03 Mar 14:20
Compare
Choose a tag to compare

First release candidate of SporTran 1.0.0

sportran 1.0.0a1

20 Dec 13:18
Compare
Choose a tag to compare
sportran 1.0.0a1 Pre-release
Pre-release
  • extensive testing and documentation with sphinx
  • generic interface to custom currents and units
  • name changed to sportran
  • this version is uploaded to pypi (pip install sportran)

v0.3.0 release

25 Mar 08:33
e668980
Compare
Choose a tag to compare

The Graphical User Interface is finally here!

  • thermocepstrum-gui (Python 3 only)
  • many bug fixes and improvements

v0.1.2 release

21 Mar 11:08
Compare
Choose a tag to compare

The first complete release of thermocepstrum package that can be installed with pip.
It contains:

  • the HeatCurrent class API, that allows to quickly define a current to compute the thermal conductivity, either for one-component or multi-component systems. Cepstral analysis can be quickly performed to obtain the thermal conductivity and its error estimate, and many built-in plot functions are available to visualize the results.
  • the analysis.py command-line utility, to perform analyses quickly from the command line.
  • many i/o functions to read data from LAMMPS log/dump files and from tables.
  • 3 examples showing how to use the basic functionalities, either from a python script or from the command-line.