Skip to content

Commit 42791d2

Browse files
author
Do Kester
committed
prepare for release 2.4.4
1 parent c1a7937 commit 42791d2

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include BayesicFitting/examples/*.ipynb
22
include BayesicFitting/examples/data/*.csv
3-
include BayesicFitting/documentation/images/*.dia
4-
include BayesicFitting/documentation/images/*.png
5-
include BayesicFitting/documentation/*.md
3+
include docs/images/*.dia
4+
include docs/images/*.png
5+
include docs/*.md
66
include LICENSE

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ DOI: 10.5281/zenodo.2597200
1111

1212

1313
## What's new in versions 2.4.4
14-
* Moved BayesicFitting/BayesicFitting/documentation tp BayesicFitting/docs
14+
* Moved BayesicFitting/BayesicFitting/documentation to BayesicFitting/docs
1515
* Added a references.md file which collects (external) references.
1616
* Updated the docs files.
17+
* Handling of weight in accordance with the definition in the Glossary.
18+
* Add keyword tail= to formatter to display last items of an array.
1719

1820
## Content
1921

@@ -255,12 +257,12 @@ by ExponentialErrorDistribution
255257
* Some restructering necessitated by the classes above.
256258
* Testcases and examples for the classes above
257259

258-
+ 3 Feb 2020 version 2.4.3
260+
+ 3 Feb 2020 version 2.4.3
259261
* Clean up and unification of the python doc strings.
260262
* Reran all examples and test harnasses in python 3.7.
261263
* Add random seed to several examples to make them more stable.
262264

263-
+ 10 Feb 2020 version 2.4.4
264-
* see above in Whats new.
265+
+ 17 Mar 2020 version 2.4.4
266+
* See above in Whats new.
265267

266268

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = '2.4.3'
3+
__version__ = '2.4.4'
44

55
with open("README.md", "r") as fh:
66
long_description = fh.read()

0 commit comments

Comments
 (0)