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 v1.8.0 #149

Merged
merged 42 commits into from
Dec 24, 2024
Merged

Release v1.8.0 #149

merged 42 commits into from
Dec 24, 2024

Conversation

dbrakenhoff
Copy link
Member

@dbrakenhoff dbrakenhoff commented Nov 11, 2024

  • Add parallel_solve for ArcticDB
  • Improve searching in pastastore
  • Parallel get statistics
  • Parallel apply, and support returning results and converting to DataFrame/Series.

martinvonk
martinvonk previously approved these changes Nov 18, 2024
@martinvonk
Copy link
Contributor

Tested, very cool.

dbrakenhoff and others added 11 commits November 19, 2024 17:55
- add _get_statistics staticmethod for parallel processing
- add helper func to get workers and chunksize for connectors
- pass kwargs to func in _parallel methods
- return results from _parallel()
- add paralllel option to apply
- add parallel option to get_statistics
- add fancy_output kwarg, and method to try concatenating results into Series or DataFrame, else return dict
get model from model name
add alternative code to get models when using arcticdb since Arctic objects cannot be pickled.
- add option to read older zipfiles with .json file extensions
- add shortcircuit for PasConnector since all files are pas files now
Improve reading/writing zipfiles using .pas files everywhere
@dbrakenhoff
Copy link
Member Author

Harsh, .01% off the coverage variation target :P

@martinvonk martinvonk self-requested a review December 3, 2024 15:12
martinvonk
martinvonk previously approved these changes Dec 3, 2024
Copy link
Contributor

@martinvonk martinvonk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested this a bit now and looks good for a new release.

martinvonk
martinvonk previously approved these changes Dec 24, 2024
@martinvonk
Copy link
Contributor

Every time a commit happens my review with approval is dismissed but once and for all:
approve

@dbrakenhoff
Copy link
Member Author

okokok, i will merge

@dbrakenhoff dbrakenhoff merged commit ed9fc9b into master Dec 24, 2024
28 of 29 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