File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
include BayesicFitting/examples/*.ipynb
2
2
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
6
6
include LICENSE
Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ DOI: 10.5281/zenodo.2597200
11
11
12
12
13
13
## What's new in versions 2.4.4
14
- * Moved BayesicFitting/BayesicFitting/documentation tp BayesicFitting/docs
14
+ * Moved BayesicFitting/BayesicFitting/documentation to BayesicFitting/docs
15
15
* Added a references.md file which collects (external) references.
16
16
* 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.
17
19
18
20
## Content
19
21
@@ -255,12 +257,12 @@ by ExponentialErrorDistribution
255
257
* Some restructering necessitated by the classes above.
256
258
* Testcases and examples for the classes above
257
259
258
- + 3 Feb 2020 version 2.4.3
260
+ + 3 Feb 2020 version 2.4.3
259
261
* Clean up and unification of the python doc strings.
260
262
* Reran all examples and test harnasses in python 3.7.
261
263
* Add random seed to several examples to make them more stable.
262
264
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.
265
267
266
268
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- __version__ = '2.4.3 '
3
+ __version__ = '2.4.4 '
4
4
5
5
with open ("README.md" , "r" ) as fh :
6
6
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments