Skip to content

Commit

Permalink
REL: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Aug 12, 2024
1 parent 398572b commit 1e772d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.2.0 (2024-08-12)
==================

* Update for PyCalphad Workspace compatibility, introducing a new minimum version requirement of PyCalphad 0.11 (:issue:`34`)
* Generalize phase composition support to include phase composition of all solid
phases as well as the (previously supported) liquid phase. Note that we don't
yet support phase multiplicities, so miscibility gaps _will_ give potentially
meaningless results. (:issue:`35`)
* Improve handling for ordered phases using the partitioned model (:issue:`24`)
* Performance and accuracy improvements by using adaptive sampling by default (:issue:`22`)
* Bug fix to prrevent double counting when step size is reduced

0.1.6 (2021-08-09)
==================

Expand Down
8 changes: 8 additions & 0 deletions docs/api/scheil.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ scheil package
Submodules
----------

scheil.ordering module
----------------------

.. automodule:: scheil.ordering
:members:
:undoc-members:
:show-inheritance:

scheil.simulate module
----------------------

Expand Down

0 comments on commit 1e772d7

Please sign in to comment.