Skip to content

Commit

Permalink
Merge c1e0c1a into add2cb9
Browse files Browse the repository at this point in the history
  • Loading branch information
smmaurer committed Feb 5, 2019
2 parents add2cb9 + c1e0c1a commit bffbe75
Show file tree
Hide file tree
Showing 110 changed files with 41 additions and 36,732 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# UrbanSim Templates change log

### 0.1.1.dev1 (2019-01-30)

- adds support for passing multiple tables of interaction terms in large MNL
- enables on-the-fly creation of output columns in small MNL

### 0.1.1.dev0 (2019-01-20)

- allows join keys to be used as data filters in MNL simulation
Expand Down
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
[![Build Status](https://travis-ci.org/UDST/urbansim_templates.svg?branch=master)](https://travis-ci.org/UDST/urbansim_templates)
[![Coverage Status](https://coveralls.io/repos/github/UDST/urbansim_templates/badge.svg?branch=master)](https://coveralls.io/github/UDST/urbansim_templates?branch=master)
[![Docs Status](https://readthedocs.org/projects/urbansim_templates/badge/?version=latest)](http://docs.udst.org/projects/urbansim-templates/en/latest)

# UrbanSim Templates

UrbanSim Templates is a Python library that provides building blocks for Orca-based simulation models. Its part of the Urban Data Science Toolkit.
UrbanSim Templates is a Python library that provides building blocks for Orca-based simulation models. It's part of the [Urban Data Science Toolkit](http://docs.udst.org) (UDST).

The library contains templates for common types of model steps, plus a tool called ModelManager that runs as an extension to the [Orca](https://udst.github.io/orca) task orchestrator. ModelManager can register template-based model steps with the orchestrator, save them to disk, and automatically reload them for future sessions. The package was developed to make it easier to set up new simulation models — model step templates reduce the need for custom code and make settings more portable between models.

### Installation and documentation
### Installation
UrbanSim Templates can be installed using the Pip or Conda package managers:

See the online documentation for installation, usage, and full API: https://udst.github.io/urbansim_templates/
```
pip install urbansim_templates
```

```
conda install urbansim_templates --channel conda-forge
```

### Documentation

See the online documentation for much more: [http://docs.udst.org/projects/urbansim-templates](http://docs.udst.org/projects/urbansim-templates/en/latest)

Some additional documentation is available within the repo in `CHANGELOG.md`, `CONTRIBUTING.md`, `/docs/README.md`, and `/tests/README.md`.

There's discussion of current and planned features in the [Pull requests](https://github.com/UDST/urbansim_templates/pulls?utf8=✓&q=is%3Apr) and [Issues](https://github.com/UDST/urbansim_templates/issues?utf8=✓&q=is%3Aissue), both open and closed.
There's discussion of current and planned features in the [Pull requests](https://github.com/udst/urbansim_templates/pulls?utf8=✓&q=is%3Apr) and [Issues](https://github.com/udst/urbansim_templates/issues?utf8=✓&q=is%3Aissue), both open and closed.
6 changes: 0 additions & 6 deletions docs/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions docs/latest/.buildinfo

This file was deleted.

Empty file removed docs/latest/.nojekyll
Empty file.
209 changes: 0 additions & 209 deletions docs/latest/_modules/index.html

This file was deleted.

0 comments on commit bffbe75

Please sign in to comment.