-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/52 refactor inversion solution #53
base: pre-release
Are you sure you want to change the base?
Changes from all commits
3fb0eba
048010d
f32a439
df29c98
f3ca0cc
2d3ea05
db04e9c
25eb0ab
e53707d
b2804c7
c699749
2ca21c9
83c65b2
154e2af
3008936
925514f
67247e0
506e6f4
cf9904c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.13.0 | ||
current_version = 0.12.3 | ||
commit = True | ||
tag = True | ||
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. version in changelog no longer consistent with package version |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.composite_solution |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
::: solvis.solution.dataframe_models | ||
options: | ||
inherited_members: false | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.FaultSectionSchemaBase | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.FaultSectionSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.FaultSectionRuptureRateSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.FaultSectionWithSolutionSlipRate | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.ParentFaultParticipationSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.RuptureSectionSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.RuptureSectionsWithRuptureRatesSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.RupturesWithRuptureRatesSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.SectionParticipationSchema | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.dataframe_models.RuptureRateSchema | ||
options: | ||
members: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
::: solvis.solution.fault_system_solution.fault_system_solution | ||
<!-- options: | ||
members: false | ||
|
||
::: solvis.solution.fault_system_solution.FaultSystemSolution | ||
options: | ||
inherited_members: false | ||
members_order: alphabetical | ||
filters: | ||
- "![A-Z]+" | ||
- "!set_props" | ||
- "!^_" | ||
group_by_category: false --> |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.fault_system_solution.fault_system_solution_file |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
::: solvis.solution.fault_system_solution.fault_system_solution_model | ||
options: | ||
members: false | ||
|
||
::: solvis.solution.fault_system_solution.fault_system_solution_model.FaultSystemSolutionModel | ||
options: | ||
inherited_members: true | ||
filters: | ||
- "!^_[^_]" | ||
- "!^get_" # Deprecated function signatures | ||
members_order: alphabetical | ||
group_by_category: false |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.fault_system_solution |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.inversion_solution |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
::: solvis.solution.inversion_solution.inversion_solution | ||
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. see my comments about the |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.named_fault |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.solution_surfaces_builder |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
::: solvis.solution.typing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we go down to 0.12.3 from 0.13.0?