Releases: JuliaPy/SymPy.jl
Releases · JuliaPy/SymPy.jl
update SymPy
As of PyCall v1.90.0, getproperty
is overloaded allowing for x.method(...)
syntax instead of x[:method]()
. This extends this style to SymPy
objects pushing up the PyCall version number.
Also uses SymPy's det
function for matrices of symbolic values, as the generic det
no longer works.
update SymPy
fix import statements
update SymPy
Close issue #248 on pdf generation from notebook.
Update SymPy
- add
sincos
function (#245) - bypass PyAny lookup for many functions where
Sym
output is expected. This should be non-breaking - add in code for installing dependencies for CI purposes
update SymPy
update SymPy
- drops support for v0.6
- edits to make v0.7 and v1.0 work: involves some removals/degradations
min
andmax
degradation;ifelse
removal;base
on v0.7; genericSymmetric
doesn't work on matrices;sympy""
degradation
update SymPy
updates for v0.7
This has some small breaking changes for use with julia version 0.7:
ifelse
nolonger has a method- max and min have a tighter signature with Sym objects
- boilerplate documentation is no longer present
update SymPy
- add combinatorics/permutation group module
- updates to plot recipe
- drop v0.5; using newer v0.6+ syntax for parametric function, type definitions
collected fixes
Merge pull request #192 from cdsousa/master Fix CSE for scalar and array cases
update SymPy
Some collected fixes