Skip to content

Releases: hpc4cmb/libconviqt

Add Accessor Methods

20 Jun 15:06
Compare
Choose a tag to compare
v1.2.7

Bump version to 1.2.7

Fix CFITSIO warning

25 Mar 05:38
Compare
Choose a tag to compare
v1.2.6

Bump version

Fix version

18 Mar 19:48
Compare
Choose a tag to compare
v1.2.5

Bump version

Support newer CFITSIO

18 Mar 19:46
6987108
Compare
Choose a tag to compare

New point release to include several small recent fixes.

Fix typo causing compile error with OpenMPI

13 Nov 22:23
Compare
Choose a tag to compare
When specifying optional arguments, all previous optional arguments m…

…ust be specified.  This did not error with MPICH since "verbosity" and the communicator were both type int.  However it produced an error with OpenMPI. (#7)

Fix MPI communicator error

01 Nov 06:56
f0a7782
Compare
Choose a tag to compare

This release fixes an issue causing an error when the communicator is not MPI_COMM_WORLD.

Fix missing includes

30 Sep 20:29
cea5e8f
Compare
Choose a tag to compare

Include stdexcept for runtime_error.

NPIPE sims

25 Apr 17:47
c9d73ce
Compare
Choose a tag to compare

Version of the library used in NPIPE sims. Includes fixes to memory and beam normalization.

Optimized

06 Feb 17:19
ea5a35f
Compare
Choose a tag to compare

This release features a number of optimizations. It also includes a separate Python wrapper.

Fix compilation with Intel compilers

25 Apr 23:21
Compare
Choose a tag to compare

This fixes a namespace issue that was detected by the Intel compilers.