symengine.py v0.9.0
Breaking changes
- python 3.6 is not supported anymore
- Mul and Add of immutable and dense matrices gives immutable result - #374
New functionality
- Support pickling of Basic objects - #377
- Add unicode function - #384
- Add latex representation to DenseMatrix - #370
Bug fixes
- Use build_ext from setuptools - #388
- Interval: API compatibility with sympy - #383
- Fix leading underscore in converted dummy name by slicing - #375
- Fix getting string representation of sage objects and fix tests - #373
- Fix init_printing - #371
- Fix a bug in converting C++ Dummy objects to Python - #369
- Package missing files from cmake directory - #368
People who contributed to the release:
- Isuru Fernando
- Pieter Eendebak
- Rikard Nordgren
- Ayush Kumar
- Richard Otis