We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6538c commit a589c60Copy full SHA for a589c60
README.rst
@@ -26,7 +26,7 @@ Modules
26
- ``from pyx import cosmology as pyxcosmo``
27
28
- ``pyx.fit``: A collection of functions for performing parameter fitting.
29
- - ``from pyx import cosmology as pyxfit``
+ - ``from pyx import fit as pyxfit``
30
31
- ``pyx.io``: A collection of functions for dealing with file input and output.
32
- ``from pyx import io as pyxio``
pyx/__init__.py
@@ -1,4 +1,5 @@
1
from . import cosmology
2
+from . import fit
3
from . import io
4
from . import maths
5
from . import plots
pyx/__version__.py
@@ -1 +1 @@
-__version__ = '0.1.1'
+__version__ = '0.2.1'
0 commit comments