Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jpfairbanks/SemanticModels.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: jpfairbanks/SemanticModels.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 27, 2020

  1. Added New Badges (#254)

    * Updated Petri and Catlab APIs
    
    * Added compat entries and version bump for final release
    
    * Removed v1.0 test
    
    * Added a couple more badges
    mehalter authored Jul 27, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bbe9ca3 View commit details
Showing with 3 additions and 1 deletion.
  1. +3 −1 README.md
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,9 @@

A julia package for representing and manipulating models at the semantic level.

[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://aske.gtri.gatech.edu/docs/latest/)
[![Documentation](https://github.com/jpfairbanks/SemanticModels.jl/workflows/Documentation/badge.svg)](https://aske.gtri.gatech.edu/docs/latest/)
![Tests](https://github.com/jpfairbanks/SemanticModels.jl/workflows/Tests/badge.svg)
[![DOI](https://proceedings.juliacon.org/papers/10.21105/jcon.00057/status.svg)](https://doi.org/10.21105/jcon.00057)

Traditional scientific computing happens by translating conceptual models of natural phenomena into mathematical models
on a chalkboard and then implementing those models in code that is then compiled into executable instructions and run on