https://github.com/abatten/pyx
https://github.com/abatten/pyx
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abatten/pyx
- Owner: abatten
- License: mit
- Created: 2019-08-22T07:09:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T23:06:20.000Z (over 2 years ago)
- Last Synced: 2025-09-08T22:32:11.309Z (9 months ago)
- Language: Python
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyx
***
*The word "pyx" comes from the Greek word πυξίς, "pyxis" meaning box or receptacle.*
Description
...........
``pyx`` is a package containing various utility functions and modules created
by `@abatten `_.
Requirements
............
- ``numpy``
- ``scipy``
- ``astropy``
- ``matplotlib``
Modules
.......
- ``pyx.cosmology``: A collection of functions for performing cosmological calculations.
- ``from pyx import cosmology as pyxcosmo``
- ``pyx.fit``: A collection of functions for performing parameter fitting.
- ``from pyx import fit as pyxfit``
- ``pyx.io``: A collection of functions for dealing with file input and output.
- ``from pyx import io as pyxio``
- ``pyx.maths``: A collection of functions for doing mathematical operations.
- ``from pyx import maths as pyxmaths``
- ``pyx.plots``: A collections of functions for generating or altering plots.
- ``from pyx import plots as pyxplots``
- ``pyx.sampling``: A collection of Classes and functions for performing various sampling techniques.
- ``from pyx import sampling as pyxsampling``
- ``pyx.utils``: A collection of various utility functions.
- ``from pyx import utils as pyxutils``