Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-25 | Unify the stack.yaml files at top-level. | Mathieu Boespflug | |
2018-03-25 | Add nix section to stack.yaml to provision system libraries. | Mathieu Boespflug | |
2018-03-25 | Add missing extra-deps declaration. | Mathieu Boespflug | |
2018-03-25 | Remove extraneous whitespace. | Mathieu Boespflug | |
2018-03-25 | Make library --pedantic compliant. | Mathieu Boespflug | |
2018-03-25 | Make example --pedantic compliant. | Mathieu Boespflug | |
2018-03-25 | Missing lens dependency in binary. | Mathieu Boespflug | |
2018-03-25 | Fix homepage metadata. | Mathieu Boespflug | |
2018-03-25 | Remove stack new boilerplate. | Mathieu Boespflug | |
2018-03-25 | Set proper copyright. | Mathieu Boespflug | |
2018-03-22 | With a specific implicit RK method | Dominic Steinitz | |
2018-03-21 | Also return diagnostics | Dominic Steinitz | |
2018-03-21 | Delete the copy of the inline-c example | Dominic Steinitz | |
2018-03-21 | Return the entire results matrix (as a vector) | Dominic Steinitz | |
2018-03-21 | A library function + move towards the original hmatrix interface | Dominic Steinitz | |
2018-03-20 | The start of a library | Dominic Steinitz | |
2018-03-20 | Handle arbitrary systems | Dominic Steinitz | |
2018-03-19 | Fix naming | Dominic Steinitz | |
2018-03-19 | Remove redundant imports | Dominic Steinitz | |
2018-03-19 | Even more simplification | Dominic Steinitz | |
2018-03-19 | More removal of the Fortran way | Dominic Steinitz | |
2018-03-19 | A working example | Dominic Steinitz | |
2018-03-18 | Check we are passed the correct values | Dominic Steinitz | |
2018-03-17 | Start of the correct (non_Fortran) way | Dominic Steinitz | |
2018-03-15 | Build instructions | Dominic Steinitz | |
2018-03-15 | Now calling a part of the Haskell ODE | Dominic Steinitz | |
2018-03-15 | Start of copy of Fortran interface | Dominic Steinitz | |
2018-03-15 | Do not handle Jacobians yet and tidy | Dominic Steinitz | |
2018-03-14 | Now as a function | Dominic Steinitz | |
2018-03-14 | The full almost entirely C example tidied | Dominic Steinitz | |
2018-03-13 | Almost all the C example | Dominic Steinitz | |
2018-03-12 | Now builds with stack and cabal | Dominic Steinitz | |
2018-03-12 | With a .cabal | Dominic Steinitz | |
2018-03-11 | The start of an hmatrix interface to sundials | Dominic Steinitz | |
2018-02-07 | Merge pull request #250 from regnat/fix-gsl-memleak | idontgetoutmuch | |
GSL.ODE: free the jacobian after use | |||
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. | |||
2018-01-18 | bump version and thanks | Alberto Ruiz | |
2017-12-26 | Merge pull request #245 from konn/ghc84 | Alberto Ruiz | |
Workaround for GHC-8.4.x | |||
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-30 | fix bug in static dot product | Alberto Ruiz | |
2017-09-29 | Merge pull request #240 from idontgetoutmuch/alberto | Alberto Ruiz | |
Print errors to stderr | |||
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-13 | Merge pull request #238 from idontgetoutmuch/master | Alberto Ruiz | |
Provide better error message | |||
2017-09-12 | Provide better error message | Dominic Steinitz | |
2017-08-13 | bump version and thanks | Alberto Ruiz | |
2017-07-26 | Merge pull request #231 from nh2/ghc-8.2 | Alberto Ruiz | |
Fix compilation with GHC 8.2 by adding some type signatures. | |||
2017-07-23 | Fix compilation with GHC 8.2 by adding some type signatures. | Niklas Hambüchen | |
Fixes this compile error: src/Internal/Util.hs:625:5: error: • Could not deduce (Eq t) from the context: (Indexable (c t) a, Indexable (c t) t, Linear t c, Num (c t), Fractional t, Num a, Eq a) bound by the inferred type for ‘redu’: forall a t (c :: * -> *). (Indexable (c t) a, Indexable (c t) t, Linear t c, Num (c t), Fractional t, Num a, Eq a) => (Int, [c t]) -> [c t] at src/Internal/Util.hs:(625,5)-(632,20) • In the ambiguity check for the inferred type for ‘redu’ To defer the ambiguity check to use sites, enable AllowAmbiguousTypes | |||
2017-06-01 | Merge pull request #229 from varosi/varosi/lts815 | Alberto Ruiz | |
Support for LTS 8.15 (GHC 8.0.2) under Windows |