Skip to content

Commit

Permalink
Merge pull request #145 from nikhil-sarin/v0.4
Browse files Browse the repository at this point in the history
launch v0.4
  • Loading branch information
nikhil-sarin authored Feb 7, 2023
2 parents f3910d3 + 0850bde commit 6efaaf0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# All notable changes will be documented in this file

## [0.4.0] 2023-02-07
Version 0.4.0 release of redback

### Added
- New models for type 1A
- type 1c supernovae model
- mosfit r-process model
- mosfit kilonova model
- Nicholl BNS model
- Power law stratified kilonova
- Redback surrogate models for Bulla BNS, NSBH and Kasen BNS simulations
- Interface with redback surrogates

### Changed
- Phase models explicitly output 0 for t < t0
- Extinction models now work with new SNCosmo style interface
- Updated shock powered models
- Updated default frequency array for spectra, and added option to change it as a keyword argument
- Cleaner interface to fit models in magnitude/flux space

## [0.3.1] 2022-12-22
Version 0.3.1 release of redback

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(name='redback',
version='0.3.1',
version='0.4.0',
description='A Bayesian inference pipeline for electromagnetic transients',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6efaaf0

Please sign in to comment.