Release v2.2.0
Feature updates and bug fixes
What's Changed
- Fix dir local variables by @nicolasbock in #529
- Modifications to support additional offload builds by @mewall in #527
- Enable override of variables for tests by @nicolasbock in #532
- added sparse matrix example by @finkeljos in #534
- Fix copy and setters by @oseikuffuor1 in #536
- Fix paths in tag update script by @nicolasbock in #537
- Modification to enable Cray fortran build by @mewall in #538
- Fix Summit build script by @jeanlucf22 in #540
- Change the way MPI datatype is built for dense case by @jeanlucf22 in #543
- Add CUDA libraries when linking if CUDA is found by cmake by @mewall in #544
- set_row distributed2d by @jeanlucf22 in #548
- Bug fix in transpose for distributed2d by @jeanlucf22 in #549
- Add CUDA libraries when linking if CUDA is found by cmake by @mewall in #545
- Split container jobs into separate jobs by @nicolasbock in #550
- Add Conda badge by @nicolasbock in #552
- Update webpage with new badge by @nicolasbock in #553
- Add bml_get_deep_type function by @jeanlucf22 in #551
- Bug fix and add test for fixed function by @jeanlucf22 in #554
- Add functionalities for distributed2d gershgorin by @jeanlucf22 in #555
- Switch to non-blocking MPI recv in multiplication by @jeanlucf22 in #556
- Use irecv in distributed transpose by @jeanlucf22 in #558
- Add get_sparsity function to distributed2d by @jeanlucf22 in #559
- Fix issues with ScaLapack call by @jeanlucf22 in #560
- Enable testing Fortran interface with MPI by @jeanlucf22 in #561
- Minor fixes in outputs for MPI runs by @jeanlucf22 in #563
- Fix matrix size for fortran tests by @jeanlucf22 in #564
- Add workflow to check for stale issues and PRs by @nicolasbock in #565
- Fix permission issue with stale workflow by @nicolasbock in #567
- Bug fix in datatype for normalize_distributed2d by @jeanlucf22 in #569
- Element-wise matrix multiplication and corresponding tests are added by @ares201005 in #562
- Automate API doc building by @nicolasbock in #435
- Ignore local worktrees by @nicolasbock in #573
- Fixup the style of the rst documentation by @nicolasbock in #574
- Add RTD badge by @nicolasbock in #575
- Fix for
sphinx<2
(as used on RTD) by @nicolasbock in #576 - Fix readthedocs build by @nicolasbock in #577
- Make list style consistent by @nicolasbock in #578
- Upgrade pinned package versions by @nicolasbock in #579
- Shorten paths in
__FILE__
expansion by @nicolasbock in #370
New Contributors
- @finkeljos made their first contribution in #534
Full Changelog: v2.1.1...v2.2.0