Skip to content

Releases: seixas-research/blendpy

v26.4.0

03 Apr 22:40

Choose a tag to compare

What is new?

  • Clean the unfinished stuffs.

v25.11.0

16 Nov 01:32

Choose a tag to compare

What is new?

  • update dev informations
  • delete some files redefining the scope of the program

v25.10.1

15 Oct 16:53

Choose a tag to compare

What is new?

  • Fixing init.py initialization function.

v25.3.46

18 Mar 05:10

Choose a tag to compare

What is new?

  • Include methods configurational_entropy, nearest_neighbor_correlation, kikuchi_entropy, and warren_cowley_parameter in LocalOrder class
  • Include unit test for these methods

v25.3.45

17 Mar 12:53

Choose a tag to compare

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.

v25.3.44

13 Mar 04:43

Choose a tag to compare

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.

v25.3.43

13 Mar 02:38

Choose a tag to compare

What is new?

  • Enables the Alloy class to be initialized with an empty list for alloy_components.

v25.3.42

13 Mar 01:34

Choose a tag to compare

What is new?

  • Add the DSI model from pre-calculated data to README.md.
  • Include additional figures in README.md.
  • Update the Python requirements.

v25.3.41

12 Mar 14:59

Choose a tag to compare

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.

v25.3.40

11 Mar 12:20

Choose a tag to compare

What is new?

  • Add new method get_new_spinodal_decomposition in PhaseDiagram class.