Skip to content

Commit

Permalink
Merge pull request #86 from ntessore/nt/release-v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
Nicolas Tessore committed Dec 10, 2014
2 parents 8c21d92 + 1a3efc1 commit e91d145
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Changelog
=========

v0.3.0 (2014-12-10)
-------------------

* Output of residuals and relative errors.
* Convolution with PSF.
* Separate kernels for rendering and likelihood.
* Automatic freeing of options.
* Paths are read relative to input files.
* Better log file handling.
* Warn if background is zero but no offset was given.
* Warn user if a sky should be used.
* Foreground objects, sky.
* Delta function prior.
* Disentangled options and parser.
* Output numerical constants.
* Simplified data handling with optional weight map.
* Linear kernel execution.
* Output kernel device information.
* Output kernel notifications to stderr.
* Kernel works in two dimensions.
* Added info on how to contribute.
* Example added.

v0.2.0 (2014-11-30)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_MINOR 3
#define VERSION_PATCH 0

0 comments on commit e91d145

Please sign in to comment.