Skip to content

[pull] main from metno:main - #16

Open
pull[bot] wants to merge 283 commits into
WiresmithTech:mainfrom
metno:main
Open

[pull] main from metno:main#16
pull[bot] wants to merge 283 commits into
WiresmithTech:mainfrom
metno:main

Conversation

@pull

@pull pull Bot commented Apr 1, 2025

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Apr 1, 2025
philbucher and others added 29 commits September 1, 2025 11:08
Co-authored-by: Magnus Ulimoen <magnusu@met.no>
Signed-off-by: Philipp Bucher <philipp.bucher@tum.de>
Signed-off-by: Philipp Bucher <philipp.bucher@tum.de>
refactor: use LazyLock from standard lib
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.5 to 1.35.7.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@a4c3e43...65f69f0)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.35.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Upgrade upper bound of ndarray
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.35.7 to 1.38.1.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@65f69f0...80c8a49)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
An error in the HDF5 docs led to an error in the implementation, the docs described the acpl_id paramenter as unused
but actually it was only aapl_id that is (still) unused. The issue does not manifest if you only read/write with
the hdf5-rust API, because it always assumbed UTF-8 encoding which is essentially a superset of ASCII. However, another
API might not assume UTF-8 encoding if the default (ASCII) encoding is set.
mulimoen and others added 30 commits July 24, 2026 20:54
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.0...3.0.2)

---
updated-dependencies:
- dependency-name: syn
  dependency-version: 3.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
feat: added read_raw_into to read containers/reader
deps: update syn requirement from 2.0 to 3.0
Signed-off-by: Magnus Ulimoen <mulimoen@users.noreply.github.com>
Add structured HDF5 error codes and error-path tests
FileBuilder::open_as swallowed the read-write open error for Append mode
and fell through to H5Fcreate with H5F_ACC_EXCL, so a corrupt or
otherwise unreadable file that exists reported EEXIST instead of its
real error
Fix append masking the real error on an unreadable file
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@bee27e3...8a48f81)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Build hdf5-src library at fixed path
…/typos-1.49.0

Bump crate-ci/typos from 1.48.0 to 1.49.0
Add line and file_name to ErrorFrame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.