diff --git a/README.md b/README.md index 2cf28137..2e6a4d93 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,11 @@ Table of contents - [_Using the source code repository_](#using-the-source-code-repository) - [Usage](#usage) - [_Simple example to illustrate the use of SpatialPy_](#simple-example-to-illustrate-the-use-of-spatialpy) + - [Getting help](#getting-help) - [Contributing](#contributing) - [License](#license) @@ -72,8 +74,8 @@ SpatialPy provides simple object-oriented abstractions for defining a model of a The `run()` method can be customized using keyword arguments to select different solvers, random seed, data return type and more. For more detailed examples on how to use SpatialPy, please see the Jupyter notebooks contained in the [examples](https://github.com/StochSS/SpatialPy/tree/main/examples) subdirectory. - -### Docker environment + Getting help ------------ diff --git a/RELEASE_NOTES b/RELEASE_NOTES deleted file mode 100644 index 718c22b1..00000000 --- a/RELEASE_NOTES +++ /dev/null @@ -1,17 +0,0 @@ - RELEASE NOTES - SpatialPy - -These are release notes for SpatialPy. ----------------------------------------- -Date: 2/25/2021 -Version: 0.5.0+beta ----------------------------------------- -- Initial beta release ----------------------------------------- -Date: 3/9/2021 -Version: 0.5.1+beta ----------------------------------------- -- Added pickling Results -- Added add_mesh() function -- timespan() now includes option to set timestep size -- Added ability to read StochSS domains