WIP: alter_devel #7

Closed
stricot wants to merge 0 commits from alter_devel into devel
Owner

This pull request was created to resolve a diverging issue in the devel branch

This pull request was created to resolve a diverging issue in the devel branch
stricot added 6 commits 2025-02-27 16:17:05 +01:00
a98fd58385 Add a new 'nogui' compilation target
Makefile has a new 'nogui' target to build msspec without
any graphical user interface. Exporting data to text files
and *.png images are still possible. Useful for installing
on headless machines or if the gui is too difficult to
install (due to WxPython).
7ee9269c32 Change the F2PY command
F2PY was 'f2py3', but it is now 'f2py' to ensure using the
Fortran to Python builder of the current virtualenv.
db6ee27699 Add a shape_cluster function
This function is meant to replace the hemispherical_cluster
function dur to some bugs.
feaaabc9c4 Add kwargs to the pipeline function
The user can now provide a 'pipeline' function with only '**kwargs' in
arguments. It is more flexible and easier to write. The 'sweep_index'
keyword is always automatically added, so the 'passindex' option has
been removed since it was redundant with the index of the final
dataframe object.
The user-defined 'pipeline' function can now return anything. It is
no longer limited to ([x,],[y,]) format.
stricot closed this pull request 2025-02-27 18:13:31 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: epsi/msspec_python3#7
No description provided.