Skip to content

Releases: AndreaBlengino/baypy

1.4.1

19 Oct 22:35
38e69be
Compare
Choose a tag to compare

This release contains:

  • Documentation:
    • update RedTheDocs Python version used to build the documentation

1.4.0

19 Oct 21:49
f2fe891
Compare
Choose a tag to compare

This release contains:

  • Documentation:
    • add copybutton to code blocks
    • update release notes
    • fix examples documentation syntax
  • Enhancement:
    • replace list with generic Iterable for lags parameter in autocorrelation_summary
    • reorganize analysis and diagnostics modules
  • Release:
    • drop Python 3.9 support
    • extend support to Python 3.13
    • update dependencies

v1.3.0

13 Apr 14:40
1fe1e3f
Compare
Choose a tag to compare

This release contains:

  • Documentation:
    • add dependencies badge
    • prevent ReadTheDocs to build the documentation without a valid release tag
  • Release:
    • update Python version dependency
    • review dependencies versions

v1.2.1

11 Apr 13:13
3c6f0f3
Compare
Choose a tag to compare

This release contains:

  • Tests:
    • update Github test workflows in order to test also package building
  • Maintenance
    • fix some typos
  • Enhancement:
    • update type hinting from future
    • remove requirements files
    • remore requirements reference from .readthedocs.yaml and tox.ini
  • Release:
    • create a pyproject.toml file
    • update building tools in release workflow

v1.2.0

09 Apr 16:31
3d0b3f7
Compare
Choose a tag to compare

This release contains:

  • Enhancements:
    • remove unused imports and variables
  • Documentation:
  • Tests:
    • split Github test workflows for different OS
  • Maintenance:
    • fix some typos

v1.1.2

18 Mar 22:46
690a02c
Compare
Choose a tag to compare

This release contains:

  • Maintenance:
    • fix documentation indentation
    • fix some typos in documentation
    • fix documentation cross reference links
  • Release:
    • extend support to Python 3.12

v1.1.1

12 Nov 00:20
74fd811
Compare
Choose a tag to compare

This release contains:

  • Release:
    • fix link to logo

v1.1.0

11 Nov 22:24
c7aee37
Compare
Choose a tag to compare

This release contains:

  • Enhancements:
    • improve sample_beta function return robustness
    • make regression.sample method static
  • Documentation:
    • update docstrings according to other modifications
    • enhance docs folder structure
    • activate Read The Docs documentation building
  • Tests:
    • add new tests markers
    • implement hypothesis to enhance test robustness
    • add tests in more OS
    • enhance tests folder structure
  • Maintenance:
    • fix some typos in documentation
  • Release:
    • update dependencies
    • move dependencies in specific separate files
    • add logo

v1.0.4

08 Sep 14:13
Compare
Choose a tag to compare

This release contains:

  • Enhancements:
    • move specific attributes from abstract class (Model) to concrete classes (LinearModel) is order to keep abstract class as general and flexible as possible
    • move specific methods from general modules (diagnostics, analysis) to specific methods (LinearModel) in order to keep general modules as general and flexible as possible
    • improved import
  • Documentation:
    • update docstrings according to other modifications
    • update examples according to new API
  • Tests:
    • update existing tests according to other modifications
    • add new tests for new methods
    • make cases generation scheme automatic for TypeError tests
  • Bugfix:
    • fix mistake in likelihood computation formula
  • Maintenance:
    • fix some typos

v1.0.3

02 Sep 21:02
Compare
Choose a tag to compare

This release contains:

  • Documentation:
    • add 2 new esage examples
    • enhance all examples description
    • add CONTRIBUTING file
    • add commit rules and standard acronyms
    • add installation instructions
  • Release:
    • add release workflow to PyPI