Skip to content

Commit

Permalink
chore: release v0.1.2.dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhhh committed Oct 3, 2022
1 parent 38b8cb2 commit bf57c16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

<!--next-version-placeholder-->

## v0.1.2.dev10 (NOT YET RELEASED)
## v0.1.2.dev10 (03/10/2022)

### CoFI Core

- [#56](https://github.com/inlab-geo/cofi/issues/56) Modify BaseProblem.data_misfit to include data covariance matrix
- [#70](https://github.com/inlab-geo/cofi/issues/70) Words renaming optimise -> optimize, etc.

### CoFI Utils

- [#65](https://github.com/inlab-geo/cofi/issues/54) Utility functions using findiff to generate the difference matrices
- [#54](https://github.com/inlab-geo/cofi/issues/54) Utility functions using findiff to generate the difference matrices

### CoFI Solvers

- [#68](https://github.com/inlab-geo/cofi/issues/#68) Optimise special cases in linear system solver


## v0.1.2.dev9 (13/09/2022)
Expand Down
2 changes: 1 addition & 1 deletion src/cofi/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# supported platforms, publish the packages on PyPI, create a Git tag
# pointing to the commit.

__version__ = "0.1.2.dev9"
__version__ = "0.1.2.dev10"

0 comments on commit bf57c16

Please sign in to comment.