Changeset 814


Ignore:
Timestamp:
08/05/15 08:10:33 (10 months ago)
Author:
mmckerns
Message:

nudging support to dill-0.2.4; add missing methods to all in constraints

Location:
mystic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mystic/mystic/constraints.py

    r802 r814  
    1111__all__ = ['with_penalty','with_constraint','as_penalty','as_constraint', 
    1212           'with_mean','with_variance','with_std','with_spread','normalized', 
    13            'issolution','solve','discrete','integers'] 
     13           'issolution','solve','discrete','integers','near_integers', 
     14           'unique','has_unique','impose_unique'] 
    1415 
    1516from mystic.math.measures import * 
  • mystic/setup.py

    r798 r814  
    157157    - numpy, version >= 1.0 
    158158    - sympy, version >= 0.6.7 
    159     - dill, version >= 0.2.3 
     159    - dill, version >= 0.2.4 
    160160    - klepto, version >= 0.1.1 
    161161 
     
    309309    numpy_version = '>=1.0' 
    310310    sympy_version = '>=0.6.7'#, <0.7.4' 
    311 dill_version = '>=0.2.3' 
     311dill_version = '>=0.2.4' 
    312312klepto_version = '>=0.1.1' 
    313313scipy_version = '>=0.6.0' 
Note: See TracChangeset for help on using the changeset viewer.