Skip to content

Commit

Permalink
Version2.4.0 (#171)
Browse files Browse the repository at this point in the history
* Added sunssb calculatin to theta impact.

* added to theta_impact docstring

* Added sunssb arg to functions.

* Added sunssb arg to solar_wind

* Added sunssb arg to create_fourier_designmatrix_sw

* Added dm_solar_wind_r_to_p

* Added flag to be able to use log10_ne

* Added flag to model2a, model3a, modelgen to turn off rn model.

* Merged with master 2.

* Added option for dropout of intrinsic red noise.

* Added dropout params to docstring

* More merging

* More merging

* More merging

* No changes.

* space deletion

* Tweaks to WN model for CHIME ECORR

* Adding option to set dt for linear_interp_basis in single_pulsar_model for dm_gp and chrom_gp

* Fixed syntax

* Update binned sw model.

* Update binned sw model 2.

* Update binned sw model 3.

* Update binned sw model 4.

* Update binned sw model 5.

* Update binned sw model 6.

* Update binned sw model 7.

* Update binned sw model 8.

* Update binned sw model 9.

* Added combine flag to red noise blocks

* set zero to 1e-40

* Added model 4a

* fixed typo with rn in model general

* fixed typo with ss in model general

* fix typ in chromatic blk

* fix typ in chromatic blk

* adding broken powerlaw to model_general

* fix delta_common flag

* more conflict resolution

* fix merge conflict common_red

* add gw_crn to sampler flags

* fix sampler issue

* fixed broken power law

* make fbend prior based on Tspan

* added general linear interpolant basis

* further tweaks to general linear inter

* change names in model_general

* added white noise dropout models

* fixed variables

* add cov.npy load in

* small tweaks to cusp model

* starting to add new emp dist jump prop

* playing with new jump proposal

* small work on jp

* adding pulsar based jump props

* adding pulsar based jump props 2

* fix psr emp dist jp

* fix psr emp dist jp 2

* adding new chromatic gp JP

* revert to standard dropout_rn

* up the coverage

* adding pulsars with sunssb attr

* various solar wind upgrades

* linting

* tests for new solar wind functions

* fix to signal

* rm wn_dropout to another branch

* linting

* matching WN models

* multiple dt definitions

* rm names from docstring

* multiple dt definitions

* f bend frequency range

* added option for tnequad, default t2equad

* move to enterprise-v3.3.0 for T2EQUAD support

* bump to version 2.4.0

Co-authored-by: Joseph Simon <[email protected]>
  • Loading branch information
Hazboun6 and Joseph Simon authored Feb 11, 2022
1 parent b5a2005 commit 5753a63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
=======
History
=======
2.4.0 (2022-02-10)
Use Timing Package (Tempo,Tempo2,Pint) definition of EQUAD. Enterprise has
broken backwards compatibility, and here we use the `tnequad` flag to switch on
the old definition.

2.3.4 (2021-11-02)
Fix phase shift seed caching issue.

Expand Down
2 changes: 1 addition & 1 deletion enterprise_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.4"
__version__ = "2.4.0"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.4
current_version = 2.4.0
commit = True
tag = True

Expand Down

0 comments on commit 5753a63

Please sign in to comment.