{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":495844034,"defaultBranch":"master","name":"PINstimation","ownerLogin":"monty-se","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-05-24T13:50:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/37964692?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1679401012.0","currentOid":""},"activityList":{"items":[{"before":"db52236301efed26da491a48efa4a9c5c6886bf8","after":"975740fadfb338489b9db53027eca70031cf275f","ref":"refs/heads/master","pushedAt":"2024-05-06T10:21:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Cancelled the setting of future options\n\nFollowing the issue raised by Henrik Bengtsson that warned about the risk of changing future options from within the package, I have deleted the code line that adjusts the max size of the futures to +Inf. Users can eventually do that manually when they work with the package.","shortMessageHtmlLink":"Cancelled the setting of future options"}},{"before":"000123cd7ce092b17dda7a47d5985be056012256","after":"db52236301efed26da491a48efa4a9c5c6886bf8","ref":"refs/heads/master","pushedAt":"2024-02-27T08:24:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"fc3619d6c60143d883285a6abf52da4996ab095c","after":"000123cd7ce092b17dda7a47d5985be056012256","ref":"refs/heads/master","pushedAt":"2024-02-26T16:32:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update README.md\n\nAdded a badge button for Ko-fi donations!","shortMessageHtmlLink":"Update README.md"}},{"before":"388008ac1755b9d1967cffd2b230ab46c7614ac5","after":"fc3619d6c60143d883285a6abf52da4996ab095c","ref":"refs/heads/master","pushedAt":"2024-02-26T16:18:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update README.md\n\nAdded a badge button for Ko-fi donations!","shortMessageHtmlLink":"Update README.md"}},{"before":"c2f5ef29e5bfcad5c8ef10b292f8e02120c4de86","after":"388008ac1755b9d1967cffd2b230ab46c7614ac5","ref":"refs/heads/master","pushedAt":"2024-02-26T15:52:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update README.md\n\nAdded a badge button for Ko-fi donations!","shortMessageHtmlLink":"Update README.md"}},{"before":"7b71b32e69c709696969491ad5ccd088bd93c920","after":"c2f5ef29e5bfcad5c8ef10b292f8e02120c4de86","ref":"refs/heads/master","pushedAt":"2024-02-26T14:49:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Create FUNDING.yml\n\nCreate a sponsoring button for PINstimation","shortMessageHtmlLink":"Create FUNDING.yml"}},{"before":"79cb0048d20a679ca7ae0b7e5e6b799215736da0","after":"7b71b32e69c709696969491ad5ccd088bd93c920","ref":"refs/heads/master","pushedAt":"2023-12-04T16:29:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"fix: Avoided the use of global variables with the package future\n\nThe previous code assigns variables to the global environment in parallel processing. This might not give the result that is expected. The new code relies on lexical scoping using the function local() to change the value of the variable .lwbound between function calls.","shortMessageHtmlLink":"fix: Avoided the use of global variables with the package future"}},{"before":"d6dafb366ffc54deca23176c89a1b8456574c9d8","after":"79cb0048d20a679ca7ae0b7e5e6b799215736da0","ref":"refs/heads/master","pushedAt":"2023-12-04T16:20:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"perf: improved the computation of polynomial roots\n\nImproved the format and the performance of calculating the roots of the polynomials involved in the conditional maximization steps of the ECM algorithms","shortMessageHtmlLink":"perf: improved the computation of polynomial roots"}},{"before":"f11ca7c42372c2e3dce0821e414eba013f0bc84b","after":"d6dafb366ffc54deca23176c89a1b8456574c9d8","ref":"refs/heads/master","pushedAt":"2023-12-04T16:04:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"fix: fixed a tiny error in the display of the function mpin_ecm()\n\nThe step number of the selection of the optimal model used to be 3 and it should be 4.","shortMessageHtmlLink":"fix: fixed a tiny error in the display of the function mpin_ecm()"}},{"before":"f8e983258c4f6189d3e0e25d7837549cff9bf066","after":"f11ca7c42372c2e3dce0821e414eba013f0bc84b","ref":"refs/heads/master","pushedAt":"2023-12-04T16:00:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"fix: fixed an error in the function mpin_ecm()\n\nIf the posterior probability for a given day to belong to every cluster is zero, then the posterior probabilities are assumed to be equal i.e. 1/number of clusters. Earlier, the number of clusters was erroneously assigned the value 6, it is changed now to the value 'cls'","shortMessageHtmlLink":"fix: fixed an error in the function mpin_ecm()"}},{"before":"787e943676d73d91a7250abdad646911fad0fe12","after":"f8e983258c4f6189d3e0e25d7837549cff9bf066","ref":"refs/heads/master","pushedAt":"2023-08-03T22:24:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Fixed error in changing the number of cores in parallel computing\n\nEarlier, the code automatically sets the number of parallel cores used for parallel computing to 2 whenever the number of cores in the machine is larger than 2. Now, the user can set freely the number of parallel cores used in computation as long as it does not exceed the number of cores available in the machine.","shortMessageHtmlLink":"Fixed error in changing the number of cores in parallel computing"}},{"before":"95f8e7171df4e54f6e1d3f42e2e42283db586ea9","after":"787e943676d73d91a7250abdad646911fad0fe12","ref":"refs/heads/master","pushedAt":"2023-08-03T22:19:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Updated the package version in the startup screen\n\nThe startup screen used to show\nWELCOME TO PINSTIMATION 0.1.1\nNow, it shows:\nWELCOME TO PINSTIMATION 0.1.2","shortMessageHtmlLink":"Updated the package version in the startup screen"}},{"before":"796dd1901ae82a2f00c8964ee1cd295138d905ec","after":"95f8e7171df4e54f6e1d3f42e2e42283db586ea9","ref":"refs/heads/master","pushedAt":"2023-03-21T12:30:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Shift to a development version","shortMessageHtmlLink":"Shift to a development version"}},{"before":"66280ba33e62d8438716611b06c06e9c8022989f","after":"796dd1901ae82a2f00c8964ee1cd295138d905ec","ref":"refs/heads/master","pushedAt":"2023-03-20T22:01:44.217Z","pushType":"push","commitsCount":2,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update R-CMD-check.yaml","shortMessageHtmlLink":"Update R-CMD-check.yaml"}},{"before":"b950e52550952a5a695d5562cafd53c5af6ce2ca","after":"66280ba33e62d8438716611b06c06e9c8022989f","ref":"refs/heads/master","pushedAt":"2023-03-20T21:57:19.281Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update R-CMD-check.yaml","shortMessageHtmlLink":"Update R-CMD-check.yaml"}},{"before":"7cbb2866b03cdac23012fe4ec915409b65f9bb46","after":"b950e52550952a5a695d5562cafd53c5af6ce2ca","ref":"refs/heads/master","pushedAt":"2023-03-20T21:26:48.854Z","pushType":"push","commitsCount":1,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Preparing submission for v 0.1.2\n\nMainly updated cran-comments.md and NEW.md","shortMessageHtmlLink":"Preparing submission for v 0.1.2"}},{"before":"3a913ebf69e2846ab6fd1d9ff3919747eb6897d3","after":"7cbb2866b03cdac23012fe4ec915409b65f9bb46","ref":"refs/heads/master","pushedAt":"2023-03-20T15:30:26.767Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"feat: Introducing classify_trades() & updating aggregate_trades()\n\n+ We introduce a new function classify_trades() that performs trade classification of HF trades without aggregating them.\n+ The function aggregate_trades() can now aggregate HF trades at different frequencies.","shortMessageHtmlLink":"feat: Introducing classify_trades() & updating aggregate_trades()"}},{"before":"d8049150bfc61e5f78dfa3095563a4804358c052","after":"3a913ebf69e2846ab6fd1d9ff3919747eb6897d3","ref":"refs/heads/master","pushedAt":"2023-03-20T15:03:29.222Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"feat: Introducing classify_trades() & updating aggregate_trades()\n\n+ We introduce a new function classify_trades() that performs trade classification of HF trades without aggregating them.\n+ The function aggregate_trades() can now aggregate HF trades at different frequencies.","shortMessageHtmlLink":"feat: Introducing classify_trades() & updating aggregate_trades()"}},{"before":"52b7b5afe3e0103f000b4688e904e9794283540a","after":"d8049150bfc61e5f78dfa3095563a4804358c052","ref":"refs/heads/master","pushedAt":"2023-03-20T13:42:01.992Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"feat: Introducing classify_trades() & updating aggregate_trades()\n\n+ We introduce a new function classify_trades() that performs trade classification of HF trades without aggregating them.\n+ The function aggregate_trades() can now aggregate HF trades at different frequencies.","shortMessageHtmlLink":"feat: Introducing classify_trades() & updating aggregate_trades()"}},{"before":"9c00d7fe95962a4dd9d49da55c61c06d1b3e4ef7","after":"52b7b5afe3e0103f000b4688e904e9794283540a","ref":"refs/heads/master","pushedAt":"2023-03-20T13:35:31.119Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"feat: Introducing classify_trades() & updating aggregate_trades()\n\n+ We introduce a new function classify_trades() that performs trade classification of HF trades without aggregating them.\n+ The function aggregate_trades() can now aggregate HF trades at different frequencies.","shortMessageHtmlLink":"feat: Introducing classify_trades() & updating aggregate_trades()"}},{"before":"a90d705a130d383b38a8af94026c5ad29cbc9b39","after":"9c00d7fe95962a4dd9d49da55c61c06d1b3e4ef7","ref":"refs/heads/master","pushedAt":"2023-03-20T11:03:48.559Z","pushType":"push","commitsCount":2,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"feat: Introducing classify_trades() & updating aggregate_trades()\n\n+ We introduce a new function classify_trades() that performs trade classification of HF trades without aggregating them.\n+ The function aggregate_trades() can now aggregate HF trades at different frequencies.","shortMessageHtmlLink":"feat: Introducing classify_trades() & updating aggregate_trades()"}},{"before":"12748ecd74ffb350b9d0a9fc14ee38de879991c0","after":"a90d705a130d383b38a8af94026c5ad29cbc9b39","ref":"refs/heads/master","pushedAt":"2023-03-17T08:36:42.425Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update the version of the workflows","shortMessageHtmlLink":"Update the version of the workflows"}},{"before":"944cd79dfb634d5c0ac0b15dc3f21124c1e92fc8","after":"12748ecd74ffb350b9d0a9fc14ee38de879991c0","ref":"refs/heads/master","pushedAt":"2023-03-16T22:51:02.408Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Update the version of the workflows","shortMessageHtmlLink":"Update the version of the workflows"}},{"before":"0c93aabbaa3be1a4c284468296c6128ddb85addd","after":"944cd79dfb634d5c0ac0b15dc3f21124c1e92fc8","ref":"refs/heads/master","pushedAt":"2023-03-16T22:47:44.903Z","pushType":"push","commitsCount":2,"pusher":{"login":"monty-se","name":"Montasser Ghachem","path":"/monty-se","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/37964692?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/monty-se/PINstimation","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/monty-se/PINstimation"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQmZ8GQA","startCursor":null,"endCursor":null}},"title":"Activity ยท monty-se/PINstimation"}