Skip to content

Commit dcb6a08

Browse files
authored
Merge pull request #46 from bdestombe/master
Version 0.7.0
2 parents ac427b1 + c911c8b commit dcb6a08

18 files changed

+59
-18
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.7
2+
current_version = 0.7.0
33
commit = True
44
tag = True
55

CHANGELOG.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
Changelog
33
=========
4+
0.7.0 (2019-11-07)
5+
------------------
6+
* Ensure order of dimension upon initialization of DataStore. Resamplingwould lead to issues
7+
* Bug in section definition (reported by Robert Law)
8+
* Rewritten calibration solvers to align with article of this package
9+
* Removed old calibration solvers
10+
* New possibilities of saving and loading large DataStores saved to multiplenetCDF files
11+
412
0.6.7 (2019-11-01)
513
------------------
614
* Use twine to check if the compiled package meets all the requirements of Pypi
@@ -20,7 +28,6 @@ Changelog
2028
* Support for double ended Sensornet files and tests
2129
* Bug fixing
2230

23-
2431
0.6.4 (2019-04-09)
2532
------------------
2633
* More flexibility in defining the time dimension

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Overview
4444
:alt: PyPI Package latest release
4545
:target: https://pypi.python.org/pypi/dtscalibration
4646

47-
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.6.7.svg
47+
.. |commits-since| image:: https://img.shields.io/github/commits-since/dtscalibration/python-dts-calibration/v0.7.0.svg
4848
:alt: Commits since latest release
49-
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.6.7...master
49+
:target: https://github.com/dtscalibration/python-dts-calibration/compare/v0.7.0...master
5050

5151
.. |wheel| image:: https://img.shields.io/pypi/wheel/dtscalibration.svg
5252
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
year = '2018'
3636
author = 'Bas des Tombe'
3737
copyright = '{0}, {1}'.format(year, author)
38-
version = release = '0.6.7'
38+
version = release = '0.7.0'
3939

4040
pygments_style = 'trac'
4141
templates_path = ['.']
-77 Bytes
Loading
-192 Bytes
Loading
31 Bytes
Loading
879 Bytes
Loading

docs/examples/notebooks/08Calibrate_double_wls.ipynb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ solver because it saves us memory.
120120
121121
.. parsed-literal::
122122
123-
<matplotlib.collections.QuadMesh at 0x120848790>
123+
<matplotlib.collections.QuadMesh at 0x107e2f290>
124124
125125
126126
-39 Bytes
Loading

0 commit comments

Comments
 (0)