Skip to content

Releases: luizdesuo/banquo

v0.6.0

08 Jan 02:15
Compare
Choose a tag to compare

v0.6.0 (2025-01-08)

Build System

  • Move arviz from dependency to test group (28fa4c0)

  • deps: Bump codecov/codecov-action from 4 to 5 (cd0558a)

Bumps codecov/codecov-action from 4 to 5.


updated-dependencies:

  • dependency-name: codecov/codecov-action dependency-type: direct:production

update-type: version-update:semver-major

...

Signed-off-by: dependabot[bot] [email protected]

  • deps: Bump python-semantic-release/python-semantic-release (d5ade96)

Bumps python-semantic-release/python-semantic-release from 9.14.0 to 9.15.2.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production

update-type: version-update:semver-minor

...

Signed-off-by: dependabot[bot] [email protected]

Documentation

  • Add source code view extension (770fd7b)

  • Remove hilbert space approximation (fc703eb)

Features

  • Add sample method for bernstein model (96d5266)

  • Remove hilbert space approximations and add heat equation correlation (28270ff)

Testing

  • Fix typing issue (dedd5bd)

  • Modify test to work with new correlation function (98e7422)


Detailed Changes: v0.5.0...v0.6.0

v0.5.0

19 Nov 23:59
Compare
Choose a tag to compare

v0.5.0 (2024-11-19)

Bug Fixes

Build System

  • Add development status (8e71d89)

  • deps: Bump python-semantic-release/python-semantic-release (d9b6083)

Bumps python-semantic-release/python-semantic-release from 9.12.0 to 9.14.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] [email protected]

Documentation

  • Add initial content to README file (fb11eff)

Features

  • Add nonparanormal model with bernstein marginals (d5911cf)

  • Add prototype for bernstein_icdf (a8c57ff)

Testing

  • Add new tests (skipped) for cdf estimation and nonparanormal model (840532d)

v0.4.0

17 Nov 11:03
Compare
Choose a tag to compare

v0.4.0 (2024-11-17)

Bug Fixes

  • fix: jax arrays setting API with .at[idx].set(value) (66a1edf)

Build System

  • build: safety check was deprecated, updated to scan (638f8da)

  • build(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.11.0 to 9.12.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected] (ba68db4)

Continuous Integration

  • ci: removed safety from ci workflow due to their API breaking change (7296d08)

Documentation

  • docs: fix references for functions in docstrings (65034ed)

Features

  • feat: add kernels module with stochastic heat equation kernel (2fae7eb)

  • feat: remove bernstein_density and add Bernstein numpyro model (a647b2d)

Testing

  • test: add auxiliary functions (f2b5431)

  • test: add test suite for kernels module (2b4998a)

  • test: replace bernstein_density with Bernstein model (13d2453)

Unknown

  • Merge pull request #5 from luizdesuo/dependabot/github_actions/python-semantic-release/python-semantic-release-9.12.0

build(deps): bump python-semantic-release/python-semantic-release from 9.11.0 to 9.12.0 (3eeece1)

v0.3.0

27 Oct 15:00
Compare
Choose a tag to compare

v0.3.0 (2024-10-27)

Build System

  • build(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 9.10.1 to 9.11.0.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] [email protected] (3c6d3fb)

Continuous Integration

  • ci: remove step for jax-numpy array-api (7105a71)

  • ci: run tests for jax-numpy array api (e4534f5)

Documentation

  • docs: add bernstein approximation equations (b448193)

  • docs: fix BetaProtocol example should not subclass a protocol (6265af2)

  • docs: fix output dimension of returns on bernstein functions (ce41600)

  • docs: fix math equations (7d818d4)

Features

  • feat: add shape handling functions for compatibility with bernstein functions (e1b2a40)

  • feat: expand bernstein functions to multiple purpose (MCMC and posterior reconstruction) (0d74487)

  • feat: add numpyro module, build marginal models and beta protocol (722e073)

  • feat: add bernstein-based marginal modeling functions (fad6648)

  • feat: add logsumexp using array-api standard (9412c14)

Fixes

  • fix: error when expanding weights dimension (11275a2)

Testing

  • test: add integration test to bernstein density and functions (cca046d)

  • test: add test to logsumexp (c3053bd)

  • test: add configuration for tests array-api from CLI and adjust the other modules (0f785d1)

Unknown

  • Merge pull request #4 from luizdesuo/dependabot/github_actions/python-semantic-release/python-semantic-release-9.11.0

build(deps): bump python-semantic-release/python-semantic-release from 9.10.1 to 9.11.0 (843b397)

v0.2.0

19 Oct 19:41
Compare
Choose a tag to compare

v0.2.0 (2024-10-19)

Build System

  • build: remove check-docstring-first hook (ed18f00)

  • build: add array-api tools and hypothesis for testing (0544d83)

  • build: manually add package version (7c77eb0)

Continuous Integration

  • ci: restore workflow (791e319)

  • ci: temporary remove condition to publish into PyPI (2620d59)

  • ci: remove condition to publish into PyPI (5c7a9ef)

  • ci: temporary remove Test install from TestPyPI (886408b)

  • ci: add PSR configuration (239dea2)

Features

  • feat: add auxiliary functions, data transform functions their custom errors (3f82e1a)

  • feat: add auxiliary functions (18eabb3)

  • feat: extend the existing function to support array-api (738c2c5)

Refactoring

  • refactor: add array info to documentation (c5150fc)

Testing

  • test: add tests for usual cases of auxiliary and data transform functions (1455083)

  • test: add functional test for multi_normal_cholesky_copula_lpdf function (c2ce33c)

  • test: change diag function to array-api standard (3ba49ff)

  • test: add functional test for chol2inv function (3dc099c)

  • test: add module to include array builders strategies (7c6ca1b)

v0.1.0

11 Oct 13:50
Compare
Choose a tag to compare

v0.1.0 (2024-10-11)

Build System

  • build: add numpyro and arviz dependencies (53ad24e)

Features

  • feat: add gaussian copula and auxiliary functions (a607ef0)

v0.0.0

11 Oct 13:32
Compare
Choose a tag to compare

v0.0.0 (2024-10-11)

Build System

  • build: remove sphinxcontrib-mermaid package (ac38f45)

  • build(deps): bump python-semantic-release/python-semantic-release

Bumps python-semantic-release/python-semantic-release from 8.3.0 to 9.10.1.


updated-dependencies:

  • dependency-name: python-semantic-release/python-semantic-release
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] [email protected] (c0e5bc9)

  • build(deps): bump codecov/codecov-action from 3 to 4

Bumps codecov/codecov-action from 3 to 4.


updated-dependencies:

  • dependency-name: codecov/codecov-action
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] [email protected] (7db76a5)

  • build(deps): bump dependabot/fetch-metadata from 1 to 2

Bumps dependabot/fetch-metadata from 1 to 2.


updated-dependencies:

  • dependency-name: dependabot/fetch-metadata
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...

Signed-off-by: dependabot[bot] [email protected] (dc736a7)

  • build: add safety policy file (1de3ef8)

  • build: update pre-commit hooks versions (030306c)

Documentation

Unknown

  • Merge pull request #1 from luizdesuo/dependabot/github_actions/python-semantic-release/python-semantic-release-9.10.1

build(deps): bump python-semantic-release/python-semantic-release from 8.3.0 to 9.10.1 (a25ba68)

  • Merge pull request #2 from luizdesuo/dependabot/github_actions/codecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4 (25806f9)

  • Merge pull request #3 from luizdesuo/dependabot/github_actions/dependabot/fetch-metadata-2

build(deps): bump dependabot/fetch-metadata from 1 to 2 (4ff9494)