[{"id":75178,"name":"py-ctgan","ecosystem":"spack","description":"CTGAN is a collection of Deep Learning based Synthetic Data Generators\nfor single table data, which are able to learn from real data and\ngenerate synthetic clones with high fidelity.\n","homepage":"https://github.com/sdv-dev/CTGAN","licenses":"[]","normalized_licenses":["Other"],"repository_url":"https://github.com/sdv-dev/CTGAN","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2022-04-05T09:23:45.717Z","latest_release_published_at":"2022-04-05T09:23:45.717Z","latest_release_number":"0.5.0","last_synced_at":"2026-08-30T21:02:55.332Z","created_at":"2022-04-05T09:23:45.691Z","updated_at":"2026-08-30T21:02:55.332Z","registry_url":"https://packages.spack.io/package.html?name=py-ctgan","install_command":"spack install py-ctgan","documentation_url":null,"metadata":{},"repo_metadata":{"id":38305072,"uuid":"207162195","full_name":"sdv-dev/CTGAN","owner":"sdv-dev","description":"Conditional GAN for generating synthetic tabular data.","archived":false,"fork":false,"pushed_at":"2026-08-10T15:01:33.000Z","size":1997,"stargazers_count":1559,"open_issues_count":39,"forks_count":332,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-08-25T00:58:09.422Z","etag":null,"topics":["data-generation","generative-adversarial-network","synthetic-data","synthetic-data-generation","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdv-dev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-08T19:24:12.000Z","updated_at":"2026-08-24T09:53:32.000Z","dependencies_parsed_at":"2026-04-13T17:05:13.998Z","dependency_job_id":null,"html_url":"https://github.com/sdv-dev/CTGAN","commit_stats":{"total_commits":274,"total_committers":20,"mean_commits":13.7,"dds":0.7262773722627738,"last_synced_commit":"39cfbbe02da18640a880c161f38202e6ef1d0691"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sdv-dev/CTGAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/sbom","scorecard":{"id":381685,"data":{"date":"2025-08-11","repo":{"name":"github.com/sdv-dev/CTGAN","commit":"7dffa42d939fd9ad3a99890df7435ecff20078cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dependency_checker.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/minimum.yml:1","Warn: no topLevel permission defined: .github/workflows/prepare_release.yml:1","Warn: no topLevel permission defined: .github/workflows/readme.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/unit.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Info: required approving review count is 2 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/dependency_checker.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:29","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  20 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T15:35:46.594Z","repository_id":38305072,"created_at":"2025-08-18T15:35:46.594Z","updated_at":"2025-08-18T15:35:46.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36890124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sdv-dev","name":"The Synthetic Data Vault Project","uuid":"59050321","kind":"organization","description":"","email":"sdv@sdv.dev","website":"https://sdv.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59050321?v=4","repositories_count":9,"last_synced_at":"2023-03-04T01:43:48.499Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sdv-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:50:42.861Z","updated_at":"2023-03-04T01:43:48.655Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev/repositories"},"tags":[{"name":"v0.12.1","sha":"826da23f8f9385ad15fd206ecad691e04cb0ccdc","kind":"commit","published_at":"2026-02-13T03:07:11.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"e31d8060d0277a1a9d2459222f800f27a0813844","kind":"commit","published_at":"2026-01-27T21:24:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0/manifests"},{"name":"v0.11.1","sha":"d16f14c6c2686e7efb3970f6839efe9f5ae2bbcf","kind":"commit","published_at":"2025-10-30T21:16:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"8f332b0c341355daa408d7fd8d8cc2c58ff836e1","kind":"tag","published_at":"2025-02-26T20:05:21.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"bc8d653281f4a79e5bfc5678a3d31865008515a8","kind":"tag","published_at":"2024-10-22T15:44:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"63659c831a66072926dcee9aab3d89937643292f","kind":"tag","published_at":"2024-05-13T15:38:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"a7a54eb70615ced7574d3781d07bcfdf2fd06b35","kind":"tag","published_at":"2024-04-11T20:24:17.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"c258d865b4ae129e7ba424d0cb522d89c453432f","kind":"tag","published_at":"2024-03-14T15:03:39.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"4e79df332314d16b35f85ee61183d7ff84d50921","kind":"commit","published_at":"2024-02-13T21:25:05.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"dbe8cd2b6743db8ab58608935910f02347a3cd2a","kind":"commit","published_at":"2023-11-13T18:53:45.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.8.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"3a9a3076bacc25d4d767c5759762521e8d4c63d3","kind":"commit","published_at":"2023-10-05T21:41:40.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.5","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"d3d3b7cf9e13f7f4158ac09ca2c60dd11bb21b9a","kind":"commit","published_at":"2023-07-25T17:36:58.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.4","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"2153ebcb97fb0b3434913da9dca531f4ea345158","kind":"commit","published_at":"2023-05-25T18:58:32.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"b42f3aef4c99e3cdfb580c0c3d0061e019f37535","kind":"commit","published_at":"2023-05-09T17:51:59.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"7866a4d3200ae517d42242a219afc0b50d0bd083","kind":"commit","published_at":"2023-02-23T22:21:41.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"515581b2b1aafbf32793024836edb799771acc6f","kind":"commit","published_at":"2023-01-20T22:22:06.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"eb0bdba60ced468889d49e4d0b1ac9652cf169db","kind":"commit","published_at":"2022-10-07T17:29:33.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.6.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"299b5246c4b39219caf4f61842663a92d1518343","kind":"commit","published_at":"2022-08-19T03:10:44.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"770619bf0080287468178500b2e7f2fa1c45c162","kind":"commit","published_at":"2022-02-25T20:43:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"dbed09128b41ee94ff51cb7eb4881907c010405d","kind":"commit","published_at":"2021-11-18T21:37:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"3ef08efd30f83edb62a3c07afa493f2cadd1735e","kind":"commit","published_at":"2021-07-12T16:30:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"2d455614b36154544dd22708db95ff573b64fb94","kind":"commit","published_at":"2021-04-27T20:21:34.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"df85532e7273c2ca5a39b7210832d63f02e6ba6d","kind":"commit","published_at":"2021-03-30T00:15:46.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fc5ab8c3b22621578ca7e0734d90881ad2b02b78","kind":"commit","published_at":"2021-02-24T21:21:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9405765310ee6debd3fd4aa513658c881c453699","kind":"commit","published_at":"2021-01-27T21:58:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f71b5cdf0597d2f76369439ef274349f3cde73e8","kind":"commit","published_at":"2020-12-18T18:38:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"32b266d0aa02f7c1a8346ea2690a31c9306431f5","kind":"commit","published_at":"2020-11-13T18:08:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2d79e8e023e93317716ff28f1783d71ea4773a19","kind":"commit","published_at":"2020-01-27T13:03:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"134547ae3435b74ca0230387bf64d62574b4ef5f","kind":"commit","published_at":"2019-12-18T19:44:02.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"7576f88e506465ed5e2adee27db499ef1a965ba2","kind":"commit","published_at":"2019-11-08T03:16:00.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.1.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-26T07:11:07.344Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":28.06725024315687,"stargazers_count":8.142281506183132,"forks_count":6.947339169098235,"average":10.78921772960956},"purl":"pkg:spack/py-ctgan","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/spack/py-ctgan","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/spack/py-ctgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/spack/py-ctgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T00:58:35.104Z","issues_count":123,"pull_requests_count":227,"avg_time_to_close_issue":10385866.612903226,"avg_time_to_close_pull_request":3244287.347150259,"issues_closed_count":93,"pull_requests_closed_count":193,"pull_request_authors_count":26,"issue_authors_count":77,"avg_comments_per_issue":1.6585365853658538,"avg_comments_per_pull_request":0.6740088105726872,"merged_pull_requests_count":158,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":2,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":830279.5714285715,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.1,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/issues","maintainers":[{"login":"fealho","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fealho"},{"login":"pvk-developer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvk-developer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages/py-ctgan/codemeta","maintainers":[{"uuid":"adamjstewart","login":"adamjstewart","name":null,"email":null,"url":"https://github.com/adamjstewart","packages_count":2152,"html_url":null,"role":null,"created_at":"2022-11-14T16:50:36.151Z","updated_at":"2022-11-14T16:50:36.151Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers/adamjstewart/packages"}],"registry":{"name":"spack.io","url":"https://packages.spack.io","ecosystem":"spack","default":true,"packages_count":9309,"maintainers_count":1033,"namespaces_count":0,"keywords_count":4037,"github":"spack","metadata":{"funded_packages_count":516},"icon_url":"https://github.com/spack.png","created_at":"2022-04-04T15:19:23.514Z","updated_at":"2026-08-31T05:06:39.488Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/spack.io/namespaces"}},{"id":2684792,"name":"ctgan","ecosystem":"pypi","description":"Create tabular synthetic data using a conditional GAN","homepage":null,"licenses":"BUSL-1.1","normalized_licenses":["SSPL-1.0"],"repository_url":"https://github.com/sdv-dev/CTGAN","keywords_array":["ctgan","CTGAN"],"namespace":null,"versions_count":78,"first_release_published_at":"2019-11-08T03:11:32.000Z","latest_release_published_at":"2026-02-13T03:22:39.000Z","latest_release_number":"0.12.1","last_synced_at":"2026-08-30T21:02:55.393Z","created_at":"2022-04-10T10:29:55.422Z","updated_at":"2026-08-30T21:02:55.394Z","registry_url":"https://pypi.org/project/ctgan/","install_command":"pip install ctgan --index-url https://pypi.org/simple","documentation_url":"https://ctgan.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 2 - Pre-Alpha","Intended Audience :: Developers","Natural Language :: English","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering :: Artificial Intelligence"],"normalized_name":"ctgan","project_status":null},"repo_metadata":{"id":38305072,"uuid":"207162195","full_name":"sdv-dev/CTGAN","owner":"sdv-dev","description":"Conditional GAN for generating synthetic tabular data.","archived":false,"fork":false,"pushed_at":"2026-08-10T15:01:33.000Z","size":1997,"stargazers_count":1559,"open_issues_count":39,"forks_count":332,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-08-25T00:58:09.422Z","etag":null,"topics":["data-generation","generative-adversarial-network","synthetic-data","synthetic-data-generation","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdv-dev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-08T19:24:12.000Z","updated_at":"2026-08-24T09:53:32.000Z","dependencies_parsed_at":"2026-04-13T17:05:13.998Z","dependency_job_id":null,"html_url":"https://github.com/sdv-dev/CTGAN","commit_stats":{"total_commits":274,"total_committers":20,"mean_commits":13.7,"dds":0.7262773722627738,"last_synced_commit":"39cfbbe02da18640a880c161f38202e6ef1d0691"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sdv-dev/CTGAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/sbom","scorecard":{"id":381685,"data":{"date":"2025-08-11","repo":{"name":"github.com/sdv-dev/CTGAN","commit":"7dffa42d939fd9ad3a99890df7435ecff20078cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dependency_checker.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/minimum.yml:1","Warn: no topLevel permission defined: .github/workflows/prepare_release.yml:1","Warn: no topLevel permission defined: .github/workflows/readme.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/unit.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Info: required approving review count is 2 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/dependency_checker.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:29","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  20 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T15:35:46.594Z","repository_id":38305072,"created_at":"2025-08-18T15:35:46.594Z","updated_at":"2025-08-18T15:35:46.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36890124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sdv-dev","name":"The Synthetic Data Vault Project","uuid":"59050321","kind":"organization","description":"","email":"sdv@sdv.dev","website":"https://sdv.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59050321?v=4","repositories_count":9,"last_synced_at":"2023-03-04T01:43:48.499Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sdv-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:50:42.861Z","updated_at":"2023-03-04T01:43:48.655Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev/repositories"},"tags":[{"name":"v0.12.1","sha":"826da23f8f9385ad15fd206ecad691e04cb0ccdc","kind":"commit","published_at":"2026-02-13T03:07:11.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"e31d8060d0277a1a9d2459222f800f27a0813844","kind":"commit","published_at":"2026-01-27T21:24:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0/manifests"},{"name":"v0.11.1","sha":"d16f14c6c2686e7efb3970f6839efe9f5ae2bbcf","kind":"commit","published_at":"2025-10-30T21:16:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"8f332b0c341355daa408d7fd8d8cc2c58ff836e1","kind":"tag","published_at":"2025-02-26T20:05:21.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"bc8d653281f4a79e5bfc5678a3d31865008515a8","kind":"tag","published_at":"2024-10-22T15:44:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"63659c831a66072926dcee9aab3d89937643292f","kind":"tag","published_at":"2024-05-13T15:38:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"a7a54eb70615ced7574d3781d07bcfdf2fd06b35","kind":"tag","published_at":"2024-04-11T20:24:17.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"c258d865b4ae129e7ba424d0cb522d89c453432f","kind":"tag","published_at":"2024-03-14T15:03:39.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"4e79df332314d16b35f85ee61183d7ff84d50921","kind":"commit","published_at":"2024-02-13T21:25:05.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"dbe8cd2b6743db8ab58608935910f02347a3cd2a","kind":"commit","published_at":"2023-11-13T18:53:45.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.8.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"3a9a3076bacc25d4d767c5759762521e8d4c63d3","kind":"commit","published_at":"2023-10-05T21:41:40.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.5","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"d3d3b7cf9e13f7f4158ac09ca2c60dd11bb21b9a","kind":"commit","published_at":"2023-07-25T17:36:58.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.4","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"2153ebcb97fb0b3434913da9dca531f4ea345158","kind":"commit","published_at":"2023-05-25T18:58:32.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"b42f3aef4c99e3cdfb580c0c3d0061e019f37535","kind":"commit","published_at":"2023-05-09T17:51:59.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"7866a4d3200ae517d42242a219afc0b50d0bd083","kind":"commit","published_at":"2023-02-23T22:21:41.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"515581b2b1aafbf32793024836edb799771acc6f","kind":"commit","published_at":"2023-01-20T22:22:06.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"eb0bdba60ced468889d49e4d0b1ac9652cf169db","kind":"commit","published_at":"2022-10-07T17:29:33.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.6.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"299b5246c4b39219caf4f61842663a92d1518343","kind":"commit","published_at":"2022-08-19T03:10:44.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"770619bf0080287468178500b2e7f2fa1c45c162","kind":"commit","published_at":"2022-02-25T20:43:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"dbed09128b41ee94ff51cb7eb4881907c010405d","kind":"commit","published_at":"2021-11-18T21:37:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"3ef08efd30f83edb62a3c07afa493f2cadd1735e","kind":"commit","published_at":"2021-07-12T16:30:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"2d455614b36154544dd22708db95ff573b64fb94","kind":"commit","published_at":"2021-04-27T20:21:34.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"df85532e7273c2ca5a39b7210832d63f02e6ba6d","kind":"commit","published_at":"2021-03-30T00:15:46.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fc5ab8c3b22621578ca7e0734d90881ad2b02b78","kind":"commit","published_at":"2021-02-24T21:21:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9405765310ee6debd3fd4aa513658c881c453699","kind":"commit","published_at":"2021-01-27T21:58:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f71b5cdf0597d2f76369439ef274349f3cde73e8","kind":"commit","published_at":"2020-12-18T18:38:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"32b266d0aa02f7c1a8346ea2690a31c9306431f5","kind":"commit","published_at":"2020-11-13T18:08:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2d79e8e023e93317716ff28f1783d71ea4773a19","kind":"commit","published_at":"2020-01-27T13:03:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"134547ae3435b74ca0230387bf64d62574b4ef5f","kind":"commit","published_at":"2019-12-18T19:44:02.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"7576f88e506465ed5e2adee27db499ef1a965ba2","kind":"commit","published_at":"2019-11-08T03:16:00.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.1.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-27T09:16:24.581Z","dependent_packages_count":13,"downloads":91678,"downloads_period":"last-month","dependent_repos_count":29,"rankings":{"downloads":1.4248032560167456,"dependent_repos_count":2.712168057345011,"dependent_packages_count":0.6423982869379015,"stargazers_count":2.025030641911029,"forks_count":3.260326999453488,"docker_downloads_count":1.1866784249433295,"average":1.8752342777679176},"purl":"pkg:pypi/ctgan","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/ctgan","docker_dependents_count":12,"docker_downloads_count":34514,"usage_url":"https://repos.ecosyste.ms/usage/pypi/ctgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/ctgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-26T07:11:07.562Z","issues_count":123,"pull_requests_count":227,"avg_time_to_close_issue":10385866.612903226,"avg_time_to_close_pull_request":3244287.347150259,"issues_closed_count":93,"pull_requests_closed_count":193,"pull_request_authors_count":26,"issue_authors_count":77,"avg_comments_per_issue":1.6585365853658538,"avg_comments_per_pull_request":0.6740088105726872,"merged_pull_requests_count":158,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":2,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":830279.5714285715,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.1,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/issues","maintainers":[{"login":"fealho","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fealho"},{"login":"pvk-developer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvk-developer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/ctgan/codemeta","maintainers":[{"uuid":"mit_dai_lab","login":"mit_dai_lab","name":null,"email":null,"url":null,"packages_count":44,"html_url":"https://pypi.org/user/mit_dai_lab/","role":null,"created_at":"2022-11-15T07:52:30.411Z","updated_at":"2022-11-15T07:52:30.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/mit_dai_lab/packages"},{"uuid":"kveerama","login":"kveerama","name":null,"email":null,"url":null,"packages_count":8,"html_url":"https://pypi.org/user/kveerama/","role":null,"created_at":"2022-11-15T07:52:30.403Z","updated_at":"2022-11-15T07:52:30.403Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/kveerama/packages"},{"uuid":"npatki","login":"npatki","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://pypi.org/user/npatki/","role":null,"created_at":"2022-11-15T07:52:30.415Z","updated_at":"2022-11-15T07:52:30.415Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/npatki/packages"},{"uuid":"amontanez24","login":"amontanez24","name":null,"email":null,"url":null,"packages_count":10,"html_url":"https://pypi.org/user/amontanez24/","role":null,"created_at":"2022-11-15T07:52:30.420Z","updated_at":"2022-11-15T07:52:30.420Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/amontanez24/packages"},{"uuid":"fealho","login":"fealho","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://pypi.org/user/fealho/","role":null,"created_at":"2022-11-15T07:52:30.424Z","updated_at":"2022-11-15T07:52:30.424Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/fealho/packages"},{"uuid":"pvkdeveloper","login":"pvkdeveloper","name":null,"email":null,"url":null,"packages_count":12,"html_url":"https://pypi.org/user/pvkdeveloper/","role":null,"created_at":"2022-11-15T07:52:30.458Z","updated_at":"2022-11-15T07:52:30.458Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/pvkdeveloper/packages"},{"uuid":"francesh","login":"francesh","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://pypi.org/user/francesh/","role":"Maintainer","created_at":"2023-12-13T17:51:23.577Z","updated_at":"2023-12-13T17:51:23.577Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/francesh/packages"},{"uuid":"rwedge-datacebo","login":"rwedge-datacebo","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://pypi.org/user/rwedge-datacebo/","role":"Maintainer","created_at":"2023-12-13T17:51:23.617Z","updated_at":"2023-12-13T17:51:23.617Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/rwedge-datacebo/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":931858,"maintainers_count":400420,"namespaces_count":0,"keywords_count":312898,"github":"pypi","metadata":{"funded_packages_count":59177,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-08-31T05:03:28.294Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":14828640,"name":"github.com/sdv-dev/ctgan","ecosystem":"go","description":null,"homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/sdv-dev/ctgan","keywords_array":[],"namespace":null,"versions_count":30,"first_release_published_at":"2026-07-27T09:32:29.901Z","latest_release_published_at":"2026-02-13T03:07:11.000Z","latest_release_number":"v0.12.1","last_synced_at":"2026-08-30T21:03:15.780Z","created_at":"2026-07-27T09:32:27.284Z","updated_at":"2026-08-30T21:03:15.780Z","registry_url":"https://pkg.go.dev/github.com/sdv-dev/ctgan","install_command":"go get github.com/sdv-dev/ctgan","documentation_url":"https://pkg.go.dev/github.com/sdv-dev/ctgan#section-documentation","metadata":{},"repo_metadata":{"id":38305072,"uuid":"207162195","full_name":"sdv-dev/CTGAN","owner":"sdv-dev","description":"Conditional GAN for generating synthetic tabular data.","archived":false,"fork":false,"pushed_at":"2026-08-10T15:01:33.000Z","size":1997,"stargazers_count":1559,"open_issues_count":39,"forks_count":332,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-08-25T00:58:09.422Z","etag":null,"topics":["data-generation","generative-adversarial-network","synthetic-data","synthetic-data-generation","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdv-dev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-08T19:24:12.000Z","updated_at":"2026-08-24T09:53:32.000Z","dependencies_parsed_at":"2026-04-13T17:05:13.998Z","dependency_job_id":null,"html_url":"https://github.com/sdv-dev/CTGAN","commit_stats":{"total_commits":274,"total_committers":20,"mean_commits":13.7,"dds":0.7262773722627738,"last_synced_commit":"39cfbbe02da18640a880c161f38202e6ef1d0691"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sdv-dev/CTGAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/sbom","scorecard":{"id":381685,"data":{"date":"2025-08-11","repo":{"name":"github.com/sdv-dev/CTGAN","commit":"7dffa42d939fd9ad3a99890df7435ecff20078cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dependency_checker.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/minimum.yml:1","Warn: no topLevel permission defined: .github/workflows/prepare_release.yml:1","Warn: no topLevel permission defined: .github/workflows/readme.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/unit.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Info: required approving review count is 2 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/dependency_checker.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:29","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  20 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T15:35:46.594Z","repository_id":38305072,"created_at":"2025-08-18T15:35:46.594Z","updated_at":"2025-08-18T15:35:46.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36924879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-26T02:00:06.703Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sdv-dev","name":"The Synthetic Data Vault Project","uuid":"59050321","kind":"organization","description":"","email":"sdv@sdv.dev","website":"https://sdv.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59050321?v=4","repositories_count":9,"last_synced_at":"2023-03-04T01:43:48.499Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sdv-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:50:42.861Z","updated_at":"2023-03-04T01:43:48.655Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev/repositories"},"tags":[{"name":"v0.12.1","sha":"826da23f8f9385ad15fd206ecad691e04cb0ccdc","kind":"commit","published_at":"2026-02-13T03:07:11.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"e31d8060d0277a1a9d2459222f800f27a0813844","kind":"commit","published_at":"2026-01-27T21:24:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0/manifests"},{"name":"v0.11.1","sha":"d16f14c6c2686e7efb3970f6839efe9f5ae2bbcf","kind":"commit","published_at":"2025-10-30T21:16:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"8f332b0c341355daa408d7fd8d8cc2c58ff836e1","kind":"tag","published_at":"2025-02-26T20:05:21.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"bc8d653281f4a79e5bfc5678a3d31865008515a8","kind":"tag","published_at":"2024-10-22T15:44:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"63659c831a66072926dcee9aab3d89937643292f","kind":"tag","published_at":"2024-05-13T15:38:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"a7a54eb70615ced7574d3781d07bcfdf2fd06b35","kind":"tag","published_at":"2024-04-11T20:24:17.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"c258d865b4ae129e7ba424d0cb522d89c453432f","kind":"tag","published_at":"2024-03-14T15:03:39.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"4e79df332314d16b35f85ee61183d7ff84d50921","kind":"commit","published_at":"2024-02-13T21:25:05.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"dbe8cd2b6743db8ab58608935910f02347a3cd2a","kind":"commit","published_at":"2023-11-13T18:53:45.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.8.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"3a9a3076bacc25d4d767c5759762521e8d4c63d3","kind":"commit","published_at":"2023-10-05T21:41:40.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.5","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"d3d3b7cf9e13f7f4158ac09ca2c60dd11bb21b9a","kind":"commit","published_at":"2023-07-25T17:36:58.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.4","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"2153ebcb97fb0b3434913da9dca531f4ea345158","kind":"commit","published_at":"2023-05-25T18:58:32.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"b42f3aef4c99e3cdfb580c0c3d0061e019f37535","kind":"commit","published_at":"2023-05-09T17:51:59.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"7866a4d3200ae517d42242a219afc0b50d0bd083","kind":"commit","published_at":"2023-02-23T22:21:41.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"515581b2b1aafbf32793024836edb799771acc6f","kind":"commit","published_at":"2023-01-20T22:22:06.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"eb0bdba60ced468889d49e4d0b1ac9652cf169db","kind":"commit","published_at":"2022-10-07T17:29:33.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.6.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"299b5246c4b39219caf4f61842663a92d1518343","kind":"commit","published_at":"2022-08-19T03:10:44.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"770619bf0080287468178500b2e7f2fa1c45c162","kind":"commit","published_at":"2022-02-25T20:43:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"dbed09128b41ee94ff51cb7eb4881907c010405d","kind":"commit","published_at":"2021-11-18T21:37:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"3ef08efd30f83edb62a3c07afa493f2cadd1735e","kind":"commit","published_at":"2021-07-12T16:30:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"2d455614b36154544dd22708db95ff573b64fb94","kind":"commit","published_at":"2021-04-27T20:21:34.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"df85532e7273c2ca5a39b7210832d63f02e6ba6d","kind":"commit","published_at":"2021-03-30T00:15:46.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fc5ab8c3b22621578ca7e0734d90881ad2b02b78","kind":"commit","published_at":"2021-02-24T21:21:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9405765310ee6debd3fd4aa513658c881c453699","kind":"commit","published_at":"2021-01-27T21:58:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f71b5cdf0597d2f76369439ef274349f3cde73e8","kind":"commit","published_at":"2020-12-18T18:38:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"32b266d0aa02f7c1a8346ea2690a31c9306431f5","kind":"commit","published_at":"2020-11-13T18:08:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2d79e8e023e93317716ff28f1783d71ea4773a19","kind":"commit","published_at":"2020-01-27T13:03:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"134547ae3435b74ca0230387bf64d62574b4ef5f","kind":"commit","published_at":"2019-12-18T19:44:02.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"7576f88e506465ed5e2adee27db499ef1a965ba2","kind":"commit","published_at":"2019-11-08T03:16:00.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.1.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-26T18:00:26.565Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.853083542488347,"dependent_packages_count":4.547369534448248,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.700226538468298},"purl":"pkg:golang/github.com/sdv-dev/ctgan","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/sdv-dev/ctgan","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/sdv-dev/ctgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/sdv-dev/ctgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-26T07:11:07.562Z","issues_count":123,"pull_requests_count":227,"avg_time_to_close_issue":10385866.612903226,"avg_time_to_close_pull_request":3244287.347150259,"issues_closed_count":93,"pull_requests_closed_count":193,"pull_request_authors_count":26,"issue_authors_count":77,"avg_comments_per_issue":1.6585365853658538,"avg_comments_per_pull_request":0.6740088105726872,"merged_pull_requests_count":158,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":2,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":830279.5714285715,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.1,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/issues","maintainers":[{"login":"fealho","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fealho"},{"login":"pvk-developer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvk-developer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2Fctgan/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282147,"maintainers_count":0,"namespaces_count":839543,"keywords_count":126057,"github":"golang","metadata":{"funded_packages_count":68481,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-31T05:03:00.716Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14828449,"name":"github.com/sdv-dev/CTGAN","ecosystem":"go","description":null,"homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/sdv-dev/CTGAN","keywords_array":[],"namespace":null,"versions_count":30,"first_release_published_at":"2026-07-27T09:32:19.882Z","latest_release_published_at":"2026-02-13T03:07:11.000Z","latest_release_number":"v0.12.1","last_synced_at":"2026-08-30T21:04:49.505Z","created_at":"2026-07-27T09:32:16.899Z","updated_at":"2026-08-30T21:04:49.506Z","registry_url":"https://pkg.go.dev/github.com/sdv-dev/CTGAN","install_command":"go get github.com/sdv-dev/CTGAN","documentation_url":"https://pkg.go.dev/github.com/sdv-dev/CTGAN#section-documentation","metadata":{},"repo_metadata":{"id":38305072,"uuid":"207162195","full_name":"sdv-dev/CTGAN","owner":"sdv-dev","description":"Conditional GAN for generating synthetic tabular data.","archived":false,"fork":false,"pushed_at":"2026-08-10T15:01:33.000Z","size":1997,"stargazers_count":1559,"open_issues_count":39,"forks_count":332,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-08-25T00:58:09.422Z","etag":null,"topics":["data-generation","generative-adversarial-network","synthetic-data","synthetic-data-generation","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdv-dev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-08T19:24:12.000Z","updated_at":"2026-08-24T09:53:32.000Z","dependencies_parsed_at":"2026-04-13T17:05:13.998Z","dependency_job_id":null,"html_url":"https://github.com/sdv-dev/CTGAN","commit_stats":{"total_commits":274,"total_committers":20,"mean_commits":13.7,"dds":0.7262773722627738,"last_synced_commit":"39cfbbe02da18640a880c161f38202e6ef1d0691"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sdv-dev/CTGAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/sbom","scorecard":{"id":381685,"data":{"date":"2025-08-11","repo":{"name":"github.com/sdv-dev/CTGAN","commit":"7dffa42d939fd9ad3a99890df7435ecff20078cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dependency_checker.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/minimum.yml:1","Warn: no topLevel permission defined: .github/workflows/prepare_release.yml:1","Warn: no topLevel permission defined: .github/workflows/readme.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/unit.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Info: required approving review count is 2 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/dependency_checker.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:29","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  20 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T15:35:46.594Z","repository_id":38305072,"created_at":"2025-08-18T15:35:46.594Z","updated_at":"2025-08-18T15:35:46.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36890124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sdv-dev","name":"The Synthetic Data Vault Project","uuid":"59050321","kind":"organization","description":"","email":"sdv@sdv.dev","website":"https://sdv.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59050321?v=4","repositories_count":9,"last_synced_at":"2023-03-04T01:43:48.499Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sdv-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:50:42.861Z","updated_at":"2023-03-04T01:43:48.655Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev/repositories"},"tags":[{"name":"v0.12.1","sha":"826da23f8f9385ad15fd206ecad691e04cb0ccdc","kind":"commit","published_at":"2026-02-13T03:07:11.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"e31d8060d0277a1a9d2459222f800f27a0813844","kind":"commit","published_at":"2026-01-27T21:24:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0/manifests"},{"name":"v0.11.1","sha":"d16f14c6c2686e7efb3970f6839efe9f5ae2bbcf","kind":"commit","published_at":"2025-10-30T21:16:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"8f332b0c341355daa408d7fd8d8cc2c58ff836e1","kind":"tag","published_at":"2025-02-26T20:05:21.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"bc8d653281f4a79e5bfc5678a3d31865008515a8","kind":"tag","published_at":"2024-10-22T15:44:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"63659c831a66072926dcee9aab3d89937643292f","kind":"tag","published_at":"2024-05-13T15:38:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"a7a54eb70615ced7574d3781d07bcfdf2fd06b35","kind":"tag","published_at":"2024-04-11T20:24:17.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"c258d865b4ae129e7ba424d0cb522d89c453432f","kind":"tag","published_at":"2024-03-14T15:03:39.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"4e79df332314d16b35f85ee61183d7ff84d50921","kind":"commit","published_at":"2024-02-13T21:25:05.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"dbe8cd2b6743db8ab58608935910f02347a3cd2a","kind":"commit","published_at":"2023-11-13T18:53:45.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.8.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"3a9a3076bacc25d4d767c5759762521e8d4c63d3","kind":"commit","published_at":"2023-10-05T21:41:40.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.5","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"d3d3b7cf9e13f7f4158ac09ca2c60dd11bb21b9a","kind":"commit","published_at":"2023-07-25T17:36:58.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.4","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"2153ebcb97fb0b3434913da9dca531f4ea345158","kind":"commit","published_at":"2023-05-25T18:58:32.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"b42f3aef4c99e3cdfb580c0c3d0061e019f37535","kind":"commit","published_at":"2023-05-09T17:51:59.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"7866a4d3200ae517d42242a219afc0b50d0bd083","kind":"commit","published_at":"2023-02-23T22:21:41.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"515581b2b1aafbf32793024836edb799771acc6f","kind":"commit","published_at":"2023-01-20T22:22:06.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"eb0bdba60ced468889d49e4d0b1ac9652cf169db","kind":"commit","published_at":"2022-10-07T17:29:33.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.6.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"299b5246c4b39219caf4f61842663a92d1518343","kind":"commit","published_at":"2022-08-19T03:10:44.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"770619bf0080287468178500b2e7f2fa1c45c162","kind":"commit","published_at":"2022-02-25T20:43:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"dbed09128b41ee94ff51cb7eb4881907c010405d","kind":"commit","published_at":"2021-11-18T21:37:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"3ef08efd30f83edb62a3c07afa493f2cadd1735e","kind":"commit","published_at":"2021-07-12T16:30:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"2d455614b36154544dd22708db95ff573b64fb94","kind":"commit","published_at":"2021-04-27T20:21:34.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"df85532e7273c2ca5a39b7210832d63f02e6ba6d","kind":"commit","published_at":"2021-03-30T00:15:46.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fc5ab8c3b22621578ca7e0734d90881ad2b02b78","kind":"commit","published_at":"2021-02-24T21:21:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9405765310ee6debd3fd4aa513658c881c453699","kind":"commit","published_at":"2021-01-27T21:58:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f71b5cdf0597d2f76369439ef274349f3cde73e8","kind":"commit","published_at":"2020-12-18T18:38:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"32b266d0aa02f7c1a8346ea2690a31c9306431f5","kind":"commit","published_at":"2020-11-13T18:08:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2d79e8e023e93317716ff28f1783d71ea4773a19","kind":"commit","published_at":"2020-01-27T13:03:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"134547ae3435b74ca0230387bf64d62574b4ef5f","kind":"commit","published_at":"2019-12-18T19:44:02.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"7576f88e506465ed5e2adee27db499ef1a965ba2","kind":"commit","published_at":"2019-11-08T03:16:00.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.1.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T15:04:08.892Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.853113994082071,"dependent_packages_count":4.54740214397186,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.700258069026965},"purl":"pkg:golang/github.com/sdv-dev/%21c%21t%21g%21a%21n","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/sdv-dev/CTGAN","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/sdv-dev/CTGAN","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/sdv-dev/CTGAN/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T00:58:35.104Z","issues_count":123,"pull_requests_count":227,"avg_time_to_close_issue":10385866.612903226,"avg_time_to_close_pull_request":3244287.347150259,"issues_closed_count":93,"pull_requests_closed_count":193,"pull_request_authors_count":26,"issue_authors_count":77,"avg_comments_per_issue":1.6585365853658538,"avg_comments_per_pull_request":0.6740088105726872,"merged_pull_requests_count":158,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":2,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":830279.5714285715,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.1,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/issues","maintainers":[{"login":"fealho","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fealho"},{"login":"pvk-developer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvk-developer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fsdv-dev%2FCTGAN/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282147,"maintainers_count":0,"namespaces_count":839543,"keywords_count":126057,"github":"golang","metadata":{"funded_packages_count":68481,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-31T05:03:00.716Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":5296185,"name":"ctgan","ecosystem":"conda","description":null,"homepage":"https://github.com/sdv-dev/CTGAN","licenses":"BUSL-1.1","normalized_licenses":["SSPL-1.0"],"repository_url":"https://github.com/sdv-dev/CTGAN","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2021-11-19T17:42:33.000Z","latest_release_published_at":"2022-10-11T22:06:44.000Z","latest_release_number":"0.6.0","last_synced_at":"2026-03-26T18:40:35.167Z","created_at":"2022-10-03T16:00:06.976Z","updated_at":"2026-08-26T12:03:43.368Z","registry_url":"https://anaconda.org/conda-forge/ctgan","install_command":"conda install -c conda-forge ctgan","documentation_url":null,"metadata":{},"repo_metadata":{"id":38305072,"uuid":"207162195","full_name":"sdv-dev/CTGAN","owner":"sdv-dev","description":"Conditional GAN for generating synthetic tabular data.","archived":false,"fork":false,"pushed_at":"2026-08-10T15:01:33.000Z","size":1997,"stargazers_count":1559,"open_issues_count":39,"forks_count":332,"subscribers_count":21,"default_branch":"main","last_synced_at":"2026-08-25T00:58:09.422Z","etag":null,"topics":["data-generation","generative-adversarial-network","synthetic-data","synthetic-data-generation","tabular-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdv-dev.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-08T19:24:12.000Z","updated_at":"2026-08-24T09:53:32.000Z","dependencies_parsed_at":"2026-04-13T17:05:13.998Z","dependency_job_id":null,"html_url":"https://github.com/sdv-dev/CTGAN","commit_stats":{"total_commits":274,"total_committers":20,"mean_commits":13.7,"dds":0.7262773722627738,"last_synced_commit":"39cfbbe02da18640a880c161f38202e6ef1d0691"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/sdv-dev/CTGAN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/sbom","scorecard":{"id":381685,"data":{"date":"2025-08-11","repo":{"name":"github.com/sdv-dev/CTGAN","commit":"7dffa42d939fd9ad3a99890df7435ecff20078cf"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 22/30 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"13 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/dependency_checker.yml:1","Warn: no topLevel permission defined: .github/workflows/integration.yml:1","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/minimum.yml:1","Warn: no topLevel permission defined: .github/workflows/prepare_release.yml:1","Warn: no topLevel permission defined: .github/workflows/readme.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/unit.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":5,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Info: required approving review count is 2 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Info: 'up-to-date branches' is required to merge on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/dependency_checker.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/dependency_checker.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/integration.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/integration.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/integration.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/lint.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/minimum.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/minimum.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/prepare_release.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/prepare_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/readme.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/readme.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/unit.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/unit.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/sdv-dev/CTGAN/unit.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/dependency_checker.yml:17","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/integration.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/lint.yml:24","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/minimum.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/prepare_release.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/readme.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:37","Warn: pipCommand not pinned by hash: .github/workflows/release.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/unit.yml:29","Info:   0 out of  16 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  20 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 22 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T15:35:46.594Z","repository_id":38305072,"created_at":"2025-08-18T15:35:46.594Z","updated_at":"2025-08-18T15:35:46.594Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36890124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-24T02:00:14.037Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"sdv-dev","name":"The Synthetic Data Vault Project","uuid":"59050321","kind":"organization","description":"","email":"sdv@sdv.dev","website":"https://sdv.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/59050321?v=4","repositories_count":9,"last_synced_at":"2023-03-04T01:43:48.499Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/sdv-dev","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T07:50:42.861Z","updated_at":"2023-03-04T01:43:48.655Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdv-dev/repositories"},"tags":[{"name":"v0.12.1","sha":"826da23f8f9385ad15fd206ecad691e04cb0ccdc","kind":"commit","published_at":"2026-02-13T03:07:11.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"e31d8060d0277a1a9d2459222f800f27a0813844","kind":"commit","published_at":"2026-01-27T21:24:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.12.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.12.0/manifests"},{"name":"v0.11.1","sha":"d16f14c6c2686e7efb3970f6839efe9f5ae2bbcf","kind":"commit","published_at":"2025-10-30T21:16:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.1/manifests"},{"name":"v0.11.0","sha":"8f332b0c341355daa408d7fd8d8cc2c58ff836e1","kind":"tag","published_at":"2025-02-26T20:05:21.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.11.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"bc8d653281f4a79e5bfc5678a3d31865008515a8","kind":"tag","published_at":"2024-10-22T15:44:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"63659c831a66072926dcee9aab3d89937643292f","kind":"tag","published_at":"2024-05-13T15:38:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"a7a54eb70615ced7574d3781d07bcfdf2fd06b35","kind":"tag","published_at":"2024-04-11T20:24:17.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.10.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.10.0/manifests"},{"name":"v0.9.1","sha":"c258d865b4ae129e7ba424d0cb522d89c453432f","kind":"tag","published_at":"2024-03-14T15:03:39.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.1/manifests"},{"name":"v0.9.0","sha":"4e79df332314d16b35f85ee61183d7ff84d50921","kind":"commit","published_at":"2024-02-13T21:25:05.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.9.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"dbe8cd2b6743db8ab58608935910f02347a3cd2a","kind":"commit","published_at":"2023-11-13T18:53:45.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.8.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.8.0/manifests"},{"name":"v0.7.5","sha":"3a9a3076bacc25d4d767c5759762521e8d4c63d3","kind":"commit","published_at":"2023-10-05T21:41:40.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.5","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.5/manifests"},{"name":"v0.7.4","sha":"d3d3b7cf9e13f7f4158ac09ca2c60dd11bb21b9a","kind":"commit","published_at":"2023-07-25T17:36:58.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.4","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.4/manifests"},{"name":"v0.7.3","sha":"2153ebcb97fb0b3434913da9dca531f4ea345158","kind":"commit","published_at":"2023-05-25T18:58:32.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.3/manifests"},{"name":"v0.7.2","sha":"b42f3aef4c99e3cdfb580c0c3d0061e019f37535","kind":"commit","published_at":"2023-05-09T17:51:59.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.2/manifests"},{"name":"v0.7.1","sha":"7866a4d3200ae517d42242a219afc0b50d0bd083","kind":"commit","published_at":"2023-02-23T22:21:41.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.1/manifests"},{"name":"v0.7.0","sha":"515581b2b1aafbf32793024836edb799771acc6f","kind":"commit","published_at":"2023-01-20T22:22:06.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.7.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"eb0bdba60ced468889d49e4d0b1ac9652cf169db","kind":"commit","published_at":"2022-10-07T17:29:33.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.6.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.6.0/manifests"},{"name":"v0.5.2","sha":"299b5246c4b39219caf4f61842663a92d1518343","kind":"commit","published_at":"2022-08-19T03:10:44.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"770619bf0080287468178500b2e7f2fa1c45c162","kind":"commit","published_at":"2022-02-25T20:43:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"dbed09128b41ee94ff51cb7eb4881907c010405d","kind":"commit","published_at":"2021-11-18T21:37:12.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.5.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.5.0/manifests"},{"name":"v0.4.3","sha":"3ef08efd30f83edb62a3c07afa493f2cadd1735e","kind":"commit","published_at":"2021-07-12T16:30:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.3","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.3/manifests"},{"name":"v0.4.2","sha":"2d455614b36154544dd22708db95ff573b64fb94","kind":"commit","published_at":"2021-04-27T20:21:34.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.2/manifests"},{"name":"v0.4.1","sha":"df85532e7273c2ca5a39b7210832d63f02e6ba6d","kind":"commit","published_at":"2021-03-30T00:15:46.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"fc5ab8c3b22621578ca7e0734d90881ad2b02b78","kind":"commit","published_at":"2021-02-24T21:21:52.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.4.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"9405765310ee6debd3fd4aa513658c881c453699","kind":"commit","published_at":"2021-01-27T21:58:31.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"f71b5cdf0597d2f76369439ef274349f3cde73e8","kind":"commit","published_at":"2020-12-18T18:38:18.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.3.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"32b266d0aa02f7c1a8346ea2690a31c9306431f5","kind":"commit","published_at":"2020-11-13T18:08:51.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.2","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"2d79e8e023e93317716ff28f1783d71ea4773a19","kind":"commit","published_at":"2020-01-27T13:03:15.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.1","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"134547ae3435b74ca0230387bf64d62574b4ef5f","kind":"commit","published_at":"2019-12-18T19:44:02.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.2.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"7576f88e506465ed5e2adee27db499ef1a965ba2","kind":"commit","published_at":"2019-11-08T03:16:00.000Z","download_url":"https://codeload.github.com/sdv-dev/CTGAN/tar.gz/v0.1.0","html_url":"https://github.com/sdv-dev/CTGAN/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sdv-dev/CTGAN@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-26T12:03:43.367Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":24.40740555915964,"dependent_packages_count":28.988472478666598,"stargazers_count":13.84300613803084,"forks_count":11.981635810170168,"docker_downloads_count":null,"average":19.80512999650681},"purl":"pkg:conda/ctgan?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/ctgan","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/ctgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/ctgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-26T07:11:07.562Z","issues_count":123,"pull_requests_count":227,"avg_time_to_close_issue":10385866.612903226,"avg_time_to_close_pull_request":3244287.347150259,"issues_closed_count":93,"pull_requests_closed_count":193,"pull_request_authors_count":26,"issue_authors_count":77,"avg_comments_per_issue":1.6585365853658538,"avg_comments_per_pull_request":0.6740088105726872,"merged_pull_requests_count":158,"bot_issues_count":0,"bot_pull_requests_count":4,"past_year_issues_count":2,"past_year_pull_requests_count":10,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":830279.5714285715,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":1.1,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":1,"past_year_merged_pull_requests_count":6,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdv-dev%2FCTGAN/issues","maintainers":[{"login":"fealho","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/fealho"},{"login":"pvk-developer","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/pvk-developer"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/ctgan/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2367},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-08-31T05:06:23.496Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}}]