.gitignore
.readthedocs.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/api.md
docs/conf.py
docs/index.md
docs/installation.md
docs/notebooks
docs/notebooks.rst
docs/api/calculate.md
docs/api/interpolate.md
docs/api/phases.md
docs/api/plot.md
docs/api/poly.md
docs/api/resample.md
landau/__init__.py
landau/_version.py
landau/calculate.py
landau/phases.py
landau/plot.py
landau/poly.py
landau/resample.py
landau.egg-info/PKG-INFO
landau.egg-info/SOURCES.txt
landau.egg-info/dependency_links.txt
landau.egg-info/requires.txt
landau.egg-info/top_level.txt
landau/interpolate/__init__.py
landau/interpolate/basic.py
landau/interpolate/softplus.py
landau/interpolate/whitney.py
notebooks/Basics.ipynb
notebooks/IdealSolution.ipynb
notebooks/Intermetallics.ipynb
notebooks/Toy.ipynb
notebooks/MgCa/MgCa.ipynb
notebooks/MgCa/MgCaFreeEnergies.pckl.gz
notebooks/MgCa/MgCaPhases.pckl
tests/regression/test_issue_1.py
tests/regression/test_pandas_groupby.py
tests/unit/test_calculate.py
tests/unit/test_phases_utils.py
tests/unit/test_poly.py
tests/unit/test_whitney.py
tests/unit/plot/test_colors.py