- Expand unit tests to cover additional Alloy class methods - Develop comprehensive unit tests for key DSIModel methods. - Introduce the `__pyproject_version__` variable for version tracking.
25.3.26
What is new?
- Enhance metadata extraction during the initial blendpy import process. - Develop comprehensive unit tests for the Alloy class using pytest.
25.3.25
What is new?
- The PhaseDiagram class is now decoupled from the Alloy and DSIModel classes.
25.3.24
What is new?
- Created a new class, **PhaseDiagram**. - The methods `gibbs_free_energy`, `get_spinodal_decomposition`, and others have been moved to the **PhaseDiagram** class. - **WARNING**: The `get_binodal_curve` method is still not functioning properly.
25.3.23
What is new?
- Added the `set_energy_matrix` method to the DSIModel class. This update enables the calculation of diluting parameters and the enthalpy of mixing directly from the input data.