Skip to content

Commit

Permalink
Merge pull request #15 from chriscarrollsmith/dev
Browse files Browse the repository at this point in the history
imfp v1.1.3
  • Loading branch information
chriscarrollsmith authored Sep 20, 2024
2 parents bbb539e + 093e2cb commit 97b463d
Show file tree
Hide file tree
Showing 5 changed files with 576 additions and 576 deletions.
6 changes: 6 additions & 0 deletions News
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# All updates will be detailed here

## Version 1.1.2

- Updated dependencies

- Required Python 3.10 and pandas 2.2 to prevent numpy binary incompatibility error

## Version 1.1.1

- Updated dependencies
Expand Down
4 changes: 2 additions & 2 deletions README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# imfp\n",
"\n",
"[![Tests](https://github.com/chriscarrollsmith/imfp/actions/workflows/actions.yml/badge.svg)](https://github.com/chriscarrollsmith/imfp/actions/workflows/actions.yml)\n",
"[![Tests](https://github.com/chriscarrollsmith/imfp/actions/workflows/main.yml/badge.svg)](https://github.com/chriscarrollsmith/imfp/actions/workflows/main.yml)\n",
"[![PyPI Version](https://img.shields.io/pypi/v/imfp.svg)](https://pypi.python.org/pypi/imfp)\n",
"[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n",
"\n",
Expand Down Expand Up @@ -1133,7 +1133,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
"version": "-1.-1.-1"
},
"orig_nbformat": 4
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# imfp

[![Tests](https://github.com/chriscarrollsmith/imfp/actions/workflows/actions.yml/badge.svg)](https://github.com/chriscarrollsmith/imfp/actions/workflows/actions.yml)
[![Tests](https://github.com/chriscarrollsmith/imfp/actions/workflows/main.yml/badge.svg)](https://github.com/chriscarrollsmith/imfp/actions/workflows/main.yml)
[![PyPI Version](https://img.shields.io/pypi/v/imfp.svg)](https://pypi.python.org/pypi/imfp)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Expand Down
Loading

0 comments on commit 97b463d

Please sign in to comment.