mimical 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mimical
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Intensity modelling of multiply-imaged objects
5
5
  Author: Struan Stevenson
6
6
  Author-email: struan.stevenson@ed.ac.uk
@@ -24,6 +24,14 @@ Dynamic: summary
24
24
 
25
25
  Mimical is an intensity modelling code for multiply-imaged objects, performing simultaenous Bayseian inference of model parameters via the nested sampling algorithm. Mimical supports any astropy model, and supports user defined parameter polynomial depenency with image wavelength.
26
26
 
27
+ **Installation**
28
+
29
+ Mimical can be installed with pip:
30
+
31
+ .. code::
32
+
33
+ pip install mimical
34
+
27
35
 
28
36
  .. image:: docs/median_model_example.png
29
37
 
@@ -3,6 +3,14 @@
3
3
 
4
4
  Mimical is an intensity modelling code for multiply-imaged objects, performing simultaenous Bayseian inference of model parameters via the nested sampling algorithm. Mimical supports any astropy model, and supports user defined parameter polynomial depenency with image wavelength.
5
5
 
6
+ **Installation**
7
+
8
+ Mimical can be installed with pip:
9
+
10
+ .. code::
11
+
12
+ pip install mimical
13
+
6
14
 
7
15
  .. image:: docs/median_model_example.png
8
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mimical
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Intensity modelling of multiply-imaged objects
5
5
  Author: Struan Stevenson
6
6
  Author-email: struan.stevenson@ed.ac.uk
@@ -24,6 +24,14 @@ Dynamic: summary
24
24
 
25
25
  Mimical is an intensity modelling code for multiply-imaged objects, performing simultaenous Bayseian inference of model parameters via the nested sampling algorithm. Mimical supports any astropy model, and supports user defined parameter polynomial depenency with image wavelength.
26
26
 
27
+ **Installation**
28
+
29
+ Mimical can be installed with pip:
30
+
31
+ .. code::
32
+
33
+ pip install mimical
34
+
27
35
 
28
36
  .. image:: docs/median_model_example.png
29
37
 
@@ -10,7 +10,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
10
10
  setup(
11
11
  name='mimical',
12
12
 
13
- version='0.1.6',
13
+ version='0.1.7',
14
14
 
15
15
  description='Intensity modelling of multiply-imaged objects',
16
16
 
File without changes
File without changes
File without changes