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

Adding CI, fixing large arrays #33

Merged
merged 7 commits into from
Nov 2, 2024
Merged

Adding CI, fixing large arrays #33

merged 7 commits into from
Nov 2, 2024

Conversation

matajoh
Copy link
Owner

@matajoh matajoh commented Nov 1, 2024

Improvements:

  • Increased CHUNK size as per miniz instructions
  • Added tests for very large arrays in NPZ files
  • Added some CI tests to catch issues across platforms
  • Removed the internal IO streams in favor of just using stringstream
  • NPZs can now be read from and written to memory

Bugfixes:

  • Fixed an issue where very large arrays in NPZ files would throw an error
  • Fixed a bug with mac builds due to deprecated APIs

Fixes #32
Fixes #30
Fixes #29

Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
@matajoh matajoh merged commit 57fcaea into main Nov 2, 2024
6 checks passed
@matajoh matajoh deleted the large_file_fix branch November 2, 2024 02:34
matajoh added a commit that referenced this pull request Nov 2, 2024
Improvements:
- Increased CHUNK size as per miniz instructions
- Added tests for very large arrays in NPZ files
- Added some CI tests to catch issues across platforms
- Removed the internal IO streams in favor of just using stringstream
- NPZs can now be read from and written to memory

Bugfixes:
- Fixed an issue where very large arrays in NPZ files would throw an error
- Fixed a bug with mac builds due to deprecated APIs

Signed-off-by: Matthew Johnson <matthew@matthewajohnson.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant