Skip to content

Commit c45dd68

Browse files
committed
Update to v2.0.3
1 parent 54808cc commit c45dd68

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
*********
44

5+
2.0.3 - 2025-08-08
6+
******************
7+
8+
* New: Added support for symmetries in the target distributions. This allows to further simplify the optimization problems when the target distribution is known to have some symmetries (for instance, under relabeling of parties, or under relabeling of outcomes). See example of use in the `Advanced <https://ecboghiu.github.io/inflation/_build/html/advanced.html>`_ page.
9+
10+
* New: Initial and experimental support for quantum theory based only on real numbers.
11+
12+
* Improved: The arguments for ``InflationSDP.build_columns`` can be now directly passed onto ``InflationSDP.generate_relaxation``. This means that one can now build directly SDPs for restricted generating sets just by calling, e.g., ``InflationSDP.generate_relaxation("local3", max_monomial_length=2)``.
13+
14+
* Improved: The computation of dual LPs is now handled automatically by MOSEK. This improves the reliability of the code (and reduces the maintenance effort). The analogous for SDPs will come soon.
15+
16+
* Improved: The error messages for unsupported scenarios (namely, structures where a parent and a child node do not share a latent common cause, and structures with intermediate latents that have observable parents) are now more informative.
17+
18+
* Fixed: The output status of LPs and SDPs is now the same.
19+
520
2.0.2 - 2024-12-14
621
******************
722

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = "2025, " + author
2222

2323
# The full version, including alpha/beta/rc tags
24-
release = "2.0.2"
24+
release = "2.0.3"
2525

2626
# -- General configuration ---------------------------------------------------
2727

inflation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.2'
1+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)