nemo.jl

Julia bindings for the FLINT number theory C library

https://github.com/nemocas/nemo.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    16 of 52 committers (30.8%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary

Keywords

abstract-algebra algebra computer-algebra julia julia-package math polynomials

Keywords from Contributors

mathematics maths algebraic-number-theory class-field-theory discrete-mathematics number-theory julialang numerical programming-language computer-algebra-system
Last synced: 6 months ago · JSON representation ·

Repository

Julia bindings for the FLINT number theory C library

Basic Info
Statistics
  • Stars: 206
  • Watchers: 10
  • Forks: 65
  • Open Issues: 114
  • Releases: 177
Topics
abstract-algebra algebra computer-algebra julia julia-package math polynomials
Created almost 10 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.maintainer.md

Directions for overriding the C libraries

FLINT

In .julia/artifacts you should have or make a file Overrides.toml with the following entry (replace /usr/local with the location of your installation)

[e134572f-a0d5-539d-bddf-3cad8db41a82] FLINT = "/usr/local"

The UUID is that of FLINT_jll, which is available in Nemo's Project.toml. Note the case sensitivity of the artifact name: if the jll is called XxX_jll, the entry should be XxX =. This is all that is needed to override the FLINT location. If it has worked:

julia> using Nemo julia> Nemo.libflint "/usr/local/lib/libflint.so"

Troubleshooting guide:

  • If setting up the override for the first time, Nemo should be re-precompiled. This can be triggered by touching a source file.

  • Several of the other libraries depending on FLINT might want a specific so-version of FLINT. This can be tweaked by hacking the FLINT makefile.

Arb

For Arb, adapt the following entry for Overrides.toml:

[d9960996-1013-53c9-9ba4-74a4155039c3] Arb = "/usr/local"

Antic

For Antic, adapt the following entry for Overrides.toml:

[e21ec000-9f72-519e-ba6d-10061e575a27] Antic = "/usr/local"

Calcium

For Calcium, adapt the following entry for Overrides.toml:

[fcfa6d1b-d8ce-59d5-8c0a-c0d7f69e4f40] Calcium = "/usr/local"

Owner

  • Name: Nemocas
  • Login: Nemocas
  • Kind: organization

Citation (CITATION.bib)

@inproceedings{Nemo.jl-2017,
  author = {Fieker, Claus and Hart, William and Hofmann, Tommy and Johansson, Fredrik},
  title = {Nemo/Hecke: Computer Algebra and Number Theory Packages for the Julia Programming Language},
  booktitle = {Proceedings of the 2017 ACM on International Symposium on Symbolic and Algebraic Computation},
  series = {ISSAC '17},
  year = {2017},
  pages = {157--164},
  numpages = {8},
  url = {https://doi.acm.org/10.1145/3087604.3087611},
  doi = {10.1145/3087604.3087611},
  publisher = {ACM},
  address = {New York, NY, USA},
}

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 2,698
  • Total Committers: 52
  • Avg Commits per committer: 51.885
  • Development Distribution Score (DDS): 0.506
Top Committers
Name Email Commits
William Hart g****t@g****m 1,334
Tommy Hofmann t****a@g****m 566
Claus Fieker f****r@m****e 132
kalmar k****r@a****l 99
Max Horn m****x@q****e 84
Rafael Fourquet f****l@g****m 75
Fredrik Johansson f****n@g****m 64
Johannes Schmitt j****t@p****u 59
dan t****2@g****m 54
Albin Ahlbäck a****k@g****m 38
Édouard Rousseau e****u@e****r 29
Robo s****8@g****m 29
Édouard Rousseau r****d@g****m 19
Martin Raum m****n@r****u 16
Claus Fieker c****r@g****m 15
Florian Heiderich f****n@h****g 8
Édouard Rousseau e****u@u****r 8
Alex J Best a****t@g****m 6
ThomasBreuer s****m@m****e 5
Jorge Fernández de Cossío Díaz c****o@u****m 5
CarloSircana s****a@m****e 4
Avi Kulkarni a****h@m****e 4
Luca De Feo d****o@p****n 4
Remi i****h@m****e 3
Oleksandr Motsak h****Y 3
Johannes Hoffmann j****n@r****e 3
Andreas Steenpass s****s@m****e 3
Henry Gebhardt h****t@p****u 2
PeterLuschny p****y@g****m 2
Keno Fischer k****o@a****u 2
and 22 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 169
  • Total pull requests: 953
  • Average time to close issues: over 1 year
  • Average time to close pull requests: 11 days
  • Total issue authors: 41
  • Total pull request authors: 33
  • Average comments per issue: 2.52
  • Average comments per pull request: 1.98
  • Merged pull requests: 770
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 43
  • Pull requests: 427
  • Average time to close issues: 22 days
  • Average time to close pull requests: 5 days
  • Issue authors: 13
  • Pull request authors: 23
  • Average comments per issue: 0.74
  • Average comments per pull request: 1.74
  • Merged pull requests: 325
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
  • fingolfin (43)
  • wbhart (18)
  • lgoettgens (17)
  • thofma (14)
  • albinahlback (9)
  • laurentbartholdi (7)
  • fredrik-johansson (6)
  • sumiya11 (5)
  • JohnAAbbott (4)
  • kirtsar (3)
  • rburing (3)
  • ThomasBreuer (3)
  • mgkurtz (3)
  • zhaoli-IHEP (2)
  • mjrodgers (2)
Pull Request Authors
  • fingolfin (314)
  • lgoettgens (264)
  • thofma (144)
  • joschmitt (71)
  • fieker (31)
  • JohnAAbbott (25)
  • albinahlback (14)
  • ThomasBreuer (8)
  • sumiya11 (8)
  • github-actions[bot] (7)
  • benlorenz (7)
  • aaruni96 (6)
  • felix-roehrich (5)
  • mgkurtz (5)
  • emikelsons (4)
Top Labels
Issue Labels
bug (3) flint 2.9 (1) enhancement (1) nightly (1) doc (1)
Pull Request Labels
breaking (51) release notes: not needed (49) release notes: use title (11) breaks printing (8) enhancement (6) doc (3) dependencies (3) needs FLINT release (3) needs merge commit (2) merge me (2) needs AbstractAlgebra release (2) DO NOT MERGE (2) bugfix (1) test (1) github_actions (1)

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-docdeploy latest composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/oscar.yml actions
  • actions/checkout v3 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Invalidations.yml actions
  • actions/checkout v3 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-invalidations v1 composite
  • julia-actions/setup-julia v1 composite