Skip to content

Commit

Permalink
prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rinde committed Aug 2, 2016
1 parent 773cdc0 commit 79bd724
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# PDPTW Dataset Generator 1.0.0
# PDPTW Dataset Generator 1.1.0

[![Javadocs](https://javadoc.io/badge/com.github.rinde/datgen.svg?color=red)](https://javadoc.io/doc/com.github.rinde/datgen)
[![Build Status](https://travis-ci.org/rinde/pdptw-dataset-generator.svg)](https://travis-ci.org/rinde/pdptw-dataset-generator)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.27362.svg)](http://dx.doi.org/10.5281/zenodo.27362)

This project allows to generate datasets of scenarios of the dynamic pickup-and-delivery problem with time windows with varying levels of dynamism, urgency and scale.

The public API consists of just one class: [DatasetGenerator](src/main/java/com/github/rinde/datgen/pdptw/DatasetGenerator.java)
The public API consists of just one class: [DatasetGenerator](src/main/java/com/github/rinde/datgen/pdptw/DatasetGenerator.java). Also check the [release notes](releasenotes.md).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.rinde</groupId>
<artifactId>datgen</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0</version>

<name>PDPTW Dataset Generator</name>
<description></description>
Expand Down
9 changes: 9 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Release notes

## v1.1.0
* Scenario length is now configurable, default has changed to 4 hours.
* Links to RinSim 4.1.1 and RinLog 3.0.0.


## v1.0.0
* Initial release

0 comments on commit 79bd724

Please sign in to comment.