Skip to content

Commit 035e9ea

Browse files
committed
Updated the changelog and also some other versions ready for the 1.0 release
1 parent b0f72f1 commit 035e9ea

File tree

5 files changed

+36
-10
lines changed

5 files changed

+36
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.
2525
**Environment (please complete the following information):**
2626
- OS: [e.g. Windows 10, Ubuntu 16.04, OS X Catalina)
2727
- Python: [e.g. 3.7. 3.8, anaconda]
28-
- Version [e.g. metawards 0.10.0]
28+
- Version [e.g. metawards 1.0.0]
2929

3030
**Additional context**
3131
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/documentation-or-tutorial-error.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If applicable, add screenshots to help explain your problem.
2222
**Environment (if applicable, please complete the following information):**
2323
- OS: [e.g. Windows 10, Ubuntu 16.04, OS X Catalina)
2424
- Python: [e.g. 3.7. 3.8, anaconda]
25-
- Version [e.g. metawards 0.10.0]
25+
- Version [e.g. metawards 1.0.0]
2626

2727
**Additional context**
2828
Add any other context about the problem here.

SECURITY.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@ is 1.1, then only versions 1.1 and 1.0 will have security updates.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 0.11.x | :white_check_mark: |
12-
| 0.10.x | :white_check_mark: |
13-
| <= 0.9.x| :x: |
11+
| 1.0.x | :white_check_mark: |
12+
| <= 1.0.x| :x: |
1413

1514
## Reporting a Vulnerability
1615

17-
Please report a vulnerability by emailing the Bristol RSE development
18-
team at [email protected]. We will review your report as quickly
19-
as we can, and will aim to respond to you within seven days with
16+
Please report a vulnerability by emailing the Bristol RSE development
17+
team at [email protected]. We will review your report as quickly
18+
as we can, and will aim to respond to you within seven days with
2019
the outcome. We really appreciate your help and your patience.

doc/source/changelog.rst

+27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22
Changelog
33
=========
44

5+
`1.0.0 <https://github.com/metawards/MetaWards/compare/0.12.0...1.0.0>`__ - May 23rd 2020
6+
-----------------------------------------------------------------------------------------
7+
8+
* Improved "go_to" and "go_isolate" functions, which now support modelling
9+
self-isolation and quarantine. This is all demonstrated in a new
10+
part 6 of the tutorial.
11+
* Added an InteractionMatrix class to make it easier to create more
12+
sophisticated interaction matricies.
13+
* Added ability for any plugin to signal that the model run should end
14+
after the current iteration by raising a StopIteration exception
15+
* Added a "--model single" mode that uses a single-ward model for
16+
debugging and validation purposes.
17+
* Updated parallel runners (multiprocessing, scoop and MPI) to return
18+
results as they are available, so that the Console can report summaries
19+
and live progress.
20+
* Added a developer's "debug" mode to the Console, complete with nice
21+
variable printing.
22+
* Lots of file and text encoding fixes, particularly to fix unicode
23+
issues on windows.
24+
* Finally fixed the issue on windows where the wrong plugin would
25+
sometimes be loaded.
26+
* Updated all tutorial outputs to the new format.
27+
* Fixed a runtime check exception that occurred on rare occasions on Windows.
28+
This didn't cause any errors in data, but did stop runs from continuing
29+
when the run-time test was failed.
30+
31+
532
`0.12.0 <https://github.com/metawards/MetaWards/compare/0.11.2...0.12.0>`__ - May 18th 2020
633
--------------------------------------------------------------------------------------------
734

doc/source/install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ or you may have to `install pip <https://pip.pypa.io/en/stable/installing/>`__.
4848
If you have trouble installing pip then we recommend that you download
4949
and install `anaconda <https://anaconda.org>`__, which has pip included)
5050

51-
To install a specific version, e.g. 0.6.0, type
51+
To install a specific version, e.g. 1.0.0, type
5252

5353
.. code-block:: bash
5454
55-
pip install metawards==0.10.0
55+
pip install metawards==1.0.0
5656
5757
This will install a binary version of metawards if it is avaiable for your
5858
operating system / processor / version of python. If not, then

0 commit comments

Comments
 (0)