Skip to content

Releases: OpenSourceEconomics/tranquilo

v0.1.1

25 Feb 16:18
60bea07

Choose a tag to compare

Fix conda-forge installation by adding missing __init__.py to the subsolvers package. The sdist previously excluded the subsolvers directory, causing ImportError when installing from conda-forge.

v0.1.0

24 Feb 16:08
1fb9eae

Choose a tag to compare

Caution

The conda-forge package for this version is broken due to a missing __init__.py in the subsolvers subpackage. Please use v0.1.1 instead.

This is a minor release that makes tranquilo a fully standalone package, removing all
external optimizer dependencies.

  • #17: Replace estimagic dependency with optimagic; update CI to Python 3.10–3.12
    (@timmens)
  • #19: Remove optimagic dependency, making tranquilo fully standalone; migrate to
    pyproject.toml with hatch; make plotly optional; raise minimum Python to 3.10 (@timmens)
  • #7: Fix typos (@segsell)

v0.0.5

22 Jan 11:11
a5895dc

Choose a tag to compare

This version contains several changes that improve the algorithm

  • The parallel acceptance step now takes line-step points into account when creating a speculative sample and uses a smaller sampling radius (before we used the search radius for sampling by accident)
  • The default target sample size for the noise-free and serial least-squares optimizer has been updated to p + 2 instead of p + 1. While this slows down tranquilo by a small factor it increases robustness.

v0.0.4

22 May 08:32
7042550

Choose a tag to compare

  • Remove direct dependencies on estimagic to avoid circular imports.

v0.0.3

20 May 10:05
4bce6be

Choose a tag to compare

First version with adaptive noise handling and parallelization

v0.0.2

10 Apr 09:13
dad0a15

Choose a tag to compare

In this release we

v0.0.1

09 Apr 17:44
ad05f88

Choose a tag to compare

First release of tranquilo in a designated repository.

  • #2 Removes all estimagic related files from the estimagic fork (@timmens)