Metadata-Version: 2.4
Name: IPFX
Version: 2.1.2
Summary: Intrinsic Physiology Feature Extractor (IPFX) - tool for computing neuronal features from the intracellular electrophysiological recordings
Project-URL: Homepage, https://github.com/AllenInstitute/ipfx
Project-URL: Documentation, https://ipfx.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/AllenInstitute/ipfx/issues
Project-URL: Changelog, https://github.com/AllenInstitute/ipfx/blob/master/CHANGELOG.md
Author-email: Allen Institute for Brain Science <Marmot@AllenInstitute.onmicrosoft.com>
License-Expression: LicenseRef-Proprietary
License-File: LICENSE
Keywords: bioinformatics,neuroscience,scientific
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Requires-Dist: argschema
Requires-Dist: dictdiffer
Requires-Dist: h5py
Requires-Dist: marshmallow
Requires-Dist: matplotlib
Requires-Dist: methodtools
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pg8000
Requires-Dist: pillow
Requires-Dist: pyabf
Requires-Dist: pynwb==3.1.2
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: ruamel-yaml<0.18.0
Requires-Dist: scipy
Requires-Dist: simplejson
Requires-Dist: watchdog
Description-Content-Type: text/markdown

Welcome to Intrinsic Physiology Feature Extractor (IPFX)
==========================================

IPFX is a Python package for computing intrinsic cell features from electrophysiology data. With this package you can:

- Perform cell data quality control (e.g. resting potential stability)
- Detect action potentials and their features (e.g. threshold time and voltage)
- Calculate features of spike trains (e.g., adaptation index)
- Calculate stimulus-specific cell features

This software is designed for use in the Allen Institute for Brain Science electrophysiology data processing pipeline.

For usage and installation instructions, see the [documentation](https://ipfx.readthedocs.io/en/latest/).

Quick Start
------------
To start analyzing data now, check out the [quick_start](https://ipfx.readthedocs.io/en/latest/quick_start.html) . For a more in depth guide to IPFX, see [tutorial](https://ipfx.readthedocs.io/en/latest/tutorial.html)

Contributing
------------
We welcome contributions! Please see our [contribution guide](https://github.com/AllenInstitute/ipfx/blob/master/CONTRIBUTING.md) for more information. Thank you!

Deprecation Warning
-------------------

The 2.0.0 release of IPFX drops support for Python 3.6 which reached end of life and stopped receiving security updated on December 23, 2021.
IPFX is now tested on Python 3.9 and higher.
