Skip to content

Commit a589c60

Browse files
committed
Updated to reflect addition of fit
1 parent 0b6538c commit a589c60

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Modules
2626
- ``from pyx import cosmology as pyxcosmo``
2727

2828
- ``pyx.fit``: A collection of functions for performing parameter fitting.
29-
- ``from pyx import cosmology as pyxfit``
29+
- ``from pyx import fit as pyxfit``
3030

3131
- ``pyx.io``: A collection of functions for dealing with file input and output.
3232
- ``from pyx import io as pyxio``

pyx/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from . import cosmology
2+
from . import fit
23
from . import io
34
from . import maths
45
from . import plots

pyx/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.2.1'

0 commit comments

Comments
 (0)