Skip to content

Commit

Permalink
docs: cleanup build process
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Sep 17, 2024
1 parent 47a11ae commit 7dfcfbc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.61.4
- docs: update basins section
- docs: cleanup build process
0.61.3
- fix: TypeError when of R_HOME is not set
- fix: TypeError when of R_HOME is not set
0.61.2
- ref: migrate from rpy2 to custom wrapper around R and Rscript binary
- setup: remove extra [lme4] and rpy2 requirement
Expand All @@ -20,7 +21,7 @@
- enh: improve availability check for HDF5 basin data
- enh: cache list of features available via all basins
- enh: speed up feature retrieval for non-ancillary features
- ref: replace np.string_ with np.bytes_
- ref: replace `np.string_` with `np.bytes_`
0.60.9
- build: build with macos-latest and macos-13 images
0.60.8
Expand Down Expand Up @@ -252,7 +253,7 @@
- ref: HDF5Basin gets its own submodule
- setup: oldest-supported-numpy is not required anymore, since numpy
is backwards-compatible now
0.52.3
0.52.3
- maintenance release
0.52.2
- maintenance release
Expand Down Expand Up @@ -377,7 +378,7 @@
0.47.3
- fix: np.histrogram2d does not expect broken normed argument
- docs: fixed GH Actions badge
- enh: implement RTDC_HDF5.__len__
- enh: implement `RTDC_HDF5.__len__`
0.47.2
- enh: add --version flag to CLI
0.47.1
Expand Down
1 change: 0 additions & 1 deletion dclab/rtdc_dataset/fmt_hierarchy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def __init__(self, hparent, apply_filter=True, *args, **kwargs):

self._events = {}

#: hierarchy parent
self.hparent = hparent

self.config = self._create_config() # init config
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ('https://docs.python.org/', None),
"python": ('https://docs.python.org/3/', None),
"boto3": ('https://boto3.amazonaws.com/v1/documentation/api/latest', None),
"h5py": ('https://h5py.readthedocs.io/en/stable/', None),
"numpy": ('https://docs.scipy.org/doc/numpy/', None),
"numpy": ('https://numpy.org/doc/stable/', None),
"skimage": ('https://scikit-image.org/docs/stable/', None),
"scipy": ('https://docs.scipy.org/doc/scipy/reference/', None),
"scipy": ('https://docs.scipy.org/doc/scipy/', None),
"shapeout2": ('https://shapeout2.readthedocs.io/en/stable/', None),
}
1 change: 1 addition & 0 deletions docs/sec_changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ Changelog
List of changes in-between dclab releases.

.. include_changelog:: ../CHANGELOG

5 changes: 0 additions & 5 deletions docs/sec_code_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,11 +382,6 @@ R and lme4

.. _sec_ref_lme4:

.. automodule:: dclab.lme4.rlibs
:members:
:undoc-members:
:exclude-members: MockPackage

.. automodule:: dclab.lme4.rsetup
:members:
:undoc-members:
Expand Down

0 comments on commit 7dfcfbc

Please sign in to comment.