Releases: sissaschool/sportran
Releases · sissaschool/sportran
v1.0.0rc3
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 <[email protected]>
SporTran v1.0.0rc2
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
First release candidate of SporTran 1.0.0
sportran 1.0.0a1
- 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
The Graphical User Interface is finally here!
thermocepstrum-gui
(Python 3 only)- many bug fixes and improvements
v0.1.2 release
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.