Skip to content

Commit

Permalink
Changed viscosity to fix felix bug, added in low TQFM
Browse files Browse the repository at this point in the history
  • Loading branch information
PennyWieser committed Mar 13, 2023
1 parent e10640e commit 33f310f
Show file tree
Hide file tree
Showing 12 changed files with 352 additions and 185 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Install my package
run: |
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
python -m pip install build
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v2
with:
name: dist
Expand Down
8 changes: 8 additions & 0 deletions docs/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
================================================
Change Log
================================================

Version 1.0.14 March 13th, 2023
================================
Felix boschetty showed that viscosity doesnt work if sample name is a string. Have changed to drop the sample column during the norm step.

Conversion between fo2 and melt redox only used high T QFM value. Have now changed to allocate based on entered T_K


Version 1.0.12, Feb 13th, 2023
================================
If a user entered Kspar comps into plag-liq functions, returned Nan for eq tests, broke loop. Have fixed to add warning if you enter An<0.05, and also to not return yes or no if T is Nan
Expand Down
Binary file not shown.
Loading

0 comments on commit 33f310f

Please sign in to comment.