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

build(deps): bump cdflib from 1.3.1 to 1.3.3 #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps cdflib from 1.3.1 to 1.3.3.

Release notes

Sourced from cdflib's releases.

1.3.3

Worked through a backlog of bugs

xarray_to_cdf

  • Fixed errors that come up with ISTP compliance when a support_data variable has no time variance and depends on another support_data variable
  • Fully remove the deprecated flags of from_unixtime, from_datetime, unixtime_to_cdftt2000, datetime_to_cdftt2000, datetime64_to_cdftt2000
  • Added a check to verify that LABLAXIS/LABL_PTR variables have the same dimensions as the data they need to label

cdfwrite

  • Now throw an error when np.uint64 data is given, as it is not a supported data type
  • Fixed a bug that wrote a record's length incorrectly for certain string inputs, causing corrupt CDF files to be generated

cdfread

  • Fixed a bug where string data was given an extra dimension once read

cdf_to_xarray

  • Fixed a bug that caused all data to be squeezed, removing dimensions of size 1

epochs

  • Fixed a bug that occured in CDF_TT2000 to np.datetime64 conversion code, which caused all "minutes" to be dropped from the dates if the array contained any dates from before 1972 (which includes all FILLVALs)

1.3.2

Adding anonymous s3 access to cdflib

Changelog

Sourced from cdflib's changelog.

1.3.3

Worked through a backlog of bugs

xarray_to_cdf

  • Fixed errors that come up with ISTP compliance when a support_data variable has no time variance and depends on another support_data variable
  • Fully remove the deprecated flags of from_unixtime, from_datetime, unixtime_to_cdftt2000, datetime_to_cdftt2000, datetime64_to_cdftt2000
  • Added a check to verify that LABLAXIS/LABL_PTR variables have the same dimensions as the data they need to label

cdfwrite

  • Now throw an error when np.uint64 data is given, as it is not a supported data type
  • Fixed a bug that wrote a record's length incorrectly for certain string inputs, causing corrupt CDF files to be generated

cdfread

  • Fixed a bug where string data was given an extra dimension once read

cdf_to_xarray

  • Fixed a bug that caused all data to be squeezed, removing dimensions of size 1

epochs

  • Fixed a bug that occured in CDF_TT2000 to np.datetime64 conversion code, which caused all "minutes" to be dropped from the dates if the array contained any dates from before 1972 (which includes all FILLVALs)

1.3.2

cdfread

  • Updated cdfread to allow anon access from AWS S3
Commits
  • b2cdea0 Release 1.3.3
  • 9d1c5f3 Fixing bug in TT2000 conversions
  • 82fc6a3 Fixing behavior of dimensions of size 1 (#289)
  • 12288f8 271 corrupt cdf generation from imap code (#287)
  • 5d8ae33 Removing the deprecated xarray_to_cdf flags (#286)
  • b371a89 Removing support for cdf_uint8 (which never actually existed) (#285)
  • e3df5d2 Fixing the errors where support_data has its own support data (#284)
  • 438c98b Only install cdflib package (#274)
  • f6ff6ab Updated AWS reads to allow anon access for datasets such as NASA TOPS (#278)
  • See full diff 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 [cdflib](https://github.com/MAVENSDC/cdflib) from 1.3.1 to 1.3.3.
- [Release notes](https://github.com/MAVENSDC/cdflib/releases)
- [Changelog](https://github.com/MAVENSDC/cdflib/blob/main/doc/changelog.rst)
- [Commits](MAVENSDC/cdflib@1.3.1...1.3.3)

---
updated-dependencies:
- dependency-name: cdflib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants