{"id":20982415,"url":"https://github.com/juliaaplavin/intervalunions.jl","last_synced_at":"2026-04-08T14:02:59.212Z","repository":{"id":238906058,"uuid":"759481739","full_name":"JuliaAPlavin/IntervalUnions.jl","owner":"JuliaAPlavin","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-22T19:35:58.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T12:05:58.175Z","etag":null,"topics":["intervals","math"],"latest_commit_sha":null,"homepage":"","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaAPlavin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-18T17:57:39.000Z","updated_at":"2024-09-24T18:40:24.000Z","dependencies_parsed_at":"2024-05-08T20:12:13.344Z","dependency_job_id":null,"html_url":"https://github.com/JuliaAPlavin/IntervalUnions.jl","commit_stats":null,"previous_names":["juliaaplavin/intervalunions.jl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FIntervalUnions.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FIntervalUnions.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FIntervalUnions.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaAPlavin%2FIntervalUnions.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaAPlavin","download_url":"https://codeload.github.com/JuliaAPlavin/IntervalUnions.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243384943,"owners_count":20282463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":["intervals","math"],"created_at":"2024-11-19T05:45:31.225Z","updated_at":"2025-12-28T14:22:35.422Z","avatar_url":"https://github.com/JuliaAPlavin.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IntervalUnions.jl\n\nExtend [IntervalSets.jl](https://github.com/JuliaMath/IntervalSets.jl) with _interval unions_ -- unions of disjoint intervals. Not all operations are type-stable for now, this is subject to further improvements.\n\n## Examples\n\n```julia\njulia\u003e iu = IntervalUnion((1..2., 3..4.))\n1.0..2.0 ∪ 3.0..4.0\n\njulia\u003e iu ∪ (10..11.)\n1.0..2.0 ∪ 3.0..4.0 ∪ 10.0..11.0\n\njulia\u003e setdiff(iu, 1.3..3)\n1.0..1.3 (closed–open) ∪ 3.0..4.0 (open–closed)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaplavin%2Fintervalunions.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaaplavin%2Fintervalunions.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaaplavin%2Fintervalunions.jl/lists"}