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

Dev to Master #412

Merged
merged 98 commits into from
Mar 12, 2025
Merged

Dev to Master #412

merged 98 commits into from
Mar 12, 2025

Conversation

vhaasteren
Copy link
Member

There have been quite a few updates again. Most significantly, no more dependency on libstempo and PINT, which will help with dependency-hell for other packages.

Changes:

  • Adding hypercube transformations and PPF functions
  • Support for feather files
  • Removal of libstempo and PINT as mandatory dependencies
  • Bugfix: allow 2D left / right arrays in MarginalizingNmat
  • Updated examples

astrolamb and others added 30 commits November 30, 2023 15:40
…alculation and OS statistics. We changed her original elif-condition from: elif right.ndim == 2 and left_array is not None and left_array.ndim == 2:, to: elif left_array is not None and right.ndim == left_array.ndim and right.ndim<=2:. This was done in order to include the case where both right and left_array have dimension 1, but they are not the same.
@vhaasteren vhaasteren requested a review from AaronDJohnson March 5, 2025 15:30
Copy link
Collaborator

@AaronDJohnson AaronDJohnson left a comment

Choose a reason for hiding this comment

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

There is only one section that could use a little cleaning for maintainability. If we want to do it later, I will submit an issue instead.

@AaronDJohnson
Copy link
Collaborator

The rule sets have been changed to accept mac-os latest, so if we rerun the CI, we should be able to merge.

@vhaasteren vhaasteren merged commit 40060b1 into master Mar 12, 2025
25 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.

5 participants