{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":169390106,"defaultBranch":"main","name":"magpylib","ownerLogin":"magpylib","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-02-06T10:39:43.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47388349?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1717225162.0","currentOid":""},"activityList":{"items":[{"before":"44eac239b3ef74940646f1c2e24db27d146f4202","after":null,"ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-06-01T06:59:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"}},{"before":"2bc264b595aad836d54bf125129169dc223555a2","after":"d9d13af4d20008d7202fb00132891bbfc0a91a44","ref":"refs/heads/main","pushedAt":"2024-06-01T06:59:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"Migrate to pydata-sphinx-theme (#762)\n\n* migrate theme\r\n\r\n* update\r\n\r\n* use dev\r\n\r\n* update\r\n\r\n* update\r\n\r\n* subplot gallery example\r\n\r\n* gallery title improvement\r\n\r\n* 3d_logo upload\r\n\r\n* add magnets from CAD tutorial\r\n\r\n* address #770\r\n\r\n* improve cad example\r\n\r\n* add halbach example\r\n\r\n* improve animation and subplot examples\r\n\r\n* page adjustement to new scheme\r\n\r\n* rework of documentation\r\n\r\n* adjust gallry vis order\r\n\r\n* improve mgnet color image\r\n\r\n* spell check\r\n\r\n* foonotes + ressource fix\r\n\r\n* bump sphinx minor version\r\n\r\n* left vertical scrollbar to auto\r\n\r\n* inhomogeneous magnets\r\n\r\n* remove sphinx version in docs readme\r\n\r\n* remove stl file\r\n\r\n* JV -> MV mistake in dipole docs\r\n\r\n* move resources up on landing page\r\n\r\n* refactor gallery -> examples\r\n\r\n* IO -> units & types\r\n\r\n* XYZ Bx By Bz\r\n\r\n* links\r\n\r\n* final review fixes\r\n\r\n* arbitrary unit convention\r\n\r\n* capitalize comments\r\n\r\n* minifix\r\n\r\n* add missing link\r\n\r\n* # Continuation from above - ensure previous code is executed\r\n\r\n---------\r\n\r\nCo-authored-by: mortner \r\nCo-authored-by: Boisselet Alexandre (IFAT DC ATV SC D TE2) ","shortMessageHtmlLink":"Migrate to pydata-sphinx-theme (#762)"}},{"before":"579dd2d89dcd4e12de086e6a4614d493901c4467","after":"44eac239b3ef74940646f1c2e24db27d146f4202","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-06-01T06:33:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"# Continuation from above - ensure previous code is executed","shortMessageHtmlLink":"# Continuation from above - ensure previous code is executed"}},{"before":"ef59e01ee258a3473c9056c39cfa72ab20289f52","after":"579dd2d89dcd4e12de086e6a4614d493901c4467","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-06-01T05:59:27.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"minifix","shortMessageHtmlLink":"minifix"}},{"before":"2bc264b595aad836d54bf125129169dc223555a2","after":"c06d83300417c198a2175b0aeddbf5d8918286aa","ref":"refs/heads/show-units","pushedAt":"2024-05-31T19:54:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"draft","shortMessageHtmlLink":"draft"}},{"before":"a99333a4a205541c97f8b925acde2dc08594b1a6","after":null,"ref":"refs/heads/bring_flyout_back","pushedAt":"2024-05-31T12:51:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"d94f424396992dc96addbc88e10382674205ade6","after":null,"ref":"refs/heads/test-search-in-docs","pushedAt":"2024-05-31T12:51:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":null,"after":"2bc264b595aad836d54bf125129169dc223555a2","ref":"refs/heads/show-units","pushedAt":"2024-05-31T12:46:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"Fix subplot object properties propagation (#780)\n\n* better robustness\r\n\r\n* fix obj properties propagation\r\n\r\n* deepcopy style only if obj is in multiple subplots\r\n\r\n---------\r\n\r\nCo-authored-by: Boisselet Alexandre (IFAT DC ATV SC D TE2) ","shortMessageHtmlLink":"Fix subplot object properties propagation (#780)"}},{"before":"842787e3e2eafaf7d1a44b81a724411feeb1df50","after":"ef59e01ee258a3473c9056c39cfa72ab20289f52","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-05-29T08:29:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"remove stl file","shortMessageHtmlLink":"remove stl file"}},{"before":"bf76316aa2315aec850f0345a9f2cc491ef7b445","after":"842787e3e2eafaf7d1a44b81a724411feeb1df50","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-05-29T08:26:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"remove sphinx version in docs readme","shortMessageHtmlLink":"remove sphinx version in docs readme"}},{"before":"75117c6adf0f8099e0b0c9460856b212d3488747","after":"bf76316aa2315aec850f0345a9f2cc491ef7b445","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-05-29T08:01:55.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/magpylib/magpylib into pydata-sphinx-theme","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/magpylib/magpylib into pyda…"}},{"before":"2519d436a386a8764058ef131715dbad7195ead8","after":null,"ref":"refs/heads/fix-subplot-object-properties-propagation","pushedAt":"2024-05-29T08:00:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"}},{"before":"6c0184ad5355727e470807f1672a05d72c103553","after":"2bc264b595aad836d54bf125129169dc223555a2","ref":"refs/heads/main","pushedAt":"2024-05-29T08:00:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"Fix subplot object properties propagation (#780)\n\n* better robustness\r\n\r\n* fix obj properties propagation\r\n\r\n* deepcopy style only if obj is in multiple subplots\r\n\r\n---------\r\n\r\nCo-authored-by: Boisselet Alexandre (IFAT DC ATV SC D TE2) ","shortMessageHtmlLink":"Fix subplot object properties propagation (#780)"}},{"before":"4cec9ed3b756094fa6e529ffb2637280eb185176","after":"75117c6adf0f8099e0b0c9460856b212d3488747","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-05-29T07:54:30.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"OrtnerMichael","name":"mortner","path":"/OrtnerMichael","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47384012?s=80&v=4"},"commit":{"message":"Merge branch 'pydata-sphinx-theme' of https://github.com/magpylib/magpylib into pydata-sphinx-theme","shortMessageHtmlLink":"Merge branch 'pydata-sphinx-theme' of https://github.com/magpylib/mag…"}},{"before":"e827430baabb9724b73abd0f687a2f451248f81d","after":"4cec9ed3b756094fa6e529ffb2637280eb185176","ref":"refs/heads/pydata-sphinx-theme","pushedAt":"2024-05-28T19:58:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"bump sphinx minor version","shortMessageHtmlLink":"bump sphinx minor version"}},{"before":"a0afb9a64f10cf8f98d092a88e22f4700e116f80","after":"d94f424396992dc96addbc88e10382674205ade6","ref":"refs/heads/test-search-in-docs","pushedAt":"2024-05-28T19:40:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"sphinx bumpb","shortMessageHtmlLink":"sphinx bumpb"}},{"before":"db3de96e6c3d4932f0b08fa894b03a6e7ab368ca","after":"a0afb9a64f10cf8f98d092a88e22f4700e116f80","ref":"refs/heads/test-search-in-docs","pushedAt":"2024-05-28T19:34:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"remove stylesheet.css ref","shortMessageHtmlLink":"remove stylesheet.css ref"}},{"before":"e827430baabb9724b73abd0f687a2f451248f81d","after":"db3de96e6c3d4932f0b08fa894b03a6e7ab368ca","ref":"refs/heads/test-search-in-docs","pushedAt":"2024-05-28T19:24:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"remove summaryopen","shortMessageHtmlLink":"remove summaryopen"}},{"before":"9d3f513e8c112d4621007329764a462e0a238ea6","after":null,"ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-28T19:20:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"9dd9199a5144ae56097e0924ccbfd4046b9669cb","after":"6c0184ad5355727e470807f1672a05d72c103553","ref":"refs/heads/main","pushedAt":"2024-05-28T19:20:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate (#768)\n\nupdates:\r\n- [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)\r\n\r\nCo-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>\r\nCo-authored-by: Alexandre Boisselet ","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate (#768)"}},{"before":null,"after":"e827430baabb9724b73abd0f687a2f451248f81d","ref":"refs/heads/test-search-in-docs","pushedAt":"2024-05-28T19:18:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"rework of documentation","shortMessageHtmlLink":"rework of documentation"}},{"before":"3b6b2b3c20c46e1177628b57e889be9a44aca0fc","after":null,"ref":"refs/heads/v500-release-update","pushedAt":"2024-05-28T19:07:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"a68e0f6f10c3b1de6279b768ca25b0209cb72861","after":null,"ref":"refs/heads/gallery_vis_fix","pushedAt":"2024-05-28T19:07:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"8a50a7ee67fbc31691358ce6577699e66beebb76","after":null,"ref":"refs/heads/fixing_doku","pushedAt":"2024-05-28T19:07:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"6c799b8fc30d5a0dbda7236f09107e0aec2dfccb","after":null,"ref":"refs/heads/fix_plot_boundary_error","pushedAt":"2024-05-28T19:05:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"f6d314e12e99ee577b5e04d7198e3dcde80af2b0","after":null,"ref":"refs/heads/doku-examples-rework","pushedAt":"2024-05-28T19:05:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"70396f2e8bb0cfa8f0f0e0c7b95c1c81b0052802","after":"9d3f513e8c112d4621007329764a462e0a238ea6","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-05-28T19:04:16.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/magpylib/magpylib into pre-commit-ci-update-config","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/magpylib/magpylib into pre-…"}},{"before":"a24e08dd22a37a6d6e6c4c94096cde961dfa86ec","after":null,"ref":"refs/heads/fix-pylint-and-rtd","pushedAt":"2024-05-28T19:03:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"1195480eea75eb5e247763780a6eeff86f59b7b8","after":null,"ref":"refs/heads/v5.02.-release","pushedAt":"2024-05-28T19:03:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"}},{"before":"0d91351c803a3205f7455e6bf6076bb2b9e067ff","after":"2519d436a386a8764058ef131715dbad7195ead8","ref":"refs/heads/fix-subplot-object-properties-propagation","pushedAt":"2024-05-27T12:57:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Alexboiboi","name":"Alexandre Boisselet","path":"/Alexboiboi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/29252289?s=80&v=4"},"commit":{"message":"deepcopy style only if obj is in multiple subplots","shortMessageHtmlLink":"deepcopy style only if obj is in multiple subplots"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWZrMrAA","startCursor":null,"endCursor":null}},"title":"Activity · magpylib/magpylib"}