Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
update changelog, new feature inert_ratio_prnc only available in expe…
Browse files Browse the repository at this point in the history
…rt mode
  • Loading branch information
paulmueller committed Aug 20, 2018
1 parent 2ab6459 commit 52ccf29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.8.8
- New feature in expert mode: Principal inertia ratio (dclab 0.6.3.dev1)
0.8.7
- Bugfixes:
- Search for missing datasets was falsely extended to directories
Expand Down
5 changes: 4 additions & 1 deletion shapeout/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
}

#: data features only visible in expert mode
EXPERT_FEATURES = ["area_cvx", "area_msd", "frame"]
EXPERT_FEATURES = ["area_cvx",
"area_msd",
"frame",
"inert_ratio_prnc"]


class SettingsFile(object):
Expand Down

0 comments on commit 52ccf29

Please sign in to comment.