Skip to content

Commit

Permalink
VERSION: 2023.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz committed Jul 26, 2023
1 parent bdbffb0 commit dc7b399
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

v2023.7.1
---------

- Catch RuntimeWarning events when doing :code:`np.nanmean` of detector angles.
- Added description to :code:`tqdm` progress bar and set :code:`leave=False`.
- Replaced :code:`get_all_items()` by :code:`item_collection()`.

v2023.7.0
---------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = "David Montero Loaiza"

# The full version, including alpha/beta/rc tags
release = "2023.7.0"
release = "2023.7.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion sen2nbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""sen2nbar - Nadir BRDF Adjusted Reflectance (NBAR) for Sentinel-2 in Python"""

__version__ = "2023.7.0"
__version__ = "2023.7.1"
__author__ = "David Montero Loaiza <[email protected]>"
__all__ = []

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(filename):

setup(
name="sen2nbar",
version="2023.7.0",
version="2023.7.1",
url="https://github.com/ESDS-Leipzig/sen2nbar",
license="MIT",
author="David Montero Loaiza",
Expand Down

0 comments on commit dc7b399

Please sign in to comment.