Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.91 KB

CHANGELOG.rst

File metadata and controls

46 lines (35 loc) · 1.91 KB

1.2.2 (2020-02-28)

  • [core] Add support for Python 3.8
  • [docs] Improved and expanded explanations in quickstart example.

1.2.1 (2018-11-01)

  • [core] Add support for Python 3.7
  • [docs] New FAQ page with Frequently Asked Questions.
  • [docs] Better documentation of get_coords_meshgrid function.
  • [cmake] By default, install |galario| in the active conda environment directory unless cmake -DCMAKE_INSTALL_PREFIX=/path/... is specified.

1.2 (2018-06-20)

  • [interface] New origin option to specify direction of Dec axis for input image in *Image() functions.
  • [core/bugfix] More robust DFT interpolation for sources that are large or hugely offset from phase center.
  • [docs] New Tech specs page on specifications of the input image with new origin option.
  • [docs] New Cookbook recipe on how to create the correct coordinate mesh grid.

1.1 (2018-05-14)

  • [interface] Python and C++ code now throw detailed exceptions allowing fine-grained control, e.g. for executions on GPU.
  • [core/bugfix] More robust interpolation of brightness profile in the central pixel for steep f(R) profiles.
  • [core] Drop support for C. Only C++ and Python are now supported.
  • [core] Memory handling on GPU: memory is now automatically freed in case of an error (allows catching errors with Exceptions).

1.0.2 (2017-12-19)

  • [interface] CPU version can now be installed with conda install -c conda-forge |galario|.
  • [core/bugfix] Fix memory leak in GPU version.
  • [core] Allow multiple processes to use the GPU concurrently by default.
  • [docs] Improve installation notes and quickstart example.

1.0.1 (2017-10-05)

  • [interface] Allow uninstalling |galario| with make uninstall.
  • [interface] Allow enabling/disabling check for CUDA on Mac OS with cmake -DGALARIO_CHECK_CUDA=1.

1.0 (2017-09-19)

  • First release.