Science Score: 77.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
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 12 committers (8.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.2%) to scientific vocabulary

Keywords from Contributors

ipopt nlpmodels nonlinear-programming krylov linear-systems mixed-models ampl midi notes
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: JuliaSmoothOptimizers
  • License: other
  • Language: Julia
  • Default Branch: main
  • Size: 1.93 MB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 3
  • Open Issues: 13
  • Releases: 22
Created almost 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation Zenodo

README.md

NLPModelsTest

This package provides testing facilities for developers of models implementing the NLPModels API.

How to Cite

If you use NLPModelsTest.jl in your work, please cite using the format given in CITATION.cff.

DOI GitHub release codecov

CI Cirrus CI - Base Branch Build Status

Usage

During the development of your model, you might find the need for more robust tests. This package provides problems and functions to that end.

The main usage of this package are the consistency checks, which runs a comparison of two or models on all API functions.

Check the docs for the complete usage.

Bug reports and discussions

If you think you found a bug, feel free to open an issue. Focused suggestions and requests can also be opened as issues. Before opening a pull request, start an issue or a discussion on the topic, please.

If you want to ask a question not suited for a bug report, feel free to start a discussion here. This forum is for general discussion about this repository and the JuliaSmoothOptimizers, so questions about any of our packages are welcome.

Owner

  • Name: JuliaSmoothOptimizers
  • Login: JuliaSmoothOptimizers
  • Kind: organization
  • Location: DOI: 10.5281/zenodo.2655082

Infrastructure and Solvers for Continuous Optimization in Julia

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  NLPModelsTest.jl: Test functions and problems for models implementing the NLPModels API
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Tangi
    family-names: Migot
    email: tangi.migot@gmail.com
    affiliation: >-
      GERAD and Department of Mathematics and
      Industrial Engineering, Polytechnique Montréal,
      QC, Canada.
    orcid: 'https://orcid.org/0000-0001-7729-2513'
  - given-names: Dominique
    family-names: Orban
    email: dominique.orban@gerad.ca
    orcid: 'https://orcid.org/0000-0002-8017-7687'
    affiliation: >-
      GERAD and Department of Mathematics and
      Industrial Engineering, Polytechnique Montréal,
      QC, Canada
  - affiliation: 'Netherlands eScience Center, Amsterdam, NL'
    orcid: 'https://orcid.org/0000-0003-4451-281X'
    email: abel.s.siqueira@gmail.com
    given-names: Abel
    family-names: Soares Siqueira
  - given-names: contributors
identifiers:
  - description: Zenodo archive
    type: doi
    value: 10.5281/zenodo.4603933
keywords:
  - Nonlinear Optimization
  - Least squares
  - Julia
  - Nonlinear Programming
license: MPL-2.0
version: 0.9.1
date-released: '2023-07-31'
repository-code: >-
  https://github.com/JuliaSmoothOptimizers/NLPModelsTest.jl

GitHub Events

Total
  • Create event: 12
  • Commit comment event: 4
  • Release event: 2
  • Issues event: 3
  • Delete event: 9
  • Issue comment event: 6
  • Push event: 54
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 17
  • Fork event: 1
Last Year
  • Create event: 12
  • Commit comment event: 4
  • Release event: 2
  • Issues event: 3
  • Delete event: 9
  • Issue comment event: 6
  • Push event: 54
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 17
  • Fork event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 573
  • Total Committers: 12
  • Avg Commits per committer: 47.75
  • Development Distribution Score (DDS): 0.452
Top Committers
Name Email Commits
Abel Soares Siqueira a****a@g****m 314
Dominique Orban d****n@g****m 149
tmigot t****t@g****m 69
Alexis Montoison a****n@p****a 16
github-actions[bot] 4****]@u****m 7
Abel Siqueira n****1@g****m 7
abelsiqueira a****a@u****m 5
Monssaf Toukal t****f@g****m 2
JPD v****i@g****m 1
Julia TagBot 5****t@u****m 1
Xiukun Hu x****4@u****u 1
Elliot Saba s****t@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 17
  • Total pull requests: 109
  • Average time to close issues: 3 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 5
  • Total pull request authors: 7
  • Average comments per issue: 1.71
  • Average comments per pull request: 2.31
  • Merged pull requests: 97
  • Bot issues: 0
  • Bot pull requests: 19
Past Year
  • Issues: 3
  • Pull requests: 12
  • Average time to close issues: 24 days
  • Average time to close pull requests: 4 days
  • Issue authors: 2
  • Pull request authors: 4
  • Average comments per issue: 0.33
  • Average comments per pull request: 0.25
  • Merged pull requests: 8
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • tmigot (13)
  • amontoison (2)
  • dpo (1)
  • JuliaTagBot (1)
  • abelsiqueira (1)
Pull Request Authors
  • tmigot (82)
  • github-actions[bot] (20)
  • abelsiqueira (9)
  • amontoison (4)
  • JSOBot (2)
  • Copilot (1)
  • dpo (1)
Top Labels
Issue Labels
enhancement (2) documentation (1) good first issue (1) bug (1)
Pull Request Labels
formatting (17) automated pr (17) no changelog (17) enhancement (4) documentation (2) bug (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 42 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 21
juliahub.com: NLPModelsTest
  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 42 Total
Rankings
Dependent repos count: 9.9%
Forks count: 28.1%
Average: 29.2%
Dependent packages count: 38.9%
Stargazers count: 39.8%
Last synced: 7 months ago

Dependencies

.github/workflows/Breakage.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CommentPR.yml actions
  • actions/github-script v3.1.0 composite
  • actions/github-script v3 composite
.github/workflows/CompatHelper.yml actions
  • julia-actions/setup-julia latest composite
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/format_pr.yml actions
  • actions/checkout v2 composite
  • peter-evans/create-pull-request v3 composite