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

Porting recent develop (1.8.x) changes forward into develop-1.9 branch. #1459

Merged
merged 58 commits into from Jun 21, 2023

Conversation

SpacemanPaul
Copy link
Contributor

Reason for this pull request

Bringing develop-1.9 branch up to date with recent changes to develop branch.

Proposed changes

  • Resolved merge of develop into develop-1.9

  • Tests added / passed

  • Fully documented, including docs/about/whats_new.rst for all changes

SpacemanPaul and others added 30 commits April 6, 2023 15:46
* Github action fixes, backported from develop-1.9

* Updates to whats_new.rst

* Capitalise "Dependabot" in whats_new.rst
We used to deploy to netlify for docs previews, but now that's done to
Read The Docs. The old Workflow should be removed.
updates:
- [github.com/adrienverge/yamllint.git: v1.30.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.30.0...v1.31.0)
Error message for missing arguments
Allow open date range in dataset search
* support open ended date range in query init

* allow open ended time ranges in load() and find_datasets(), also simplify logic for cli

* update doco and whats_new

* get end of datetime.now() to avoid failing tests due to second mismatches

* Minor update to documentation

Even with open bounds, dates are still inclusive of the start and end dates. Minor update to wording to make this clearer

---------

Co-authored-by: Ariana Barzinpour <ariana.barzinpour@ga.gov.au>
Co-authored-by: Robbi Bishop-Taylor <Robbi.BishopTaylor@ga.gov.au>
updates:
- [github.com/adrienverge/yamllint.git: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.31.0...v1.32.0)
* Pass X and Y Scale factors through to rasterio.warp.project. Update whats_new

* Update PR number in whats_new.rst

* Remove unused import.

* Cleanup.

* Cleanup.

* Should probably just add it to the dictionary tbh.

* Respond to Kirill's comments.
add archive_less_mature option to add and update
Ariana Barzinpour and others added 23 commits June 6, 2023 00:50
Improve archive_less_mature compatibility with odc-tools
* fix gha pypi publishing condition

* update whats_new

---------

Co-authored-by: Ariana Barzinpour <ariana.barzinpour@ga.gov.au>
* Use SCALEX=1,SCALEY=1 in both warp code-paths.
Increase maturity search buffer to 500ms
# Conflicts:
#	.github/workflows/main.yml
#	datacube/drivers/netcdf/_safestrings.py
#	datacube/storage/_read.py
#	tests/test_gbox_ops.py
#	tests/test_geometry.py
#	tests/test_warp.py
@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage: 84.21% and no project coverage change.

Comparison is base (2a7cca7) 85.53% compared to head (61b08cf) 85.54%.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop-1.9    #1459   +/-   ##
============================================
  Coverage        85.53%   85.54%           
============================================
  Files              134      134           
  Lines            14943    14993   +50     
============================================
+ Hits             12782    12826   +44     
- Misses            2161     2167    +6     
Impacted Files Coverage Δ
datacube/__init__.py 100.00% <ø> (ø)
datacube/api/__init__.py 100.00% <ø> (ø)
datacube/api/core.py 94.85% <ø> (ø)
datacube/api/grid_workflow.py 97.05% <ø> (ø)
datacube/config.py 97.61% <ø> (ø)
datacube/drivers/__init__.py 100.00% <ø> (ø)
datacube/drivers/_tools.py 100.00% <ø> (ø)
datacube/drivers/_types.py 100.00% <ø> (ø)
datacube/drivers/datasource.py 100.00% <ø> (ø)
datacube/drivers/driver_cache.py 96.55% <ø> (ø)
... and 119 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@SpacemanPaul SpacemanPaul marked this pull request as ready for review June 21, 2023 03:41
@SpacemanPaul SpacemanPaul merged commit b198cc4 into develop-1.9 Jun 21, 2023
22 checks passed
@SpacemanPaul SpacemanPaul deleted the develop-1.9-fwdport branch June 21, 2023 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants