{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":128984405,"defaultBranch":"master","name":"persim","ownerLogin":"scikit-tda","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-04-10T19:23:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/41389769?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709732197.0","currentOid":""},"activityList":{"items":[{"before":"a44f6ebd18e36c4b37ac3dcb0f1a91aaf3f58a0e","after":"39ec0bf2dba93178155f9f759c07d6f0906b51af","ref":"refs/heads/master","pushedAt":"2024-03-09T20:08:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Update to pyproject.toml specification, update workflows (#76)\n\n* Add pyproject.toml\r\n\r\n* Remove old specs from setup.py\r\n\r\n* Add dependabot\r\n\r\n* Update build and deploy github workflow\r\n\r\n* Add ripser.py as an optional dependency\r\n\r\n* Update testing workflow, rename to test\r\n\r\n* Remove dist specification from action\r\n\r\n* Allow for python 3.7\r\n\r\n* Remove python requirement; remove build, wheel, and toml setuptool requires\r\n\r\n* Bump version\r\n\r\n* Add Abe as maintainer","shortMessageHtmlLink":"Update to pyproject.toml specification, update workflows (#76)"}},{"before":"71187b2bd729aff978a1aabb03cb61a605f60e79","after":"a44f6ebd18e36c4b37ac3dcb0f1a91aaf3f58a0e","ref":"refs/heads/master","pushedAt":"2024-03-06T13:32:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Broken machine learning notebook (#78)\n\n* Fix broken notebook\r\n\r\n* Remove empty cells, fix header\r\n\r\n* Bump version","shortMessageHtmlLink":"Broken machine learning notebook (#78)"}},{"before":"112665deccfd3878d1c4239433ac519bfd0af330","after":"71187b2bd729aff978a1aabb03cb61a605f60e79","ref":"refs/heads/master","pushedAt":"2024-02-25T21:25:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Fix bug in persim.bottleneck calculation (#75)\n\n* Add issue test\r\n\r\n* Remove modificatin of ds\r\n\r\n* Bump version, fix broken badges in docs\r\n\r\n* Bump version, add tests\r\n\r\n* Modify test for matching shape\r\n\r\n* Remove old travis badge","shortMessageHtmlLink":"Fix bug in persim.bottleneck calculation (#75)"}},{"before":"f58729c95b18c05782bc4ae8c458bdbfe2e88184","after":"112665deccfd3878d1c4239433ac519bfd0af330","ref":"refs/heads/master","pushedAt":"2024-02-20T13:25:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Fix documentation (#74)\n\n* Update readthedocs yml to new style\r\n\r\n* Update index.rst for landscape paths\r\n\r\n* Update notebook\r\n\r\n* Add all variable, remove unnec docstring\r\n\r\n* Revert index.rst change\r\n\r\n* Update conf.py settings for toc overlap\r\n\r\n* Update notebook\r\n\r\n* Update badges\r\n\r\nThe travis CI build status badge wasn't working, so it was removed. Used new badge for downloads\r\n\r\n* Run ruff on landscape code, fix typo\r\n\r\n* Update notebook code, add new userguide notebook, add to ToC\r\n\r\n* Update notebook\r\n\r\n* Formatting tweaks to notebooks\r\n\r\n* Return axes, figure objects with landscape viz code. Update notebooks\r\n\r\n* More notebook tweaking\r\n\r\n* Add basic viz end-to-end test\r\n\r\n---------\r\n\r\nCo-authored-by: Michael Catanzaro ","shortMessageHtmlLink":"Fix documentation (#74)"}},{"before":"e1fb188885c155742802bfbfdb9f808e3945e8cd","after":"f58729c95b18c05782bc4ae8c458bdbfe2e88184","ref":"refs/heads/master","pushedAt":"2024-02-11T21:17:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Fix pl plotting (#55)\n\n* Fix labels for plots\r\n\r\nThe previous label keyword had no effect; this fixes that and adds doc string entries for labels.\r\n\r\n* Add max_depth attribute to PersLandscapeApprox\r\n\r\n* Fix depth axis\r\n\r\nThe tick marks on the y-axis (corresponding to depth of the landscapes) were completely off and mislabeled.\r\n\r\n* Add 'depth_range' parameter to signature\r\n\r\nThe new 'depth_range' parameter allows the user to specify a range of depths to be plotted.\r\nOmitting it plots all depths.\r\n\r\n* Clean up doc strings and signatures\r\n\r\nThe doc strings were previously in the helper functions, which were not\r\npublicly accessible. Move the docstrings into the two main plotting functions\r\nand clean up the signatures of the plotting functions.\r\n\r\n* Fix padding\r\n\r\nThe previous way of padding the figures changed their values slightly. The 'padding' parameter now\r\nadds a slight margin to the plot, especially useful for 2-d 'simple' plots.\r\n\r\n* Remove depth_spacing/depth_padding\r\n\r\n`depth_spacing` caused overcrowding issues with labelling. If it needs to be modified, it should be\r\ndone on a case by case basis by passing an axis.\r\n\r\n* Fix \"gca('3d') deprecation warning\"\r\n\r\n* Update notebooks","shortMessageHtmlLink":"Fix pl plotting (#55)"}},{"before":"c35fa049de6c16e9d508e5b92a6df017f9390191","after":"e1fb188885c155742802bfbfdb9f808e3945e8cd","ref":"refs/heads/master","pushedAt":"2023-10-19T13:41:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"catanzaromj","name":"Michael Catanzaro","path":"/catanzaromj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25447423?s=80&v=4"},"commit":{"message":"Update python versions in CI (#73)\n\n* Update python versions in CI\r\n\r\n* Run black\r\n\r\n* Fix transformer API to match sklearn\r\n\r\n* change collections.Iterable to typing.Iterable\r\n\r\n* Update tests\r\n\r\n---------\r\n\r\nCo-authored-by: Michael Catanzaro ","shortMessageHtmlLink":"Update python versions in CI (#73)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEERxDggA","startCursor":null,"endCursor":null}},"title":"Activity ยท scikit-tda/persim"}