v0.11.0
v0.11.0 (2019-06-18)
Closed issues:
- Do not sort variable names (#145)
- Breaks with new version of ModelingToolkit (#138)
- AbstractContractor and BasicContractor (#136)
- Allow C(X) for arbitrary vector X, not just IntervalBox, when C is a Contractor (#134)
- parse_comparison does not work for expression with == (#132)
- Contractor and Separator from variables and Operation (#131)
- Allow creating a Contractor from a function (#128)
Merged pull requests:
- News.md updated (#147) (yashcodes)
- Do not sort variables by name (#146) (yashcodes)
- Fixed the breaks by New version of ModelingToolkit (#139) (yashcodes)
- New BasicContractor type is made (#137) (yashcodes)
- Allowing C(X) for arbitrary vector X (#135) (yashcodes)
- Few additions in parse_comparison and in separators and contractors (#133) (yashcodes)
- Allowing to create Separators by function (#130) (yashcodes)
- Allowing to create Contractor by function (#129) (yashcodes)