https://github.com/neurophysik/jitcode

sort by:
Revision Author Date Message Commit Date
55664cd There finally is a SymEngine dependency for automatic installing. 18 February 2018, 10:02:00 UTC
881f94c Formatting 22 January 2018, 05:50:34 UTC
e05c9c7 More sophisticated choice when to deactivate interpolation for Lyapunov exponents. 22 January 2018, 05:50:16 UTC
37cf80d Time marches on … 15 January 2018, 11:57:37 UTC
a476e92 Fixed mistake: VODE is explicit. 11 January 2018, 14:32:12 UTC
b50184b New theme (because the old one had too many errors). 11 January 2018, 12:06:02 UTC
c107f34 Nicer call graph. 11 January 2018, 10:47:38 UTC
5a956fc More documentation of tests. 11 January 2018, 09:54:31 UTC
ff90e4c Some comments. 11 January 2018, 09:42:05 UTC
87a1674 Mocking GroupHandler to avoid metaclass problems. 11 January 2018, 09:37:03 UTC
461801c Inheriting from GroupHandler instead of using internal object 11 January 2018, 09:28:34 UTC
1f9c613 Documenting, restructuring, commenting, and formatting. 11 January 2018, 08:55:07 UTC
281f1b7 Stricter tolerances. 11 January 2018, 08:45:41 UTC
a7f60bd Documenting and restructuring properties. 10 January 2018, 21:13:29 UTC
1bf9c78 Comments and some streamlining. 10 January 2018, 20:43:44 UTC
a4fd8eb Typo 10 January 2018, 18:33:13 UTC
4e92fd5 Control parameters now work with IVP. 10 January 2018, 07:41:48 UTC
d8ed7b8 Updating reference to set_parameters 10 January 2018, 07:38:12 UTC
8f1c3ad Including size in generator scenarioo. 09 January 2018, 18:42:06 UTC
d1c8984 Removing tests that are now covered elsewhere. 09 January 2018, 18:41:44 UTC
5e43b84 Removing unneeded imports. 09 January 2018, 17:42:58 UTC
7ad8d51 Removing unneeded imports. 09 January 2018, 17:41:32 UTC
385d0c4 Switching to common scenario file. 09 January 2018, 17:37:51 UTC
336094e Special file to test different methods of code generation. 09 January 2018, 16:49:07 UTC
95c7175 Special file to test different methods of code generation. 09 January 2018, 16:48:02 UTC
43a1bf1 Moving tests of integrators and wrappers too separate file 09 January 2018, 15:08:48 UTC
71657c8 Better coverage of a few fringe cases. 09 January 2018, 15:05:35 UTC
f43bd14 Making with_params a property. 09 January 2018, 09:44:07 UTC
0f34e06 Identifying need for parameters via signature. 09 January 2018, 09:36:29 UTC
105f8ae Restoring reference for UnsuccessfulIntegration; avoiding duplicate reference for transversal_lyap. 08 January 2018, 17:36:40 UTC
a55e79f Using random integrators. 06 January 2018, 21:04:02 UTC
1663b66 Avoiding interpolation as the default for Lyaps. 06 January 2018, 21:03:42 UTC
11100ef Making IVP backend more robust against order of commands. 06 January 2018, 07:40:57 UTC
a561610 Implementing control parameters for IVP integrators. 05 January 2018, 15:42:31 UTC
1f06985 Avoiding unnecessary level of wrapping for self.y 05 January 2018, 15:15:31 UTC
b7bcdab Going to higher level for set_initial_vialue for additional check. 05 January 2018, 15:12:27 UTC
37ed5ce Moving set_*_params to wrappers. 05 January 2018, 15:10:58 UTC
e6d6ad4 Wrapping all integrators and moving stuff to wrappers, part 1. 05 January 2018, 14:55:40 UTC
604c9a8 Fixing explicit lambda compilation. 04 January 2018, 20:17:52 UTC
aebc7db Updating documentation for IVP integrators. 04 January 2018, 18:19:01 UTC
bb813cc Updating Documentation of sparse to account for IVP. 04 January 2018, 18:03:23 UTC
6ddcd9f Testing integrators with lambda as well. 02 January 2018, 11:34:25 UTC
93b38e9 Insights from more benchmarking. 31 December 2017, 20:29:39 UTC
40b9ae4 Tests for no interpolation. 31 December 2017, 20:29:15 UTC
0931ecd Several improvements. 31 December 2017, 20:29:02 UTC
9f68de7 Option to switch off interpolation; documentation of . 31 December 2017, 19:21:00 UTC
c830e44 Asserting that no errors happened. 31 December 2017, 13:45:07 UTC
7e1f4d9 Benchmark for ode vs. solve_ivp. 31 December 2017, 13:34:59 UTC
ccc4d51 Benchmark for ode vs. solve_ivp. 31 December 2017, 13:33:54 UTC
99c4942 Added network of Kuramotos as example 31 December 2017, 11:09:20 UTC
18b37f9 Added args to IVP’s set_integrator. 31 December 2017, 10:35:47 UTC
8338cfd self.y → self._y for compatibility 31 December 2017, 10:09:34 UTC
43d3750 Adding tests for integrators. 31 December 2017, 10:09:06 UTC
6d1dfb1 Implementing IVP methods, part 1. 31 December 2017, 09:24:39 UTC
4d91294 Signature of class = signature of __init__. 30 December 2017, 17:04:25 UTC
c609c03 Adding successful method to dummy integrator. 30 December 2017, 16:20:30 UTC
078ebcb Streamlining storage of old states and params. 30 December 2017, 16:20:10 UTC
8f1c3ef Moving dummy integrator to own file. 30 December 2017, 16:11:17 UTC
8b67471 Using dummy integrator instead of backend variable. 30 December 2017, 15:44:51 UTC
bc3131e Added test for unset integrator. 30 December 2017, 14:32:09 UTC
501eee6 Strictly applying backend distinction; saving state and params when resetting the integrator. 30 December 2017, 13:17:56 UTC
d8f2c30 Refactoring 30 December 2017, 12:35:35 UTC
a57602d More structure using backend property. 30 December 2017, 11:19:42 UTC
eac7568 Introducing backend property to handle upcoming multiple backends. 29 December 2017, 12:45:09 UTC
d09fdd1 Changing handling of compiled/lambdified functions to be more flexible with the initialisation. 29 December 2017, 10:21:10 UTC
1ac8323 Get rid of “return self”. 28 December 2017, 10:31:17 UTC
84de25e Don’t inherit from scipy.integrate.ode anymore. 23 December 2017, 17:27:52 UTC
f0f868b Removing some artefact. 12 December 2017, 16:23:57 UTC
e613800 Mocking JiTC*DE Common to get RTFD working. 12 December 2017, 15:23:09 UTC
1284464 Compromise between user-friendliness and automatic docbuilding. 12 December 2017, 15:05:03 UTC
5358d9b Fixed typo. 29 November 2017, 09:01:13 UTC
709c986 Added link to BIB file. 29 November 2017, 09:00:10 UTC
03c30fe Referencing the paper for the mathematical background of transversal Lyapunov exponents. 29 November 2017, 08:17:40 UTC
65bc560 Mentioning paper and a bit more guidance. 29 November 2017, 07:51:08 UTC
1c91d00 Better handling of conversions for Jacobian, in particular for CSE. 28 November 2017, 14:36:51 UTC
f11143e Unifying argument name for start time. 16 November 2017, 10:11:34 UTC
0d66a9f Merge branch 'master' of github.com:neurophysik/jitcode 13 November 2017, 16:10:25 UTC
fd0ad1b Outsourcing documentation of OpenMP to JiTC*DE Common. 13 November 2017, 15:25:53 UTC
c5abe95 Implementing multiprocessing with OpenMP. 13 November 2017, 15:25:53 UTC
c473282 Forgot to add the example file. 13 November 2017, 15:25:53 UTC
9e0e93b Size-dependent simplification for Lyapunov exponents. 13 November 2017, 15:01:05 UTC
17a7dfa Forgot to add the example file. 06 November 2017, 21:22:23 UTC
a59529a Linting 06 November 2017, 16:39:28 UTC
9f64f94 Added section to documentation for jitcode_transversal_lyap. 06 November 2017, 16:04:57 UTC
e1ccd0c Handling margins more intelligently. 06 November 2017, 13:44:29 UTC
be6f57b Adapting to change of extractor. 06 November 2017, 10:45:10 UTC
78eeca6 Wider steps. 06 November 2017, 09:05:11 UTC
fc22b67 Handling helpers for lyaps more elegantly. 06 November 2017, 09:04:54 UTC
088679f Used map_to_main, made set_initial_value for transversal lyaps better. 05 November 2017, 20:34:56 UTC
059ebe0 Using replace_function. 04 November 2017, 16:21:02 UTC
7ea9853 Remove test_restricted_lyap as it is included in test_transversal_lyap. 03 November 2017, 16:51:41 UTC
5e594ef Implemented transversal_lyap. 03 November 2017, 16:51:01 UTC
9c90244 Localising SymPy imports. 29 October 2017, 19:31:35 UTC
2b9fb0a Always raise an exception if the integration fails 28 October 2017, 11:48:02 UTC
d393d81 shebangs 28 October 2017, 10:10:03 UTC
1703877 Doing and talking about pre-iterations, now that we easily can use them. 28 October 2017, 10:03:29 UTC
fa1c717 Tests for handling abnormal integration times. 28 October 2017, 09:52:17 UTC
b7d60e3 Tiny grammar fix. 28 October 2017, 09:42:13 UTC
871521b Referencing test as an example for restricted lyaps. 28 October 2017, 09:34:48 UTC
010af52 Make test a bit easier to understand. 28 October 2017, 09:34:09 UTC
back to top