Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.0.0a12 #83

Merged
merged 32 commits into from
Mar 20, 2019
Merged

Release 0.0.0a12 #83

merged 32 commits into from
Mar 20, 2019

Commits on Feb 21, 2019

  1. Configuration menu
    Copy the full SHA
    c7fd647 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from ICB-DCM/feature_65_constspec

    Update doc for now allowed constant species in condition table (#65)
    dweindl committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    b734bdc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    623d3a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Minor fixups (#79)

    * Various cleanup
    
    * Make warning regarding unmapped parameters optional (can get extremely long and unreadable)
    
    * Make warning regarding unmapped parameters optional (can get extremely long and unreadable)
    
    * Update petab/core.py
    
    Co-Authored-By: dweindl <dweindl@users.noreply.github.com>
    dweindl committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    7e0acc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    e8fded9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. add costs

    yannikschaelte committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    7918cd0 View commit details
    Browse the repository at this point in the history
  2. fix flake8

    yannikschaelte committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    a38b240 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d423b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b97cfb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1287614 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c84a9bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c733434 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    743924e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6a609a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fba76db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b849a0 View commit details
    Browse the repository at this point in the history
  12. various fixes

    yannikschaelte committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    3e645a7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    737227f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b48525a View commit details
    Browse the repository at this point in the history
  15. fix flake8

    yannikschaelte committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    98fab22 View commit details
    Browse the repository at this point in the history
  16. print -> logger.warn

    yannikschaelte committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    669a82b View commit details
    Browse the repository at this point in the history
  17. Fix parameter check constant (#82)

    * Remove .DS_Store
    
    * More informative error message
    
    * Fix linter error for constant parameters
    
    * Don't abuse parameter const-ness
    
    * Adapt tests
    
    * Update doc
    dweindl committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    22d6764 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f381260 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    46f2ab4 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    dweindl committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    4b9afc9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ce66df1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. getFormula uses incorrect processing. Replaced. (#87)

    * getFormula uses incorrect processing. Replaced.
    paulstapor committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    d6643f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b56b8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b825313 View commit details
    Browse the repository at this point in the history
  4. noise distr: group only by observable, since before checked that then…

    … it is 1-1 to trafo and distr
    yannikschaelte committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    2e22cdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56f17ac View commit details
    Browse the repository at this point in the history
  6. Use entrypoints to install petablint as a command (#85)

    * Use entrypoints to install petablint
    
    * Add ability to specify directory from command line
    
    Also a couple linting things :)
    cthoyt authored and yannikschaelte committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    874ac53 View commit details
    Browse the repository at this point in the history