Commit graph

201 commits

Author SHA1 Message Date
004e831dc0 flake poetry 2022-02-05 15:38:51 +01:00
8ab49cf379 flake poetry 2022-02-05 14:21:09 +01:00
dd512d0bfd update poetry 2022-02-05 14:20:47 +01:00
f214902a7d update 2022-02-05 14:20:39 +01:00
0bccc3e7dc do not use context managers for pool because that breaks coverage 2022-01-27 11:21:47 +01:00
5b0cfd6046 fixup formatting and whitespace 2022-01-27 11:19:29 +01:00
880233485c update flake 2022-01-26 17:43:04 +01:00
f66295e3e2 update fcSpline 2022-01-26 17:30:32 +01:00
527b116c5c update flake 2022-01-26 17:19:16 +01:00
43ba8282d8 flake update 2022-01-20 16:10:41 +01:00
1c17d534c3 update flake 2022-01-18 13:38:19 +01:00
38cf0357fb update flake 2022-01-18 13:28:02 +01:00
88b0f979a5 bugfix: implement __bfkey__ 2022-01-18 10:41:10 +01:00
2c806e3bdb assert that the key is set 2022-01-13 14:21:12 +01:00
f87c2dbb9b make the key an abstract property 2022-01-13 14:18:22 +01:00
98c8b02478 add key to the abstract class 2022-01-13 14:00:10 +01:00
7303f2038c add method name to key 2022-01-13 13:53:34 +01:00
88f6bccb7e update flake 2021-12-21 11:47:08 +01:00
426fe71fd2 update flake 2021-12-10 12:08:58 +01:00
b7c6d760d3 update flake 2021-12-09 14:47:19 +01:00
44aede1eb9 correct name and simplify 2021-12-09 14:42:37 +01:00
d82c4efb8a update flake 2021-12-09 14:03:54 +01:00
fd9659d53d use sexy new flake utils 2021-12-09 12:14:14 +01:00
62098b2c81 update flake 2021-12-08 23:01:42 +01:00
46e1101648 update flake 2021-12-08 22:59:01 +01:00
45e6640d91 switch to poetry 2021-12-08 22:57:57 +01:00
3a288fef7b calc_deriv should be False by default 2021-12-07 20:57:29 +01:00
667be7d4ec update flake 2021-12-07 19:21:06 +01:00
b0124485ad use standard pypi 2021-12-07 19:19:40 +01:00
72a1a78048 update flake 2021-12-07 17:41:06 +01:00
7546afc3f3 add flake 2021-12-07 17:34:15 +01:00
93589c45f7 bump stocproc version 2021-12-07 15:54:12 +01:00
428750d54c add cython as dependency 2021-12-07 15:20:52 +01:00
c81eead1b8 remove debug print 2021-12-07 13:08:27 +01:00
97884989a0 raise not implemented if the z_dot method isn't overwritten 2021-11-15 13:23:50 +01:00
e503c930b5 don't make z_dot an abstract method 2021-11-15 13:22:56 +01:00
25311fb14d add derivative to tanhsinh and make calculation more efficient
the extra dimension trick is gold
2021-11-15 12:00:02 +01:00
Richard Hartmann
09e89b38fd
Merge pull request #1 from vale981/fix_build
Fix building the extension for me :)
2021-11-10 17:41:34 +01:00
15be09454f add basic time derivative to FFT 2021-11-10 15:52:41 +01:00
e04a1bc889 fix typo: loggin -> logging 2021-11-10 15:52:41 +01:00
e68d875bd8 make stocproc a proper type 2021-11-10 15:52:18 +01:00
e2df921722 make the base class a proper member 2021-11-04 10:27:05 +01:00
ee61f87bc4 formatting 2021-10-26 13:20:46 +02:00
5ed63a1356 remove requirements.txt again 2021-10-11 15:22:25 +02:00
3e7b08d304 cython only required for setup 2021-10-11 10:14:08 +02:00
1275be0981 add requirements.txt 2021-10-11 10:12:33 +02:00
a578f2b0ec add mpmath to deps 2021-10-11 10:09:45 +02:00
ea286b679b use a slightly less new scipy 2021-10-11 10:08:18 +02:00
c695fed700 remove circular import, do not hide import errors 2021-10-11 09:55:59 +02:00
03ee3555b3 add missing dependencies 2021-10-11 09:55:08 +02:00