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

Release/1.0.0 #159

Merged
merged 51 commits into from
Apr 16, 2024
Merged

Release/1.0.0 #159

merged 51 commits into from
Apr 16, 2024

Conversation

danielfromearth
Copy link
Collaborator

@danielfromearth danielfromearth commented Apr 15, 2024

[1.0.0]

Added

  • Pull #1: An initial GitHub Actions workflow
  • Issue #8: Create working Docker image
  • Issue #10: Add code necessary to communicate with Harmony
  • Issue #49: More CLI arguments for finer control of concatenation method
  • Pull #99: Add Docker build steps to GitHub Actions workflow
  • Pull #113: Add history attributes
  • Pull #115: Add readme badges
  • Pull #116: Add tutorial Jupyter notebook
  • Pull #128: Create toy netCDFs in testing suite

Changed

  • Pull #12: Changed name to "stitchee"
  • Pull #15: Use ruff+black chain for pre-commit lint & format
  • Issue #45: Rename CLI argument to clarify temporary copying behavior
  • Issue #44: Concatenation dimension CLI argument is required but isn't listed as such in the help message
  • Issue #81: Remove nco related code
  • Pull #129: Sort according to extend dimension
  • Pull #152: Consider empty a netCDF with only singleton null-values
  • Pull #157: Update CI pipeline
  • Pull #158: Add pypi publishing steps to CI pipeline

Deprecated

Removed

Fixed

  • Pull #4: Error with TEMPO ozone profile data because of duplicated dimension names
  • Pull #133: Fix conflicting dimensions on record dimension sorting

danielfromearth and others added 30 commits March 25, 2024 13:48
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.3...v0.3.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…nflicting-dimensions-on-sorting

Feature/issue 135 - Fix conflicting dimensions on sorting
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.4...v0.3.5)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dask](https://github.com/dask/dask) from 2024.3.1 to 2024.4.1.
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2024.3.1...2024.4.1)

---
updated-dependencies:
- dependency-name: dask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ask-2024.4.1

Bump dask from 2024.3.1 to 2024.4.1
Bumps [xarray](https://github.com/pydata/xarray) from 2024.2.0 to 2024.3.0.
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2024.02.0...v2024.03.0)

---
updated-dependencies:
- dependency-name: xarray
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…array-2024.3.0

Bump xarray from 2024.2.0 to 2024.3.0
@danielfromearth
Copy link
Collaborator Author

@ank1m, if you think so, I think I'm ready to call this the 1.0.0 version

@ank1m
Copy link
Collaborator

ank1m commented Apr 15, 2024

I'll run tests and check if everything works as expected!

dependabot bot and others added 3 commits April 15, 2024 22:27
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.5 to 0.3.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.5...v0.3.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@ank1m
Copy link
Collaborator

ank1m commented Apr 16, 2024

  • tests were successful except for one known case where StitchEE has just empty granule for input and fails to return anything

image

@danielfromearth danielfromearth merged commit 65a9485 into main Apr 16, 2024
2 checks passed
@danielfromearth danielfromearth deleted the release/1.0.0 branch April 16, 2024 17:24
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.

2 participants