Skip to content

Commit

Permalink
v88
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Apr 15, 2024
1 parent bf1d1d0 commit bf3fd1e
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 166 deletions.
Binary file modified docs/Cornell_Densimeter_fitting/CMASS/CMASS_cali_data.xlsx
Binary file not shown.
383 changes: 218 additions & 165 deletions docs/Examples/EOS_calculations/Example5c_LaPalma_FluidInclusions.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1550,6 +1550,16 @@
" x_label='secs since midnight')\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "6c17b242",
"metadata": {},
"outputs": [],
"source": [
"103.2*0.9979"
]
},
{
"cell_type": "markdown",
"id": "3c31dbe3-a249-4e4f-8ac8-2b0a0872d8bc",
Expand Down
2 changes: 1 addition & 1 deletion src/DiadFit/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '0.0.87'
__version__ = '0.0.88'

0 comments on commit bf3fd1e

Please sign in to comment.