Skip to content

Commit

Permalink
Merge branch 'main' into joss
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Mar 17, 2024
2 parents b0c49a6 + ffb9227 commit c10cd69
Show file tree
Hide file tree
Showing 5 changed files with 925 additions and 747 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
hooks:
- id: codespell
stages: [commit, commit-msg]
exclude_types: [html]
exclude_types: [html, svg]
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11

- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -38,7 +38,9 @@ repos:
- id: destroyed-symlinks
- id: end-of-file-fixer
- id: mixed-line-ending
exclude_types: [svg]
- id: trailing-whitespace
exclude_types: [svg]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
[![PyPI version](https://badge.fury.io/py/pyEQL.svg)](https://badge.fury.io/py/pyEQL)
[![status](https://joss.theoj.org/papers/bdd9e247ea9736a0fdbbd5fe12bef7a6/status.svg)](https://joss.theoj.org/papers/bdd9e247ea9736a0fdbbd5fe12bef7a6)

<img src="pyeql-logo.png" alt="pyEQL logo" style="width:600px;"/>

![pyeql logo](pyeql-logo.svg)

A python interface for water chemistry

# A python interface for water chemistry

## Description

Expand Down Expand Up @@ -78,8 +76,8 @@ Detailed documentation is available at [https://pyeql.readthedocs.io/](https://p
- [maggma](https://materialsproject.github.io/maggma/) - interface for accessing the property database
- [scipy](https://www.scipy.org/) - for certain nonlinear equation solvers

<!-- pyscaffold-notes -->
---
## <!-- pyscaffold-notes -->

pyEQL is licensed under LGPL.

This project has been set up using PyScaffold 4.5. For details and usage
Expand Down
3 changes: 3 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ unavailable. Specifically, anything which depends on PHREEQC (e.g., the
not available for this platform. All other functions of `pyEQL` should work as expected.
Feel free to post your experiences or proposed solutions at https://github.com/KingsburyLab/pyEQL/issues/109
NOTE: Some users have reported being able to use `phreeqpython` functions by installing
an x86 version of `conda`/`miniconda`. See the issue report for more details.
```

## Other dependencies
Expand Down
Binary file modified pyeql-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c10cd69

Please sign in to comment.