Skip to content

Commit

Permalink
remove travis, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush9pandey committed Oct 22, 2022
1 parent 001fd0a commit e364763
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ __pycache__/
*.py[cod]
*$py.class
.idea/
.vscode/
# C extensions
*.so

Expand Down
30 changes: 0 additions & 30 deletions .travis.yml

This file was deleted.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Automated Model Reduction Tool for SBML models
## Python toolbox to automatically obtain reduced model expressions using time-scale separation, conservation laws, and other assumptions.

[![Build Status](https://travis-ci.com/ayush9pandey/AutoReduce.svg?branch=master)](https://travis-ci.com/ayush9pandey/AutoReduce)
.. |Build Status| image:: https://github.com/ayush9pandey/autoreduce/actions/workflows/autoreduce_ci.yml/badge.svg
:target: https://github.com/ayush9pandey/autoreduce
[![codecov](https://codecov.io/gh/ayush9pandey/AutoReduce/branch/master/graph/badge.svg)](https://codecov.io/gh/ayush9pandey/AutoReduce)
[![PyPI version](https://badge.fury.io/py/autoreduce.svg)](https://badge.fury.io/py/autoreduce)

Expand All @@ -11,13 +12,11 @@ Contact : Ayush Pandey (apandet at caltech dot edu) for any feedback or suggesti


- **Website:** https://github.com/ayush9pandey/AutoReduce
- **Paper:** [Introduction](https://www.biorxiv.org/content/10.1101/640276v1.full), [Toolbox](https://www.biorxiv.org/content/10.1101/2020.02.15.950840v2.full.pdf)
- **Paper:** [Journal of Robust and Nonlinear Control](https://onlinelibrary.wiley.com/doi/full/10.1002/rnc.6013)
- **Source:** https://github.com/ayush9pandey/autoreduce
- **Bug reports:** https://github.com/ayush9pandey/autoreduce/issues
- **Documentation:** Coming Soon on: [autoreduce.readthedocs.io](https://readthedocs.org/projects/autoreduce/)

# Simple example

# Installation

Install the latest version of AutoReduce::
Expand All @@ -38,10 +37,11 @@ will help you make the PR if you are new to `git` (just create a new issue)

AutoReduce versions:

* 0.2.0 (alpha release): To install run `pip install autoreduce=0.2.0`
* 0.1.0 (alpha release): To install run `pip install autoreduce==0.1.0`

# License
Released under the BSD 3-Clause License (see `LICENSE`)

Copyright (c) 2020, Ayush Pandey. All rights reserved.
Copyright (c) 2022, Ayush Pandey. All rights reserved.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='AutoReduce',
version='0.1.2',
version='0.2.0',
author='Ayush Pandey',
author_email='apandey@caltech.edu',
url='https://github.com/ayush9pandey/AutoReduce/',
Expand Down

0 comments on commit e364763

Please sign in to comment.