openmdao-scop

Scop is an opinionated, self-contained data format and post-optimization toolchain

https://github.com/ovidner/openmdao-scop

Science Score: 67.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 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Scop is an opinionated, self-contained data format and post-optimization toolchain

Basic Info
  • Host: GitHub
  • Owner: ovidner
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 225 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 1
  • Releases: 14
Created over 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

Scop

DOI

Scop is an opinionated, self-contained data format and toolchain for use in multi-disciplinary design optimization. More specifically, it provides utilities for describing your models and variables prior to optimization, so that you get a neat, xarray-based dataset to manipulate after optimization (or DoE) runtime. It also provides utilities for performing common post-optimization tasks.

Scop's pre-optimization utilities are probably most useful in cases where you have many models and variables to manage and especially when your variables might be multi-dimensional.

Scop has been developed under academic-industrial cooperation. Please see the following papers for application examples:

How do I get it?

You use Conda, and run the following in your environment:

conda install ovidner::openmdao-scop

How do I use it?

Until I write some decent documentation, let me know what you want to do, and I'll try to see if Scop can help you.

What's up with the name?

It's just a word, because...

  • I'm tired of cheesy acronyms.
  • Just using a word gives me a greater freedom to pivot the project without necessarily changing its name.

If Scop were to be an acronym, it could stand for Self-Contained Optimization Pile-of-data.

Owner

  • Name: Olle Vidner
  • Login: ovidner
  • Kind: user
  • Location: Linköping, Sweden
  • Company: Linköping University @DesignAutomationLaboratory

PhD student, mechanical engineer and developer. I like coffee, optimization, automation, the question "why?" and German easy-listening music from 1967–1973.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata supplied in the CITATION.cff file."
doi: 10.5281/zenodo.4263728
title: "Scop"
authors:
  - family-names: Vidner
    given-names: Olle
    affiliation: Linköping University
    orcid: https://orcid.org/0000-0002-1157-2480
license: MIT
repository-code: https://github.com/ovidner/openmdao-scop

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 61
  • Total Committers: 1
  • Avg Commits per committer: 61.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Olle Vidner o****e@v****e 61
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ovidner (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • conda-incubator/setup-miniconda v2 composite
setup.py pypi
  • openmdao *