Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Oct 1, 2024
1 parent 254ae6e commit fb5562a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Benchmarking/liquid, olivine/Putesting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -15,7 +15,7 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 3,
"metadata": {},
"outputs": [
{
Expand All @@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 4,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -118,7 +118,7 @@
"4 1078.424411 -272.989939"
]
},
"execution_count": 11,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -130,7 +130,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 5,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -161,7 +161,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 6,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -235,7 +235,7 @@
"4 1078.424411 -272.989939"
]
},
"execution_count": 13,
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -249,7 +249,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -420,7 +420,7 @@
"4 0.0 0.0 4 "
]
},
"execution_count": 14,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand Down
5 changes: 4 additions & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
================================================
Change Log
================================================
Version 1.0.46 - Sept 30th, 2024
Version 1.0.47 - Sept 30th, 2024
=====================================
Fixed Pu et al. so it works for integers, floats and series. Also put in filter so if one of the log results in Nan, it returns Nan, rather than killing the function.

Version 1.0.46 - Aug 11, 2024
=====================================
Fixed some pandas future warnings

Version 1.0.45 - July 11th, 2024
=====================================
Expand Down

0 comments on commit fb5562a

Please sign in to comment.