Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.86 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.86 KB

FITK - the Fisher Information ToolKit

codecov CircleCI python - versions CodeFactor

Fitk is a Python package for computing, manipulating, and plotting of Fisher information matrices.

Installation

The best way to install the stable version is via pip:

pip install fitk

Note that on some systems you may have to replace pip by python3 -m pip or similar for the installation. Furthermore, if you only wish to install the package for the current user (or don't have root privileges), you should supply the --user flag to the above command.

Alternatively, if you want to install the latest development version:

pip install git+https://github.com/JCGoran/fitk

Usage

For various examples on how to use FITK, as well as the latest API, please refer to the main docs.

Issues

If you encounter any bugs running the code, or have a suggestion for new functionality, please open up a new issue on GitHub.

Changelog

See the CHANGELOG.md for changes between versions.

Contributing

See CONTRIBUTING.md.

License

See LICENSE file.