Skip to content

Commit

Permalink
Prep for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aplowman committed Sep 8, 2019
1 parent 292d2a5 commit 85f45ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [0.1.1] - 2019.09.08

### Added

- Support saving and loading a `TensileTest` from a JSON file.
- Added a class `LMFitter` for fitting experimental tensile tests using a Levenberg-Marquardt optimisation process.

## [0.1.0] - 2019.09.03

- Initial release.
2 changes: 1 addition & 1 deletion tensile_test/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 85f45ab

Please sign in to comment.