Helmut Merz helmutm · he/him
helmutm pushed to master at cco/decons 2025-05-24 17:14:09 +02:00
0172a2fd46 combine lists (like vectors) and calculate sum of pairwise differences (= 'cost')
helmutm pushed to master at cco/decons 2025-05-24 09:44:36 +02:00
b4a337ee37 minor fixes; add rreduce: recursive reduce
helmutm pushed to master at cco/decons 2025-05-24 07:35:16 +02:00
fa683982b7 rapply stuff OK, with rcall and rcurry
helmutm pushed to master at cco/decons 2025-05-23 16:52:42 +02:00
8ae0ab9271 improvement, start fixing - should work with more than 2 params
helmutm pushed to master at cco/decons 2025-05-23 13:48:39 +02:00
c78fe13247 more general solution with rlambda
helmutm pushed to master at cco/decons 2025-05-23 10:24:34 +02:00
2ce2ca18f6 rapply basically working
helmutm pushed to master at cco/decons 2025-05-23 09:33:20 +02:00
d3417cf94a first try with recursive operation: traverse; start rapply + rcall
helmutm pushed to master at cco/decons 2025-05-22 11:49:30 +02:00
049c352ea8 provide tensor function, just creating arrays
helmutm pushed to master at cco/decons 2025-05-22 10:28:34 +02:00
580d9f34df more tests, start working with data sets and parameter sets
helmutm pushed to master at cco/decons 2025-05-22 09:12:19 +02:00
dcc401b6e9 initial import
helmutm created branch master in cco/decons 2025-05-22 09:12:19 +02:00
helmutm created repository cco/decons 2025-05-22 09:09:59 +02:00
helmutm pushed to master at cco/cl-scopes 2025-05-21 10:02:51 +02:00
b9fa6efc68 allow flexible context / service setup with make-setup; + web/response improvements
helmutm pushed to master at cco/cl-scopes 2025-05-19 17:07:22 +02:00
2d59317980 write response directly in action handler => get rid of response:messages slot
84ce2c9e3a split response processing: prepare - finish
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2025-05-19 15:43:13 +02:00
c52d6adca7 improve / fix server response workflow using a foreground actor
helmutm pushed to 3master at cco/cybertools 2025-05-17 10:57:33 +02:00
350a600ffc decimal field: parse using locale + pattern using zope.i18n
dc5e1fa251 fix conversion of decimal field to float: use german locale if appropriate
Compare 2 commits »
helmutm pushed to master at cco/py-scopes 2025-05-14 17:02:28 +02:00
722b258103 fix base_url references
helmutm pushed to master at cco/py-scopes 2025-05-14 16:25:40 +02:00
05499d5d41 auth: use form['camefrom'] as requested URI, store in initial session and use for final redirect
helmutm pushed to master at cco/py-scopes 2025-05-14 09:03:21 +02:00
2f87493144 auth: fully functional logout
a2c529e6d3 storage test: save session message, may be used as session storage
Compare 2 commits »
helmutm pushed to master at cco/loops-ext 2025-05-08 09:11:00 +02:00
110fa036f4 port changes in getPrincipalForUserId() from loops.organize to cco.common