Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 3.3.1 to 3.3.2 #1161

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps actions/cache from 3.3.1 to 3.3.2.

Release notes

Sourced from actions/cache's releases.

v3.3.2

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

Changelog

Sourced from actions/cache's changelog.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.
Commits
  • 704facf Merge pull request #1236 from actions/bethanyj28/bump-version
  • 17e2888 Add to RELEASES.md
  • 667d8fd bump action version to 3.3.2
  • f7ebb81 Consume latest toolkit and fix dangling promise bug (#1217)
  • 67b839e Merge pull request #1187 from jorendorff/jorendorff/rm-add-to-project
  • 57f0e3f Remove actions to add new PRs and issues to a project board
  • 04f198b Merge pull request #1132 from vorburger/bazel-example
  • bd9b49b Merge branch 'main' into bazel-example
  • ea05037 Merge pull request #1122 from actions/pdotl-patch-1
  • 6a1a45d Merge branch 'main' into pdotl-patch-1
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Anything related to dependencies label Sep 11, 2023
@lsetiawan lsetiawan merged commit 67f3fbf into main Sep 12, 2023
5 checks passed
@lsetiawan lsetiawan deleted the dependabot/github_actions/actions/cache-3.3.2 branch September 12, 2023 15:42
ruxandra-valcu added a commit to OceanStreamIO/echopype that referenced this pull request Sep 15, 2023
* added the feature described in issue 1

* Moved code for the signal attenuation mask to new file

* Resolved merge conflicts by accepting remote versions of files

* Update mask_attenuated_signal.py

* renamed utils

* Added unit test

* Test can now automatically download its data

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Cleaned up mask_transformation

* moved files and rerouted importing paths accordingly (#36)

Co-authored-by: alejandro-ariza <[email protected]>

* Feature/add transient noise mask (#35)

* Completed feature #3 transient noise mask
---------

Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>
Co-authored-by: ruxandra valcu <[email protected]>

* Added extra tests for the utils/mask_transformation module to increase coverage

* Reverted test_mask.py reformating

* Moved impulse and transient noise functions to echopype/clean

* Fixed import order

* Fixed missing import in clean/conftest.py

* Moved content of tests/clean/conftest.py to tests/conftest.py

* Refactoring

* Running some linters on the code

* ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (OSOceanAcoustics#1161)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): [pre-commit.ci] pre-commit autoupdate (OSOceanAcoustics#1162)

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Fix unused imports in conftest

* Update echopype/mask/mask_attenuated_signal.py

Co-authored-by: Raluca Simedroni <[email protected]>

Update mask_transformation.py

Cleaned up mask_transformation

Delinted

Removing pytest req

Refactoring

Refactoring and cleaning imports

Fixed twod test

Fixing some future merge conflicts

Fix unused import

Added attenuation mask to init

* Added channel selection to signal attenuation mask

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: alejandro-ariza <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
ruxandra-valcu added a commit to OceanStreamIO/echopype that referenced this pull request Sep 21, 2023
* ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (OSOceanAcoustics#1161)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): [pre-commit.ci] pre-commit autoupdate (OSOceanAcoustics#1162)

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Feature/add transient noise mask (#49)

* added the feature described in issue 1

* Moved code for the signal attenuation mask to new file

* Resolved merge conflicts by accepting remote versions of files

* Update mask_attenuated_signal.py

* renamed utils

* Added unit test

* Test can now automatically download its data

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Cleaned up mask_transformation

* moved files and rerouted importing paths accordingly (#36)

Co-authored-by: alejandro-ariza <[email protected]>

* Feature/add transient noise mask (#35)

* Completed feature #3 transient noise mask
---------

Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>
Co-authored-by: ruxandra valcu <[email protected]>

* Added extra tests for the utils/mask_transformation module to increase coverage

* Reverted test_mask.py reformating

* Moved impulse and transient noise functions to echopype/clean

* Fixed import order

* Fixed missing import in clean/conftest.py

* Moved content of tests/clean/conftest.py to tests/conftest.py

* Refactoring

* Running some linters on the code

* ci(deps): Bump actions/cache from 3.3.1 to 3.3.2 (OSOceanAcoustics#1161)

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): [pre-commit.ci] pre-commit autoupdate (OSOceanAcoustics#1162)

updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Fix unused imports in conftest

* Update echopype/mask/mask_attenuated_signal.py

Co-authored-by: Raluca Simedroni <[email protected]>

Update mask_transformation.py

Cleaned up mask_transformation

Delinted

Removing pytest req

Refactoring

Refactoring and cleaning imports

Fixed twod test

Fixing some future merge conflicts

Fix unused import

Added attenuation mask to init

* Added channel selection to signal attenuation mask

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: alejandro-ariza <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* Feature/add attenuation mask (#50)

* added the feature described in issue 1

* Moved code for the signal attenuation mask to new file

* Resolved merge conflicts by accepting remote versions of files

* Update mask_attenuated_signal.py

* renamed utils

* Added unit test

* Test can now automatically download its data

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/utils/mask_transformation.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Cleaned up mask_transformation

* Update echopype/mask/mask_attenuated_signal.py

Co-authored-by: Raluca Simedroni <[email protected]>

Update mask_transformation.py

Cleaned up mask_transformation

Delinted

Removing pytest req

Refactoring

Refactoring and cleaning imports

Fixed twod test

Fixing some future merge conflicts

Fix unused import

Added attenuation mask to init

* Added channel selection to signal attenuation mask

---------

Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>

* Patch/nasc (#51)

* Add conversion factors for NASC computation

- Convert backscattering cross-section to scattering cross-section.

- Convert meters to nmi.

* Fix nasc test

---------

Co-authored-by: Raluca Simedroni <[email protected]>

* Merge/add shoal mask (#55)

* Mask utils

* rename

* Mask utils

* Weill shoal mask

* Decided against implementing the echoview method

* Turned out not to need these

* Add wrapper function

* Refactoring and adding channel selection capability

* Merge/add seabed mask (#56)

* Initial implementation of the seabed masking.

* Code for seabed masking

* Changed dilation source package from cv2 to skimage.

* some refactoring and add unit test

* Update echopype/mask/mask_seabed.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/tests/mask/test_mask_seabed.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Re-added mask_transformation, with only the necessary functions kept

* Changed the tests to be able to autodownload its files - must check that I have the correct one though since the test isn't passing

* Cleaned up mask_transformation

* Copyright notices

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/mask/mask_seabed.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update echopype/mask/mask_seabed.py

Co-authored-by: Raluca Simedroni <[email protected]>

* Update incorrect file name

* Mask transformation consistency

* Mask transformation consistency

* Removing pytest req

* Refactoring

* Fix twod test

* Refactoring

* Test fixes

* Fixing merge compatibility

* Added dataset generation for datasets enriched with beam angle and location data

* Added dataset generation for datasets enriched with beam angle and location data

* Added channel selection.

* Modified Blackwell methods to use the physical beam angle rather than the raw EK60 beam angle - doing this using a correction on the angle itself (rather than modifying the constants) since the changes are nonlinear so if I want a linear transformation, I need to apply it on the angle data itself - angle * 22 * 128 / 180, which gets it close to how a decently calibrated EK60 instrument as used by Blackwell et al stores its raw angle data.

* Indent fix

* Merge fixes

---------

Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>

* Merge/add multichannel masks (#57)

* Initial multichannel mask

* Fixed a has-channels check in apply_mask, added tests

* Documentation

* Made changes to conftest

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Mihai Boldeanu <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: Raluca Simedroni <[email protected]>
Co-authored-by: Andrei Rusu <[email protected]>
Co-authored-by: alejandro-ariza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Anything related to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant