Skip to content

Commit

Permalink
Merge pull request #189 from dtscalibration/prepare-for-v3.0.0
Browse files Browse the repository at this point in the history
Prepare for v3.0.0
  • Loading branch information
bdestombe authored Aug 8, 2023
2 parents e9d0611 + 9b1fae2 commit 926231f
Show file tree
Hide file tree
Showing 40 changed files with 5,311 additions and 5,386 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ Added
Fixed

* Single-ended measurements with `fix_alpha` failed due to a bug introduced in v2.0.0 ([#173](https://github.com/dtscalibration/python-dts-calibration/pull/173)).
* Headers in example notebooks and their appearance in the docs are now at correct levels

Changed

* Standardized parameter names. Reduced the freedom in choosing parameter names and dimension names in favor of simplifying the code.
* Requiring netcdf4 >= 1.6.4
* Optional dependencies of xarray that improve performance are now required by default.
* variance_stokes_linear() does not default through zero anymore.
* Refactored calibration_single_ended and calibration_double_ended()
* Moved ParameterIndices classes to calibration_utils.py
* Flox included in requirements to speed up resampling via xarray ([Xarray #5734](https://github.com/pydata/xarray/pull/5734)).

Removed
Expand Down
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

83 changes: 0 additions & 83 deletions docs/api/dtscalibration.DataStore.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.check_dims.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.check_timestep_allclose.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.get_netcdf_encoding.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.merge_double_ended.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.open_datastore.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.open_mf_datastore.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.plot_accuracy.rst

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.plot_residuals_reference_sections.rst

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.plot_sigma_report.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.read_apsensing_files.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.read_sensornet_files.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.read_sensortran_files.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.read_silixa_files.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.shift_double_ended.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/api/dtscalibration.suggest_cable_shift_double_ended.rst

This file was deleted.

3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@


extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.coverage",
Expand Down Expand Up @@ -69,7 +70,7 @@
napoleon_use_param = False

# sphinx_automodapi.automodapi
numpydoc_show_class_members = False
numpydoc_show_class_members = True

# -- nbsphinx configuration --
nbsphinx_allow_errors = False
Expand Down
4 changes: 1 addition & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ Contents
========

.. toctree::
:maxdepth: 2
:maxdepth: 3

readme
installation
usage
learn_by_examples
reference/index
contributing
Expand Down
8 changes: 0 additions & 8 deletions docs/installation.rst

This file was deleted.

95 changes: 0 additions & 95 deletions docs/nb_examples_to_docs.py

This file was deleted.

Loading

0 comments on commit 926231f

Please sign in to comment.