Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eckelsjd committed Jan 16, 2025
1 parent 207e796 commit 0c106d1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.7.0 (2025-01-16)

### Feat

- adds training data caching and performance improvements

### Fix

- makes test the default index set for test set performance
- bug with error indicator model cost

## v0.6.0 (2025-01-09)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "amisc"
version = "0.6.0"
version = "0.7.0"
description = "Efficient framework for building surrogates of multidisciplinary systems using the adaptive multi-index stochastic collocation (AMISC) technique."
authors = [
{name = "Joshua Eckels", email = "eckelsjd@umich.edu"},
Expand Down
2 changes: 1 addition & 1 deletion src/amisc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Compression {
from amisc.utils import to_model_dataset, to_surrogate_dataset
from amisc.variable import Variable, VariableList

__version__ = "0.6.0"
__version__ = "0.7.0"
__all__ = ['System', 'Component', 'Variable', 'VariableList', 'FileLoader', 'YamlLoader',
'to_model_dataset', 'to_surrogate_dataset']

Expand Down

0 comments on commit 0c106d1

Please sign in to comment.