Releases: JuliaMath/Calculus.jl
Releases · JuliaMath/Calculus.jl
v0.5.2
What's Changed
- Install TagBot as a GitHub Action by @JuliaTagBot in #145
- Remove prime notation from the docs by @ChrisRackauckas in #154
- Replaced eval with getfield in symbolic.jl by @DanSte1897 in #152
- MassInstallAction: Install the CompatHelper workflow on this repository by @DilumAluthge in #159
- Update README.md by @ViralBShah in #160
- enable dependabot for GitHub actions by @ranocha in #158
- MassInstallAction: Install the CI workflow on this repository by @timholy in #155
- Bump codecov/codecov-action from 1 to 4 by @dependabot in #163
- Bump actions/checkout from 2 to 4 by @dependabot in #161
- Bump actions/cache from 1 to 4 by @dependabot in #162
- Update CI.yml to use LTS and stable by @ViralBShah in #164
- Bump julia-actions/setup-julia from 1 to 2 by @dependabot in #165
- Update CI.yml by @inkydragon in #166
- Update README.md about unmaintained package by @ViralBShah in #167
- Update Project.toml version to 0.5.2 by @ViralBShah in #168
New Contributors
- @JuliaTagBot made their first contribution in #145
- @DanSte1897 made their first contribution in #152
- @DilumAluthge made their first contribution in #159
- @ranocha made their first contribution in #158
- @dependabot made their first contribution in #163
- @inkydragon made their first contribution in #166
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
v0.5.0 (2019-07-16)
Merged pull requests:
- Remove adjoint overload (#136) (ChrisRackauckas)
- Move to Project.toml (#135) (ChrisRackauckas)
1.0 Compatibility
Merge pull request #127 from tanmaykm/tan/fixjulia10 fixes for Julia 1.0
v0.4.0: Merge pull request #124 from mlubin/ml/fixeval
remove call to simplify() in differentiate()