Skip to content

Releases: prmiles/pymcmcstat

v1.5.0

27 Jul 17:59
Compare
Choose a tag to compare

Final release version of 1.5.0

v1.5.0rc1

23 Jul 20:38
Compare
Choose a tag to compare

Release candidate 1 of v1.5.0

  • Updated analysis options and chain diagnostics
  • Improved workflow on remote operating systems

v1.4.0

11 Jul 17:26
15e945b
Compare
Choose a tag to compare

This release has the following notable updates:

  • complete unit test coverage
  • documentation on all main methods/classes
  • wrapper routine for running chains in parallel
  • advanced control for plotting credible/prediction intervals
  • log files saved to binary format

v1.3.1

20 Apr 14:34
Compare
Choose a tag to compare

Updated a few minor

  • plotting: automatic name generation and filling (if none/insufficient given)
  • bin save: added covariance matrix to feature
  • debugged sample feature

v1.3.0

03 Apr 15:02
Compare
Choose a tag to compare

Primary Feature(s):

  • This releases of pymcmcstat has been updated for compatibility with Python 3.6 (future releases will be developed in Python 3.6).
  • The updates are still compatible with Python 2.7.

v1.2.0

03 Apr 12:23
Compare
Choose a tag to compare

Primary feature(s):

  • Ellipse contour routine for pairwise plots
  • Progress bar to prediction/credible interval generation
  • Bin save function: user can periodically save chain, sschain, and s2chain to a file.

v1.1.1

26 Feb 22:20
Compare
Choose a tag to compare

Standard release - fixed bug associated with using PI routines for generating credible intervals without prediction intervals

v1.1.0

19 Feb 14:42
Compare
Choose a tag to compare

Added prediction plot routine. User's guide to be released soon on the website: https://prmiles.wordpress.ncsu.edu/

v1.0.0

15 Feb 13:01
Compare
Choose a tag to compare

This is intended to be the final base version. I will fix bugs and add features to this release structure. Limited support will be provided for earlier releases; however, it will still be included as part of the installation.

v0.4.3

17 Jan 13:05
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

Minor updates related to checking variable types.
Removed several unused pieces of code.
Preparing to switch code structure to be more pythonic... this may be last supported initial version.