Skip to content

Releases: aytekinar/RationalFunctions.jl

v0.1.1

31 Aug 10:55
Compare
Choose a tag to compare

v0.1.0

18 Jul 10:49
Compare
Choose a tag to compare

v0.1.0

v0.0.4: Cosmetic changes

27 Feb 14:47
Compare
Choose a tag to compare
Cosmetic changes introduced to avoid deprecation warnings in Julia v0.6.
Moreover, changed from `Var` and `Conj` value types to `Val` value type.

v0.0.3

08 Jan 11:39
Compare
Choose a tag to compare
Dropped support for `/(p1::Poly, p2::Poly)` as per JuliaLang/METADATA.jl#7467.

v0.0.2

04 Jan 16:09
Compare
Choose a tag to compare
Added
- [x] Unit tests,
- [x] Function fitting (`funcfit`),
- [x] Plotting support (`plot` through `RecipesBase`), and,
- [x] Documentation (`?command`).