Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | Really fix the offside | Dominic Steinitz | |
2018-04-22 | Fix hackage upload errors | Dominic Steinitz | |
2018-04-22 | Set all packages to 0.19.0.0 | Dominic Steinitz | |
2018-04-21 | Improve READMEs etc | Dominic Steinitz | |
2018-04-01 | Implement CI | Dominic Steinitz | |
2018-02-07 | GSL.ODE: free the jacobian after use | regnat | |
When calling the function `Numeric.GSL.ODE.odeSolveVWith'` and provide a jacobian, a pointer to this jacobian is registered (at https://github.com/albertoruiz/hmatrix/blob/8cb879a4ad83656bc70652957a08113e2b784886/packages/gsl/src/Numeric/GSL/ODE.hs#L146-L148), but never freed, which causes a memory leak. This commits adds a call to `freeHaskellFunPtr` when needed at the end of the function to fix this. | |||
2017-12-25 | Workaround for GHC-8.4.x | Hiromi ISHII | |
* Adds missing Semigroup instances * Adds `semigroups` to the deps of `hmatrix` * Hides conflicting names from import list with base >= 4.11 * `(Prelude.<>)` and `GHC.TypeNats.Mod` | |||
2017-09-29 | Fix missed printf | Dominic Steinitz | |
2017-09-29 | Print errors to stderr | Dominic Steinitz | |
2017-09-14 | Merge pull request #219 from nh2/disable-default-paths-flags | Alberto Ruiz | |
Add disable-default-paths flags for hermetic builds | |||
2017-09-12 | Provide better error message | Dominic Steinitz | |
2017-03-03 | Add disable-default-paths flags. | Niklas Hambüchen | |
This makes it possible to disable hmatrix's usage of hardcoded default paths like /usr/..., which is important for hermetic builds such as on nix. | |||
2016-11-02 | provisional fix for interpolation | Alberto Ruiz | |
2016-11-02 | use new wrappers in gsl functions | Alberto Ruiz | |
2016-10-08 | minor fix in documentation | Alberto Ruiz | |
2016-02-11 | bump minor versions (removed CPP) | Alberto Ruiz | |
2016-02-01 | Remove CPP option from cabal files | Sidharth Kapur | |
Use {-# LANGUAGE CPP #-} instead. | |||
2015-10-29 | bump versions, fix tests, thanks | Alberto Ruiz | |
2015-10-28 | Following through the change of type in meanCov to the test and to ↵ | Patrik Jansson | |
gaussianSamle. Not tested. | |||
2015-07-24 | unify THANKS in the base package | Alberto Ruiz | |
2015-07-22 | Fix copy-paste error in interpolation module | Matthew Peddie | |
2015-06-19 | removed the annoying appN adapter for the foreign functions. | Alberto Ruiz | |
replaced by several overloaded app variants in the style of the module Internal.Foreign contributed by Mike Ledger. | |||
2015-06-18 | thanks and changelog | Alberto Ruiz | |
2015-06-18 | Add an interface to the GSL simulated annealing module. | Matthew Peddie | |
2015-06-03 | thanks, changelog | Alberto Ruiz | |
2015-06-03 | Generalize step control function | ntfrgl | |
Extend API by odeSolveVWith and StepControl. | |||
2015-05-05 | arch flags for msse2 | Alberto Ruiz | |
2015-05-05 | updated Interpolation imports | Alberto Ruiz | |
2015-04-27 | Merge branch 'master' into develop | Alberto Ruiz | |
2015-04-27 | changelogs | Alberto Ruiz | |
2015-04-26 | Add a new module containing the GSL interpolation interface | Matthew Peddie | |
2015-01-08 | update other pkgs to ghc-7.10 | Alberto Ruiz | |
2014-10-31 | add flag onlygsl | Alberto Ruiz | |
2014-07-12 | use pkgconfig-depends in hmatrix-gsl | Alberto Ruiz | |
2014-06-28 | add full GPL license files and link to examples | Alberto Ruiz | |
2014-06-20 | upper bound and readme | Alberto Ruiz | |
2014-06-13 | update dependencies and licenses | Alberto Ruiz | |
2014-06-03 | fix linspace, expose udot, complex static, wip | Alberto Ruiz | |
2014-05-27 | static dimensions, cont. | Alberto Ruiz | |
2014-05-24 | backward compatibility | Alberto Ruiz | |
2014-05-22 | remove compat | Alberto Ruiz | |
2014-05-21 | Numeric.LinearAlgebra.Compat | Alberto Ruiz | |
2014-05-21 | update dependencies, move examples etc | Alberto Ruiz | |