Skip to content

Commit

Permalink
1.5.0 incorporating latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Sep 20, 2024
1 parent 7b42552 commit 5c01a91
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 52 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

2024-09

- 1.5.0:
- bringing up recent updates
- a minor fix in a log.debug statement
- also noting that 1.4.9 was published but still with 1.4.8 in pyproject.toml

- 1.4.5:
- removed unneeded print at end of `plot_date` such that the resulting plot in the notebook
is not affected in terms of requiring undesirable scrolling (hopefully).
Expand Down
6 changes: 3 additions & 3 deletions pbp/file_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ def day_completed(self):
num_still_open += 1
self.log.debug(f"Closing sound file for cached {c_uri=} {c_ss.age=}")
c_ss.sound_file.close()
self.log.debug(
f"day_completed: closed {num_still_open} sound files that were still open."
)
self.log.debug(
f"day_completed: closed {num_still_open} sound files that were still open."
)

# remove any downloaded files (cloud case):
if not self.retain_downloaded_files:
Expand Down
97 changes: 49 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mbari-pbp"
version = "1.4.8"
version = "1.5.0"
description = "PyPAM based Processing"
authors = [
"Carlos Rueda <[email protected]>",
Expand Down

0 comments on commit 5c01a91

Please sign in to comment.