pysips 0.0.0__py3-none-any.whl → 0.1.0__py3-none-any.whl

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: pysips
3
- Version: 0.0.0
3
+ Version: 0.1.0
4
4
  Summary: A python package for symbolic inference via posterior sampling.
5
5
  Author-email: Geoffrey Bomarito <geoffrey.f.bomarito@nasa.gov>, Patrick Leser <patrick.e.leser@nasa.gov>
6
6
  License-Expression: NASA-1.3
@@ -44,8 +44,6 @@ PySIPS implements a Sequential Monte Carlo (SMC) framework for Bayesian symbolic
44
44
 
45
45
  ## Installation
46
46
 
47
- (Coming Soon!)
48
-
49
47
  ```bash
50
48
  pip install pysips
51
49
  ```
@@ -7,7 +7,7 @@ pysips/prior.py,sha256=S2fyfB2noTTMlZb_L985TYsM87DLQOh3B_DRXOulwdQ,3076
7
7
  pysips/random_choice_proposal.py,sha256=to_2Ij_hJ_r-KgpYmpfS6oQQ8I7z8UcGJzvyw3hJjP8,6672
8
8
  pysips/regressor.py,sha256=0i0UicaY389JcaPtG4uttgdmYL399fyrN561jmSF_Ac,15263
9
9
  pysips/sampler.py,sha256=yQJzsC6b0GDHiXgDfo1LYg9Xc31y3EE86-qNtSgFptE,5801
10
- pysips-0.0.0.dist-info/licenses/LICENSE,sha256=J1HrtwG3szOqedwTaNPiLrFsg6y0l5elQClIbaRyVXI,14176
10
+ pysips-0.1.0.dist-info/licenses/LICENSE,sha256=J1HrtwG3szOqedwTaNPiLrFsg6y0l5elQClIbaRyVXI,14176
11
11
  tests/integration/test_log_likelihood.py,sha256=bILhs6A1473emzMTNZRvugT-CJxBC0ASep0q01-eqCA,634
12
12
  tests/integration/test_prior_with_bingo.py,sha256=xy0LDlJbSFuDbCJ9R9Qc5z-qVQ5UNGK_819velQkfyU,1139
13
13
  tests/regression/test_basic_end_to_end.py,sha256=8bpxqo9cAk1iAggv8zwTXYzm8Ul-RbJhOsJaX5do3r4,3658
@@ -20,7 +20,7 @@ tests/unit/test_prior.py,sha256=n0jiUTy80tW7exYJ8fbttZLwdRRHxIOzWMi1PVDhRp8,4580
20
20
  tests/unit/test_random_choice_proposal.py,sha256=0NekKWkLFN2BNfMXvVxU8trEBktbWsipKLwy14ImpF4,5211
21
21
  tests/unit/test_regressor.py,sha256=omr2Z1nPT_OkLqh_v3YMn0Zw6H0Cebj4yIHcnYEuULA,7630
22
22
  tests/unit/test_sampler.py,sha256=5QV_PIALIZsLVzfNkRBQ9md4ypBA-uhBS0iSqZL8qGs,4318
23
- pysips-0.0.0.dist-info/METADATA,sha256=DW85gQs8e6OzPGshLceCn-ZCFB5RzoUbIs1jpdLtrAg,6701
24
- pysips-0.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- pysips-0.0.0.dist-info/top_level.txt,sha256=-JZT9y5QJV6SZnWdfFctDC_Qc_ulByTB0-qRuXZyGYY,13
26
- pysips-0.0.0.dist-info/RECORD,,
23
+ pysips-0.1.0.dist-info/METADATA,sha256=g9bWzgzI2BZm566Adjh1Hp8iIkYJhvKnz0KthM1KXxI,6685
24
+ pysips-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
+ pysips-0.1.0.dist-info/top_level.txt,sha256=-JZT9y5QJV6SZnWdfFctDC_Qc_ulByTB0-qRuXZyGYY,13
26
+ pysips-0.1.0.dist-info/RECORD,,
File without changes