Skip to content

Tags: JuliaMath/GSL.jl

Tags

v1.0.1

Toggle v1.0.1's commit message
[Diff since v1.0.0](v1.0.0...v1.0.1)

**Closed issues:**
- Cannot construct a parameters object (#110)

**Merged pull requests:**
- MassInstallAction: Install the CI workflow on this repository (#111) (@timholy)
- Bump SpecialFunctions compat (#112) (@sethaxen)

v1.0.0

Toggle v1.0.0's commit message
## GSL v1.0.0

[Diff since v0.6.0](v0.6.0...v1.0.0)



**Merged pull requests:**
- Use JLL package to provide GSL binary library (#104) (@giordano)
- Install TagBot as a GitHub Action (#105) (@JuliaTagBot)
- Bump version to v1.0 (#108) (@giordano)
- Allow SpecialFunctions v0.9 and v0.10 (#109) (@giordano)

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaMath/GSL.jl/releases/tag/v0.6.0 for release notes

v0.5.1

Toggle v0.5.1's commit message

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #98 from yha/hypergeom-tests

Hypergeom 1F1 tests

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #80 from JuliaMath/sb/require

move SpecialFunctions dependency to test REQUIRE

v0.3.6

Toggle v0.3.6's commit message
GSL v0.3.6 [47e025a]

v0.3.5

Toggle v0.3.5's commit message
Update README to have 0.5 badge

v0.3.4

Toggle v0.3.4's commit message
Support for multimin functionality

Add multimin_fminimizer_set, fix multimin_fdf_minimizer_iterate, change appropriate underscore files to non-underscore within __FILELIST.jl

v0.3.3

Toggle v0.3.3's commit message
Create gslerrno for multimin functions

This commit creates the gslerrno variable within various multidimensional minimizer functions where this value was not previously being created but was being checked for a value.