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/v0.3.0 #10

Merged
merged 20 commits into from
Jul 22, 2024
Merged

Release/v0.3.0 #10

merged 20 commits into from
Jul 22, 2024

Conversation

BielStela
Copy link
Contributor

@BielStela BielStela commented Apr 30, 2024

Changes

Project structure and tooling

  • New src/ project structure
  • Migrate setup metadata and tooling to pyproject.toml
  • Switch linting and formatting to ruff and reformats everything
  • mypy pre-commit and fix typing here and there
  • migrate to newer bump-my-version package config in pyproject.toml to, guess, bump the version

Fixes

  • Fix test failing with latest (>2023.9.2) dask versions

TODOs

  • CI is good
  • Docs
  • Bump version

@BielStela BielStela marked this pull request as draft May 14, 2024 15:24
@BielStela BielStela marked this pull request as ready for review July 17, 2024 14:23
Hack numpy with on purpose overflow to avoid exception when deserializing array.

Numpy's masked array default value does not take into account the bit depth of the dtype thus making wrong fill values for int8 and int16 (defaults to 999999). This wasn't crashing in numpy 1.x because it allowed casting (and overflowing) of python ints larger than dtype bounds.
@BielStela BielStela requested a review from fgassert July 22, 2024 15:59
@fgassert fgassert merged commit cdee856 into main Jul 22, 2024
4 checks passed
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