- Include methods `configurational_entropy`, `nearest_neighbor_correlation`, `kikuchi_entropy`, and `warren_cowley_parameter` in LocalOrder class - Include unit test for these methods
25.3.45
What is new?
- Update the `__init__` method to improve initialization behavior. - Refactor the `get_ideal_configurational_entropy` method in the `Alloy` class for improved clarity and performance. - Add the `create_simplex_space` and `get_simplex_space` methods to support multicomponent alloy configurations.
25.3.44
What is new?
- Add a `get_ideal_configurational_entropy` method to the `Alloy` class, generalized for multicomponent alloys. - Add a dependency on the `mpltern` package for generating ternary plots.
25.3.43
What is new?
- Enables the `Alloy` class to be initialized with an empty list for `alloy_components`.
25.3.42
What is new?
- Add the DSI model from pre-calculated data to README.md. - Include additional figures in README.md. - Update the Python requirements.
25.3.41
What is new?
- Add the `optimize_nostress` method to the `DSIModel` class to enable optimization without allowing cell variation. - Implement tests for the `optimize_nostress` method in the `DSIModel` class.