{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":152431307,"defaultBranch":"master","name":"PolyChordLite","ownerLogin":"PolyChord","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-10-10T13:50:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/38859081?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704808569.0","currentOid":""},"activityList":{"items":[{"before":"5c950d7fde060a8768b052536eeb77cf0ad75b3c","after":"9569d6fdfb63393261bcb644c72ba2976f5d4bf5","ref":"refs/heads/wraparound","pushedAt":"2024-03-18T22:16:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"added wraparound to new interface","shortMessageHtmlLink":"added wraparound to new interface"}},{"before":"4a7ea4da3a921a36a5ba2ee4e246dfec2dbb4704","after":"5c950d7fde060a8768b052536eeb77cf0ad75b3c","ref":"refs/heads/wraparound","pushedAt":"2024-03-12T21:21:49.000Z","pushType":"push","commitsCount":53,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Merge branch 'master' into wraparound","shortMessageHtmlLink":"Merge branch 'master' into wraparound"}},{"before":"e72048af6c51fedb4615fd2c19e94921861c25fa","after":"daba49d1385d065122db76a2b384050f9e95d278","ref":"refs/heads/master","pushedAt":"2024-02-28T16:59:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"[documentation]: Add Mac OS troubleshooting guide (#108)\n\nSigned-off-by: Aleksandr Petrosyan \r\nCo-authored-by: Will Handley ","shortMessageHtmlLink":"[documentation]: Add Mac OS troubleshooting guide (#108)"}},{"before":"b3daab9256b06b0a6b04100a9d7970addf904392","after":"e72048af6c51fedb4615fd2c19e94921861c25fa","ref":"refs/heads/master","pushedAt":"2024-02-28T12:59:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"create the parameter names file earlier (#118)\n\n* create paramnames file before running\r\n\r\n* need the base dir and file root first!\r\n\r\n* version bump","shortMessageHtmlLink":"create the parameter names file earlier (#118)"}},{"before":"864b7e87e03c49458f2bbcc9a2a45ce050f8f3af","after":"b3daab9256b06b0a6b04100a9d7970addf904392","ref":"refs/heads/master","pushedAt":"2024-01-29T12:24:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"`**kwargs` input and `anesthetic.NestedSamples` output (#90)\n\n* neighbor spelling (assuming we're sticking to American spelling!)\r\n\r\n* updated run_poypolychord to use **kwargs rather than PolyChordSettings\r\n\r\n* return anesthetic.NestedSamples output if installed\r\n\r\n* added kwargs to run_pypolychord() docstring\r\n\r\n* changed examples to use **kwargs\r\n\r\n* accidental rename of run_polychord()\r\n\r\n* set kwarg defaults separately to run_pypolychord so that they can be given to resume file\r\n\r\n* run_polychord creates the paramnames file\r\n\r\n* changed other examples paramnames are passed to run_pypolychord\r\n\r\n* mention anesthetic output in docstring (incomplete)\r\n\r\n* tidied up grade_dims and nlives argument processing\r\n\r\n* logx should be logc\r\n\r\n* missing comma\r\n\r\n* removed settings argument\r\n\r\n* Restored old interface\r\n\r\n* run_polychord -> run\r\n\r\n* reverted Python_Functions/ (apart from logx->logc correction\r\n\r\n* put PolyChordSettings back in __init__.py\r\n\r\n* run() uses make_resume_file_kwargs_interface\r\n\r\n* added run to __init__.py\r\n\r\n* update nDerived, prior and dumper to kwargs\r\n\r\n* nDims is not a kwarg\r\n\r\n* add nDerived, prior and dumper to kwargs\r\n\r\n* use default_kwargs to set the defaults, then use this to see if kwargs has any excess keys\r\n\r\n* separate default_kwargs that refer to other default_kwargs\r\n\r\n* wrong brackets - think it's time to leave this for a moment\r\n\r\n* removed accidental commas\r\n\r\n* pass kwargs directly rather than creating dict\r\n\r\n* added anesthetic to install_requires\r\n\r\n* anesthetic now assumed to be installed, so new interface always returns an anesthetic output\r\n\r\n* tidy up plotting to just use anesthetic output\r\n\r\n* simplified to _make_resume_file(), plus wrapper _legacy_make_resume_file which translates from a settings object\r\n\r\n* added run_pypolychord_legacy_interface.py\r\n\r\n* update run() docstring to anesthetic output\r\n\r\n* removed unused sqrt from run_pypolychord.py\r\n\r\n* updated run_pypolychord.ipynb with py2nb\r\n\r\n* change requirement to anesthetic==2.0.0b11\r\n\r\n* removed creation of .paramnames file from run(), added to run_pypolychord.py\r\n\r\n* corrected kwargs error message\r\n\r\n* exception handling if chains/ already exists\r\n\r\n* update to anesthetic 2.0.0b12\r\n\r\n* rather than repeating PolyChordOutput.make_paramnames_file(), make it a static method and reuse it\r\n\r\n* changed setup.py to point to github anesthetic as 2.0.0b12 hasn't been released\r\n\r\n* remove unecessary os import\r\n\r\n* removed commented out/empty lines around paramname creation\r\n\r\n* removed unnecessary kwargs = kwargs.copy()\r\n\r\n* double quotes to be more civilised\r\n\r\n* change to single quotes to make Lucas happy\r\n\r\n* update for more recent anesthetic\r\n\r\n* line spacing and remove todo (see pr 110\r\n\r\n* get anesthetic from pypi instead of gh\r\n\r\n* might as well do some formatting\r\n\r\n* also fix wrap_loglikelihood for new interface (#110)\r\n\r\n* anesthetic back to optional, return None if not installed\r\n\r\n* version bump to 1.22.0\r\n\r\n* py2nb run_pypolychord.py\r\n\r\n* Fix names of run scripts/notebooks\r\n\r\n* remove testing print statement\r\n\r\n* remove sqrt import, who knows where this came from\r\n\r\n* Updated with new recommended interface\r\n\r\n* anesthetic root is deprecated\r\n\r\n* Update README.rst\r\n\r\n* more anesthetic 2 madness\r\n\r\n* update notebooks\r\n\r\n* remove () from dict\r\n\r\n* play around with tests\r\n\r\n* add anesthetic to CI install step\r\n\r\n* only run tests on python>=3.8\r\n\r\n* test likelihood without derived parameters\r\n\r\n* some test housekeeping\r\n\r\n* use or between the two loglikelihood return options\r\n\r\n* use pathlib.Path to save OSError nonsense\r\n\r\n* explain paramnames more clearly\r\n\r\n* check that grade_dims add up to nDims and test\r\n\r\n* update run docstring anesthetic stuff\r\n\r\n* correct run_pypolychord return\r\n\r\n* correct missing blank lines in run() docstring\r\n\r\n* add cluster_dir to kwargs, since technically it could be changed in PolyChordSettings (with difficulty)\r\n\r\n* remove os entirely in favour of pathlib\r\n\r\n* fix line too long\r\n\r\n* update date\r\n\r\n* fix default grade_frac\r\n\r\n* remove pytest-mpi requirement from CI\r\n\r\n* remove unecessary cast to set\r\n\r\n* don't use ac shorthand, but also don't clutter the namespace with log and pi\r\n\r\n* Revert \"don't use ac shorthand, but also don't clutter the namespace with log and pi\"\r\n\r\nThis reverts commit cc807f5dc7e6481420f9b9b3fdca966f7df3c147.\r\n\r\n* from anesthetic import make_2d_axes\r\n\r\n---------\r\n\r\nCo-authored-by: Adam Ormondroyd <52655393+Ormorod@users.noreply.github.com>\r\nCo-authored-by: Will Handley ","shortMessageHtmlLink":"**kwargs input and anesthetic.NestedSamples output (#90)"}},{"before":"4a83ed88231e2814f5dcb7fe45b20fd9b39dad4d","after":"864b7e87e03c49458f2bbcc9a2a45ce050f8f3af","ref":"refs/heads/master","pushedAt":"2024-01-10T13:12:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"General code typo clean-up (#103)\n\n* fix errant backslash\r\n\r\n* Adjusted the setup.py to not point to ccpforge\r\n\r\n* Minor typo picked up in #94\r\n\r\n* version bump\r\n\r\n---------\r\n\r\nCo-authored-by: Will Handley ","shortMessageHtmlLink":"General code typo clean-up (#103)"}},{"before":"5dcecd98b104202c51c686db31d1512ec2d9780c","after":"4a83ed88231e2814f5dcb7fe45b20fd9b39dad4d","ref":"refs/heads/master","pushedAt":"2024-01-09T16:20:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"Add pytests (#102)\n\n* first pass at writing tests\r\n\r\n* add test dependencies\r\n\r\n* add test which uses cube_samples, and add MPI test\r\n\r\n* Add tests to workflow (separate for with and without mpi)\r\n\r\n* remember to install test dependencies\r\n\r\n* minimal changes to pyproject.toml to get optional dependencies to work\r\n\r\n* remove errant _mpi filename change from test\r\n\r\n* revert changes to pyproject.toml and just put dependencies in CI\r\n\r\n* use 3 mpi processes instead of 2 for \"proper\" mpi\r\n\r\n* use --oversubscribe","shortMessageHtmlLink":"Add pytests (#102)"}},{"before":"bd24bc7e67a6348d10efd88fcb3a2384171e4e0d","after":"5dcecd98b104202c51c686db31d1512ec2d9780c","ref":"refs/heads/master","pushedAt":"2024-01-09T16:09:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"update for anesthetic 2 release (#98)","shortMessageHtmlLink":"update for anesthetic 2 release (#98)"}},{"before":"9751432a0b233d7756860f44c2bbf106e32ca3b8","after":"bd24bc7e67a6348d10efd88fcb3a2384171e4e0d","ref":"refs/heads/master","pushedAt":"2024-01-09T13:57:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"`make_resume_file()` incompatible with MPI (#101)\n\n* no idea why recvbuf.dtype was int, and is only not empty for rank 0\r\n\r\n* add optional dependency fortranformat for cube_samples\r\n\r\n* minimal changed to pyproject toml to get optional dependencies to work\r\n\r\n* toml typo\r\n\r\n* version bump\r\n\r\n* revert changes to pyproject.toml\r\n\r\n---------\r\n\r\nCo-authored-by: Will Handley ","shortMessageHtmlLink":"make_resume_file() incompatible with MPI (#101)"}},{"before":null,"after":"d8b63c4803be192ff3efc29110e0e288e666d1cd","ref":"refs/heads/lmpi_cxx","pushedAt":"2024-01-09T13:56:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Bumped version number","shortMessageHtmlLink":"Bumped version number"}},{"before":"370b70a2ccec70fd080fd7350296e21449fdbce3","after":"9751432a0b233d7756860f44c2bbf106e32ca3b8","ref":"refs/heads/master","pushedAt":"2024-01-09T13:41:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Corrected version number","shortMessageHtmlLink":"Corrected version number"}},{"before":"0d0c47ede381b1d7e163a13175e3d1c2b91e38e4","after":"370b70a2ccec70fd080fd7350296e21449fdbce3","ref":"refs/heads/master","pushedAt":"2024-01-09T13:36:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"loglikelihood without derived parameters (#110)\n\n* actually allow loglikelihood to return just logL and no derived parameters\r\n\r\n* missing space\r\n\r\n* version bump\r\n\r\n* remove seed used for testing\r\n\r\n* finish version bump (fingers crossed)","shortMessageHtmlLink":"loglikelihood without derived parameters (#110)"}},{"before":"3557112ccf0de0d3715402289576edf9216953dc","after":null,"ref":"refs/heads/remove_generate_from_seed","pushedAt":"2024-01-09T12:41:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"}},{"before":"8107fd2afc690b396897a9bda6f090cf8c7b532c","after":"0d0c47ede381b1d7e163a13175e3d1c2b91e38e4","ref":"refs/heads/master","pushedAt":"2024-01-09T12:41:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Remove GenerateFromSeed functionality (#112)\n\n* Removed GenerateFromSeed functionality\r\n\r\n* Removed more_points_needed and request_point\r\n\r\n* Removed generate_from_seed from settings\r\n\r\n* Bumped version number","shortMessageHtmlLink":"Remove GenerateFromSeed functionality (#112)"}},{"before":"ad1018b62c25136943c73024be0dd63a9a6d8d74","after":"3557112ccf0de0d3715402289576edf9216953dc","ref":"refs/heads/remove_generate_from_seed","pushedAt":"2024-01-09T12:37:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Bumped version number","shortMessageHtmlLink":"Bumped version number"}},{"before":"8c9ac691c79f4d5ebbf5e34754fc53ea300ab7ae","after":"ad1018b62c25136943c73024be0dd63a9a6d8d74","ref":"refs/heads/remove_generate_from_seed","pushedAt":"2024-01-09T12:31:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Removed generate_from_seed from settings","shortMessageHtmlLink":"Removed generate_from_seed from settings"}},{"before":null,"after":"8c9ac691c79f4d5ebbf5e34754fc53ea300ab7ae","ref":"refs/heads/remove_generate_from_seed","pushedAt":"2024-01-09T12:21:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Removed more_points_needed and request_point","shortMessageHtmlLink":"Removed more_points_needed and request_point"}},{"before":"e0965a58244e42e8d873137bf0268ffd3c0dc3e9","after":"8107fd2afc690b396897a9bda6f090cf8c7b532c","ref":"refs/heads/master","pushedAt":"2024-01-09T12:03:31.000Z","pushType":"pr_merge","commitsCount":18,"pusher":{"login":"AdamOrmondroyd","name":"Adam Ormondroyd","path":"/AdamOrmondroyd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/52655393?s=80&v=4"},"commit":{"message":"Merge pull request #105 from AdamOrmondroyd/mpistartup\n\nMake live point generation deterministic","shortMessageHtmlLink":"Merge pull request #105 from AdamOrmondroyd/mpistartup"}},{"before":"b70c3cb2c380e12a81e73fddfd33d8be20a4c32e","after":"f5c31c33066c0972159c659d53132f4de5fbe869","ref":"refs/heads/phantom","pushedAt":"2023-12-21T09:36:37.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Merge branch 'master' into phantom","shortMessageHtmlLink":"Merge branch 'master' into phantom"}},{"before":"1310be21530144447d107b011128e53e2781c662","after":"cd2a01a8543cbd5655069c16cf5cfeff011b1ad9","ref":"refs/heads/diag_covmat","pushedAt":"2023-12-20T10:09:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Zeroed off-diagonals","shortMessageHtmlLink":"Zeroed off-diagonals"}},{"before":"1310be21530144447d107b011128e53e2781c662","after":"e0965a58244e42e8d873137bf0268ffd3c0dc3e9","ref":"refs/heads/master","pushedAt":"2023-12-19T17:00:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Reverted erroneous commit to master","shortMessageHtmlLink":"Reverted erroneous commit to master"}},{"before":null,"after":"1310be21530144447d107b011128e53e2781c662","ref":"refs/heads/diag_covmat","pushedAt":"2023-12-19T16:59:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Diagonal covariance matrix calculation","shortMessageHtmlLink":"Diagonal covariance matrix calculation"}},{"before":"99a5961c55820069772f35edbb8d4012a2d124f2","after":"1310be21530144447d107b011128e53e2781c662","ref":"refs/heads/master","pushedAt":"2023-12-19T16:59:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Diagonal covariance matrix calculation","shortMessageHtmlLink":"Diagonal covariance matrix calculation"}},{"before":null,"after":"8f527b968882614fcabe61737930db76f16abc16","ref":"refs/heads/wraparound_1.20.2","pushedAt":"2023-07-15T22:39:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Merge branch 'master' into wraparound","shortMessageHtmlLink":"Merge branch 'master' into wraparound"}},{"before":"cfa26e43e27551b390f4a1876300dc2e05b55b73","after":"99a5961c55820069772f35edbb8d4012a2d124f2","ref":"refs/heads/master","pushedAt":"2023-06-23T08:50:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"williamjameshandley","name":"Will Handley","path":"/williamjameshandley","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708486?s=80&v=4"},"commit":{"message":"Bug fix to cube samples code with python to fortran indexing","shortMessageHtmlLink":"Bug fix to cube samples code with python to fortran indexing"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGQXj4wA","startCursor":null,"endCursor":null}},"title":"Activity ยท PolyChord/PolyChordLite"}