Laddu

Latest version: v0.5.1

Safety actively analyzes 723843 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.5.1

Fixed

- change unwrap to print error and panic
- unwrap call_method so that it reports the stack trace if the method fails

laddu-extensions-v0.5.1
Fixed

- change unwrap to print error and panic
- unwrap call_method so that it reports the stack trace if the method fails

py-laddu-v0.5.0
Added

- add unit-valued `Expression` and define convenience methods for summing and multiplying lists of `Amplitude`s
- add the ability to name likelihood terms and convenience methods for null and unit likelihood terms, sums, and products
- display the AmplitudeID's name and ID together
- add `Debug` and `Display` to every `Variable` (and require them for new ones)

Fixed

- update GradientValues in non-default feature branches
- correct gradients of zero and one by adding the number of parameters into `GradientValues`
- update GradientValues in non-default feature branches (missed one)
- improve summation and product methods to only return a Zero or One if the list is empty
- change `LikelihoodTerm` naming to happen at registration time
- add python feature gate to likelihood-related methods

Other

- *(amplitudes)* expand gradient test to cover more complex cases and add tests for zeros, ones, sums and products
- *(amplitudes)* add test for printing expressions
- *(variables)* add tests for `Variable` Display impls
- *(data)* fix tests by implementing Debug/Display for testing variable
- ignore excessive precision warnings
- *(likelihoods)* fix typo in `NLL` documentation

py-laddu-mpi-v0.5.0
Added

- display the AmplitudeID's name and ID together
- add unit-valued `Expression` and define convenience methods for summing and multiplying lists of `Amplitude`s
- add `Debug` and `Display` to every `Variable` (and require them for new ones)
- add the ability to name likelihood terms and convenience methods for null and unit likelihood terms, sums, and products

Fixed

- update GradientValues in non-default feature branches
- correct gradients of zero and one by adding the number of parameters into `GradientValues`
- update GradientValues in non-default feature branches (missed one)
- improve summation and product methods to only return a Zero or One if the list is empty
- change `LikelihoodTerm` naming to happen at registration time
- add python feature gate to likelihood-related methods

Other

- *(amplitudes)* expand gradient test to cover more complex cases and add tests for zeros, ones, sums and products
- *(amplitudes)* add test for printing expressions
- *(variables)* add tests for `Variable` Display impls
- *(data)* fix tests by implementing Debug/Display for testing variable
- ignore excessive precision warnings
- *(likelihoods)* fix typo in `NLL` documentation

0.5.0

Added

- display the AmplitudeID's name and ID together
- add unit-valued `Expression` and define convenience methods for summing and multiplying lists of `Amplitude`s
- add `Debug` and `Display` to every `Variable` (and require them for new ones)
- add the ability to name likelihood terms and convenience methods for null and unit likelihood terms, sums, and products

Fixed

- update GradientValues in non-default feature branches
- correct gradients of zero and one by adding the number of parameters into `GradientValues`
- update GradientValues in non-default feature branches (missed one)
- improve summation and product methods to only return a Zero or One if the list is empty
- change `LikelihoodTerm` naming to happen at registration time
- add python feature gate to likelihood-related methods

Other

- *(amplitudes)* expand gradient test to cover more complex cases and add tests for zeros, ones, sums and products
- *(amplitudes)* add test for printing expressions
- *(variables)* add tests for `Variable` Display impls
- *(data)* fix tests by implementing Debug/Display for testing variable
- ignore excessive precision warnings
- *(likelihoods)* fix typo in `NLL` documentation

laddu-python-v0.5.0
Added

- add unit-valued `Expression` and define convenience methods for summing and multiplying lists of `Amplitude`s
- add `Debug` and `Display` to every `Variable` (and require them for new ones)

Fixed

- improve summation and product methods to only return a Zero or One if the list is empty

laddu-extensions-v0.5.0
Added

- add the ability to name likelihood terms and convenience methods for null and unit likelihood terms, sums, and products

Fixed

- update GradientValues in non-default feature branches (missed one)
- update GradientValues in non-default feature branches
- correct gradients of zero and one by adding the number of parameters into `GradientValues`
- improve summation and product methods to only return a Zero or One if the list is empty
- change `LikelihoodTerm` naming to happen at registration time
- add python feature gate to likelihood-related methods

Other

- *(likelihoods)* fix typo in `NLL` documentation

laddu-core-v0.5.0
Added

- display the AmplitudeID's name and ID together
- add unit-valued `Expression` and define convenience methods for summing and multiplying lists of `Amplitude`s
- add `Debug` and `Display` to every `Variable` (and require them for new ones)

Fixed

- update GradientValues in non-default feature branches
- correct gradients of zero and one by adding the number of parameters into `GradientValues`

Other

- *(amplitudes)* expand gradient test to cover more complex cases and add tests for zeros, ones, sums and products
- *(amplitudes)* add test for printing expressions
- *(variables)* add tests for `Variable` Display impls
- *(data)* fix tests by implementing Debug/Display for testing variable
- ignore excessive precision warnings

laddu-amplitudes-v0.5.0
Other

- ignore excessive precision warnings

py-laddu-v0.4.1
Added

- add `PhaseSpaceFactor` amplitude

py-laddu-mpi-v0.4.1
Added

- add `PhaseSpaceFactor` amplitude

0.4.1

Added

- add `PhaseSpaceFactor` amplitude

laddu-python-v0.4.1
Fixed

- get rid of unused variable warning

3 [0.4.0](https://github.com/denehoffman/laddu/compare/laddu-python-v0.3.0...laddu-python-v0.3.1) - 2025-02-28

Added

- redefine eps->aux in `Event` definition

Other

- move all MPI code to `laddu-python` to make sure MPI docs build properly

laddu-extensions-v0.4.1
Other

- updated the following local packages: laddu-python

laddu-amplitudes-v0.4.1
Added

- add `PhaseSpaceFactor` amplitude

py-laddu-v0.4.0
Added

- split `laddu` python package into two, with and without MPI support
- redefine eps->aux in `Event` definition

Fixed

- reorganize package structure

Other

- move all MPI code to `laddu-python` to make sure MPI docs build properly
- finalize conversion of eps->aux in data formatting
- fix citation formatting

py-laddu-mpi-v0.4.0
Fixed

- reorganize package structure

0.4.0

Added

- redefine eps->aux in `Event` definition

Other

- finalize conversion of eps->aux in data formatting
- fix citation formatting

laddu-python-v0.4.0
Added

- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface

Fixed

- forgot to update the `laddu-python` `use_mpi` function to have a trigger arg
- add feature flag to `laddu-python` and update MSRV for `mpisys` compatibility

Other

- update all documentation to include MPI modules
- add some clippy lints and clean up some unused imports and redundant code
- _(vectors)_ use custom type for 3/4-vectors rather than trait impl for nalgebra Vectors

laddu-extensions-v0.4.0
Other

- fix citation formatting

laddu-core-v0.4.0
Added

- redefine eps->aux in `Event` definition

Other

- finalize conversion of eps->aux in data formatting

laddu-amplitudes-v0.4.0
Added

- redefine eps->aux in `Event` definition

py-laddu-v0.3.0
Added

- make `mpi` a feature in `py-laddu` to allow people to build the python package without it
- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface
- switch the MPI implementation to use safe Rust via a RwLock

Fixed

- add non-MPI failing functions for MPI calls on non-MPI python builds
- add mpi feature for laddu-python to py-laddu
- calling get_world before use_mpi causes errors
- correct the open method and counts/displs methods

Other

- update all documentation to include MPI modules
- add mpich to builds
- *(vectors)* complete tests for vectors module
- *(vectors)* add more vector test coverage
- *(vectors)* use custom type for 3/4-vectors rather than trait impl for nalgebra Vectors
- add some clippy lints and clean up some unused imports and redundant code
- *(ganesh_ext)* documenting a few missed functions
- use elided lifetimes

0.3.0

Added

- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface
- switch the MPI implementation to use safe Rust via a RwLock

Fixed

- add sentry dependency for which to force the version, not sure what the best fix really is, but this should work for now
- calling get_world before use_mpi causes errors
- correct the open method and counts/displs methods

Other

- update all documentation to include MPI modules
- add some clippy lints and clean up some unused imports and redundant code
- *(vectors)* use custom type for 3/4-vectors rather than trait impl for nalgebra Vectors
- update benchmark to only run on powers of 2 threads
- *(vectors)* complete tests for vectors module
- *(vectors)* add more vector test coverage
- *(ganesh_ext)* documenting a few missed functions
- use elided lifetimes

laddu-python-v0.3.0
Added

- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface

Fixed

- forgot to update the `laddu-python` `use_mpi` function to have a trigger arg
- add feature flag to `laddu-python` and update MSRV for `mpisys` compatibility

Other

- update all documentation to include MPI modules
- add some clippy lints and clean up some unused imports and redundant code
- *(vectors)* use custom type for 3/4-vectors rather than trait impl for nalgebra Vectors

laddu-extensions-v0.3.0
Added

- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface

Other

- *(ganesh_ext)* documenting a few missed functions
- update all documentation to include MPI modules
- add some clippy lints and clean up some unused imports and redundant code
- use elided lifetimes

laddu-core-v0.3.0
Added

- switch the MPI implementation to use safe Rust via a RwLock
- update MPI code to use root-node-agnostic methods
- first pass implementation of MPI interface

Fixed

- calling get_world before use_mpi causes errors
- correct the open method and counts/displs methods

Other

- *(vectors)* complete tests for vectors module
- *(vectors)* add more vector test coverage
- update all documentation to include MPI modules
- *(vectors)* use custom type for 3/4-vectors rather than trait impl for nalgebra Vectors

laddu-amplitudes-v0.3.0
Other

- update all documentation to include MPI modules
- add some clippy lints and clean up some unused imports and redundant code

py-laddu-v0.2.6
Added

- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix

Fixed

- use proper ownership in setting algorithm error mode
- use correct enum in L-BFGS-B error method

Other

- update Cargo.toml dependencies

0.2.6

Added

- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix

Fixed

- use proper ownership in setting algorithm error mode
- use correct enum in L-BFGS-B error method

Other

- update Cargo.toml dependencies

laddu-python-v0.2.5
Other

- update Cargo.toml dependencies

laddu-extensions-v0.2.6
Added

- bump `ganesh` to add "skip_hessian" minimization option to skip calculation of Hessian matrix

Fixed

- use proper ownership in setting algorithm error mode
- use correct enum in L-BFGS-B error method

laddu-core-v0.2.5
Other

- update Cargo.toml dependencies

laddu-amplitudes-v0.2.5
Other

- updated the following local packages: laddu-core, laddu-python

py-laddu-v0.2.5
Fixed

- move `rayon` feature bounds inside methods to clean up the code and avoid duplication

Other

- *(data)* fix bootstrap tests by changing seed
- update dependencies and remove `rand` and `rand_chacha`

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.