Skip to content

Commit 1e772d7

Browse files
committed
REL: 0.2.0
1 parent 398572b commit 1e772d7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
0.2.0 (2024-08-12)
6+
==================
7+
8+
* Update for PyCalphad Workspace compatibility, introducing a new minimum version requirement of PyCalphad 0.11 (:issue:`34`)
9+
* Generalize phase composition support to include phase composition of all solid
10+
phases as well as the (previously supported) liquid phase. Note that we don't
11+
yet support phase multiplicities, so miscibility gaps _will_ give potentially
12+
meaningless results. (:issue:`35`)
13+
* Improve handling for ordered phases using the partitioned model (:issue:`24`)
14+
* Performance and accuracy improvements by using adaptive sampling by default (:issue:`22`)
15+
* Bug fix to prrevent double counting when step size is reduced
16+
517
0.1.6 (2021-08-09)
618
==================
719

docs/api/scheil.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ scheil package
44
Submodules
55
----------
66

7+
scheil.ordering module
8+
----------------------
9+
10+
.. automodule:: scheil.ordering
11+
:members:
12+
:undoc-members:
13+
:show-inheritance:
14+
715
scheil.simulate module
816
----------------------
917

0 commit comments

Comments
 (0)