Richard Hartmann
|
b60f7870a2
|
Merge branch 'master' of https://github.com/cimatosa/jobmanager
|
2015-12-03 14:38:40 +01:00 |
|
Richard Hartmann
|
64cbef8bf8
|
added binfootprint to process special dump only state
|
2015-12-03 14:38:15 +01:00 |
|
Paul Müller
|
f73a2d3c13
|
insert safety for decorators
|
2015-11-27 15:31:46 +01:00 |
|
Paul Müller
|
f36aa64c90
|
slightly more complex example
|
2015-11-20 00:13:19 +01:00 |
|
Paul Müller
|
98275679b0
|
cleanup and tried to improve module decorator
|
2015-11-17 00:27:32 +01:00 |
|
Paul Müller
|
df0d2e165d
|
fixed compatibility to python3
|
2015-11-16 12:38:08 +01:00 |
|
cimatosa
|
5191bf28ea
|
fixed doc and tests
|
2015-11-13 16:13:23 +01:00 |
|
cimatosa
|
488bef5774
|
now also restore namedtuple when loading
|
2015-11-13 10:16:52 +01:00 |
|
Richard Hartmann
|
37fd47acbe
|
merge 'bfp' into master
|
2015-11-13 00:18:37 +01:00 |
|
Paul Müller
|
266bd3e5ec
|
patched 0d8df9b 'correct bug for clients with different counter keyword arguments' into bfp
|
2015-11-13 00:14:15 +01:00 |
|
Richard Hartmann
|
3656b9997f
|
bigfix in python2 variant of 'open', added return value
|
2015-11-12 23:54:56 +01:00 |
|
Richard Hartmann
|
d108365422
|
restore bin foot print via list of classes
|
2015-11-12 23:54:10 +01:00 |
|
cimatosa
|
9e89cfa3e1
|
save
|
2015-11-12 14:12:24 +01:00 |
|
cimatosa
|
e44364a6f6
|
serious bugfix in proxy_operation_decorator_python, now exception handling should work
|
2015-11-12 14:12:01 +01:00 |
|
cimatosa
|
4e81fbdbe5
|
changed to pass pytest
|
2015-11-12 14:08:00 +01:00 |
|
cimatosa
|
d30bbd1baa
|
added versioning to binfootprint, and made new version
|
2015-11-12 14:07:05 +01:00 |
|
Richard Hartmann
|
009d7241c8
|
used bytes / str (3.4/2.7) and data storage, so the bin foot print is now hashable
|
2015-11-11 21:59:42 +01:00 |
|
Richard Hartmann
|
6ea441c83c
|
works now with py2.7
|
2015-11-11 21:20:14 +01:00 |
|
cimatosa
|
2d25f54bdb
|
binfootprint test added
|
2015-11-11 19:51:31 +01:00 |
|
Paul Müller
|
e7b74ca055
|
Merge pull request #31 from cimatosa/develop_pool
Develop pool
|
2015-11-11 19:47:54 +01:00 |
|
Paul Müller
|
0d8df9bf77
|
- reduce verbosity in function call example to not confuse the user
- correct bug for clients with different counter keyword arguments (validCountKwargs), closes #30
|
2015-11-11 18:20:14 +01:00 |
|
Paul Müller
|
96260d04b3
|
improved compatibility with Python2
|
2015-11-11 16:11:28 +01:00 |
|
Paul Müller
|
82044ef184
|
pool manager example works on python3
|
2015-11-11 15:55:11 +01:00 |
|
Paul Müller
|
6539a05546
|
code cleanup with pool
|
2015-11-11 15:37:17 +01:00 |
|
cimatosa
|
b9fefba952
|
some changes made to use binfootprint to distinguish argumets -> still needs some python2 suppoer, I'm working on this
|
2015-11-11 15:06:48 +01:00 |
|
Paul Müller
|
e4403b0f3a
|
Merge branch 'master' of https://github.com/cimatosa/jobmanager into develop_pool
|
2015-11-11 11:37:26 +01:00 |
|
Paul Müller
|
ddfcdb0dfc
|
fix wrapper example
|
2015-11-11 11:34:11 +01:00 |
|
Paul Müller
|
a49cd38949
|
python3.5 and pytest2.8.2 do not like jobmanager tests, let 3.5 fail
|
2015-11-10 00:21:14 +01:00 |
|
Paul Müller
|
d95aa056fb
|
run with pytest2.6 generated by python 3.4
|
2015-11-10 00:11:41 +01:00 |
|
Paul Müller
|
a25e03fcbf
|
generate pytest script with python3
|
2015-11-09 23:39:59 +01:00 |
|
Paul Müller
|
0df5c6e13e
|
correctly activat python3.5 environment
|
2015-11-09 23:27:20 +01:00 |
|
Paul Müller
|
2e4f823456
|
test correctly python 3.5
|
2015-11-09 23:26:28 +01:00 |
|
Paul Müller
|
fb4d608fa4
|
travis typo
|
2015-11-09 23:20:56 +01:00 |
|
Paul Müller
|
77efd2fe1e
|
travis might fail because python 3.5 is installed instead of 3.4
|
2015-11-09 23:20:03 +01:00 |
|
Paul Müller
|
bb5c0a3211
|
fix miniconda changed default install dir
|
2015-11-09 23:11:59 +01:00 |
|
Paul Müller
|
08c886acb1
|
new runtests.py to fix travis build failures
|
2015-11-09 23:08:36 +01:00 |
|
cimatosa
|
de8beac981
|
removed pickle dependencie from persistent data
|
2015-11-02 12:31:46 +01:00 |
|
Paul Müller
|
909d0daf59
|
travis_wait supports time parameter. This will probably allow us to see all the errors for the Python2 tests.
|
2015-09-07 16:15:00 +02:00 |
|
Paul Müller
|
26753f9d92
|
doc update
|
2015-09-07 09:30:26 +02:00 |
|
Paul Müller
|
c9532622a8
|
automated doc upload
|
2015-09-07 08:45:51 +02:00 |
|
cimatosa
|
da594a0ee9
|
added new integrator methods, std from scipy
|
2015-09-01 10:47:10 +02:00 |
|
Richard Hartmann
|
4e21dec157
|
reverted bad idea in pb decorators
|
2015-08-27 17:45:46 +02:00 |
|
Richard Hartmann
|
d2108e7661
|
Merge branch 'master' of https://github.com/cimatosa/jobmanager
|
2015-08-27 17:02:09 +02:00 |
|
Richard Hartmann
|
047ecf0607
|
added the prograssbar instance it self a argument passed to the decorated function
|
2015-08-27 17:02:04 +02:00 |
|
Travis CI
|
aee4fbf86c
|
Merge branch 'master' of https://github.com/cimatosa/jobmanager into develop_pool
|
2015-08-25 10:37:23 +02:00 |
|
Travis CI
|
4a2c2ff562
|
travis gh-pages: display commit
|
2015-08-25 10:34:49 +02:00 |
|
Travis CI
|
662fb2032b
|
automated doc upload
|
2015-08-25 10:14:41 +02:00 |
|
Paul Müller
|
0abaefeb1e
|
remove debug-print messages
|
2015-08-25 09:54:27 +02:00 |
|
Paul Müller
|
566c959f19
|
apt-get update
|
2015-08-25 09:39:54 +02:00 |
|
Paul Müller
|
c706db28a8
|
copy host environment for test
|
2015-08-25 09:34:41 +02:00 |
|