File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 22Changelog
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+
5170.1.6 (2021-08-09)
618==================
719
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ scheil package
44Submodules
55----------
66
7+ scheil.ordering module
8+ ----------------------
9+
10+ .. automodule :: scheil.ordering
11+ :members:
12+ :undoc-members:
13+ :show-inheritance:
14+
715scheil.simulate module
816----------------------
917
You can’t perform that action at this time.
0 commit comments