Skip to content

Commit

Permalink
REL: 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed May 25, 2022
1 parent d69040e commit ebcfbdb
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
What's New
==========

0.10.1 (2022-05-25)
-------------------

This is a minor release containing several new features, but fixes, and some
breaking changes to internal APIs for interacting with ``Solver`` objects and
the Gibbs eneryg minimizer.

* ENH: Internal API refactor to enable a ``CompositionSet``-based solver API ( :issue:`415` )
* ENH: Enable option B and option F support for TDBs ( :issue:`412` )
* FIX: Make minimizer state more internally consistent, fixing a bug when changing phases in the minimizer ( :issue:`410` )
* ENH: pycalphad will now discover and import plugin packages (installed packages that have names prefixed with ``pycalphad-``) ( :issue:`406` )
* ENH: Implementation of a reader for ChemSage DAT files and various bug fixes ( :issue:`389`, :issue:`405`, :issue:`416` )
* ENH: Add support for the modified quasichemical model in the quadruplet approximation ( :issue:`389` )
* FIX: TCPrinter: Special-case printing for exponential function ( :issue:`400` )


0.10.0 (2022-02-21)
-------------------

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

pycalphad.io.cs\_dat module
---------------------------

.. automodule:: pycalphad.io.cs_dat
:members:
:undoc-members:
:show-inheritance:

pycalphad.io.database module
----------------------------

Expand Down
21 changes: 21 additions & 0 deletions docs/api/pycalphad.models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pycalphad.models package
========================

Submodules
----------

pycalphad.models.model\_mqmqa module
------------------------------------

.. automodule:: pycalphad.models.model_mqmqa
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: pycalphad.models
:members:
:undoc-members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/api/pycalphad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Subpackages
pycalphad.codegen
pycalphad.core
pycalphad.io
pycalphad.models
pycalphad.plot

Submodules
Expand Down

0 comments on commit ebcfbdb

Please sign in to comment.