Skip to content

Commit

Permalink
DOC: added "what's new" page
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 25, 2016
1 parent bba72ad commit cc40def
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ to run the example notebooks).
:maxdepth: 1
:caption: Reference

whatsnew
api


Expand Down
24 changes: 24 additions & 0 deletions docs/whatsnew.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pybroom's Release Notes
=======================

Version 0.2
-----------

- Improved support for `scipy.optimize` fit result.
- In addition to list of fit results, `pybroom` now supports:

- dict of fit results,
- dict of lists of fit results
- any other nested combination.

- When input contains a dict, pybroom adds "key" column of type
`pandas.Categorical`.
When input contains a list, pybroom adds a "key" column (i.e. list index)
of type `int64`.
- Updated and expanded documentation and notebooks.

Version 0.1
-----------

- Support `lmfit` and `scipy.optimize` fit results.
- Support lists of fit results.

0 comments on commit cc40def

Please sign in to comment.