Releases: lincc-frameworks/lightcurvelynx
Releases · lincc-frameworks/lightcurvelynx
v0.1.5
What's Changed
- Create SNANA demo notebook by @jeremykubica in #573
- Add progress bars to long file loads by @jeremykubica in #576
- Create functions to compute the survey coverage by @jeremykubica in #577
- Add citation notations for LCLIB and SIMSED data by @jeremykubica in #579
- Add parameter annotations by @jeremykubica in #575
- Speed up MOC generation by removing near duplicate pointings by @jeremykubica in #578
- Add units for hostmass throughout the code by @jeremykubica in #581
Full Changelog: v0.1.4...v0.1.5
v0.1.4
The major changes are the removal of the SplineModel and the support of SED-template-based models.
What's Changed
- Fix broken tests by @jeremykubica in #559
- Fix deprecation warning for trapz by @jeremykubica in #560
- Add logging and a progress bar by @jeremykubica in #558
- Refactor Zeropoint Code by @jeremykubica in #557
- Clean up the parameters interface by @jeremykubica in #561
- Create a flexible parameter computation for the FakeObsTable by @jeremykubica in #562
- Rename internal lightcurve template model data structures by @jeremykubica in #566
- Move the SED basis function code to its own class by @jeremykubica in #567
- Make parameter deriver more configurable by @jeremykubica in #564
- Support reading and Querying of SIMSED models by @jeremykubica in #570
- Remove the unneeded SplineModel by @jeremykubica in #572
- Make PassbandGroup optional for LightcurveTemplateModel by @jeremykubica in #571
- Add comments about the redshift correction by @jeremykubica in #568
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Provide ability to save results as a HATS catalog by @jeremykubica in #541
- Skip documenting private members by @jeremykubica in #544
- Allow sampling RA, dec from a HATS catalog by @jeremykubica in #545
- Make two of the internal classes private by @jeremykubica in #546
- Refactor ObsTable getters by @jeremykubica in #540
- Include static resources by @delucchi-cmu in #550
- add zero point uncertainty to error calculation by @mi-dai in #526
- Make JAX Optional by @jeremykubica in #551
- Noise Free ObsTable by @jeremykubica in #547
- Alter comment wording when setting default survey values by @olivialynn in #549
- Make the extinction libraries optional by @jeremykubica in #552
- Clean up ObsTable footprint and radius use by @jeremykubica in #553
- Switch DetectorFootprint units to be consistent with ObsTable by @jeremykubica in #555
- fix ztf radius by @mi-dai in #554
- Fix typo with units. by @jeremykubica in #556
Full Changelog: v0.1.1...v0.1.3
v0.1.2
Fixing tag number
Updates from v0.1.0
- Update README.md by @jeremykubica in #520
- A few small docstring updates by @jeremykubica in #522
- Add ability to sample from scipy.stats by @jeremykubica in #524
- Improve efficiency of ObsTableUniformRADECSampler by @jeremykubica in #525
- Add documentation about saving results by @jeremykubica in #523
- Bump actions/setup-python from 5 to 6 by https://github.com/dependabot[bot] in #530
- Bump asv from 0.6.4 to 0.6.5 by https://github.com/dependabot[bot] in #528
- Bump peter-evans/find-comment from 3 to 4 by https://github.com/dependabot[bot] in #529
- Fix typo in passband-demo.ipynb by @hombit in #533
- Allow multi-processing of results via a pool parameter by @jeremykubica in #516
- Add saturation thresholds by @olivialynn in #521
- Change use of filters to obs index in saturation computation by @olivialynn in #538
- Rename the tables in the Passbands by @jeremykubica in #539
v0.1.0
What's Changed
- Add AGN notebook to the index by @hombit in #490
- Small fixes for AGN notebook by @hombit in #492
- Fix problems with RA, dec sampling by @jeremykubica in #491
- Require kwarg tags by @jeremykubica in #486
- Wrap the Redback Models by @jeremykubica in #466
- Create a more realistic fake survey by @jeremykubica in #485
- Incorporate redback's internal citations by @jeremykubica in #494
- Allow surveys to use custom footprints by @jeremykubica in #489
- Add a helper copy method to GraphState by @jeremykubica in #497
- Expand the LightCurveTemplate models to take magnitudes by @jeremykubica in #498
- Provide a helper function to augment the light curves by @jeremykubica in #496
- Rename footprint by @jeremykubica in #500
- calculate sn coordinates given physical separation by @mi-dai in #501
- Add the ability to generate and plot noise free lightcurves by @jeremykubica in #493
- replace time with obsmjd in obstable calculation to avoid error about… by @mi-dai in #502
- Move ZTF zeropoint code into zeropoint.py by @jeremykubica in #503
- Add at time window to redback demo notebook. by @jeremykubica in #505
- add frame as a parameter for ExtinctionEffect by @mi-dai in #512
- Remove rest_frame parameter from some effects by @jeremykubica in #513
- Add a helper to concatenate results by @jeremykubica in #515
- Change how ParameterizedNodes access attributes by @jeremykubica in #514
- Fix flaky tests by @jeremykubica in #517
- Clarify Passband logic by @jeremykubica in #518
- Allow LightcurveData to be passed into model by @jeremykubica in #519
Full Changelog: v0.0.9...v0.1.0
v0.0.9
What's Changed
- Fix broken benchmark by @jeremykubica in #465
- Rename image file by @jeremykubica in #464
- Fix numpy version pin by @hombit in #468
- Fix comments for some obstable subclasses by @jeremykubica in #470
- Plotting functions return the axis by @jeremykubica in #467
- Fix Issue479 by @jeremykubica in #480
- Fix Issue 478 by @jeremykubica in #482
- Add SED and bandflux to glossery by @hombit in #484
- Fix AGN model and add documentation notebook for it by @hombit in #483
- Fix issue487 by @jeremykubica in #488
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
Renamed Project
- Add preset for Roman Filters by @jeremykubica in #438
- Fix typo by @jeremykubica in #442
- Add a node that can sample from Bilby by @jeremykubica in #444
- Add comment about rejection sampling by @jeremykubica in #447
- Expand the Position Sampling Notebook by @jeremykubica in #448
- Fix test warning by @jeremykubica in #446
- Fix Issue 453 by @jeremykubica in #454
- add roman obstable and tests by @mi-dai in #451
- Add a helper function to create a DAG of parameters by @jeremykubica in #459
- Make lc_t0 required by @jeremykubica in #462
- Speed up bandpass integration on regular grids by @jeremykubica in #445
- Rename TDAstro by @jeremykubica in #463
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Fix benchmark scripts by @jeremykubica in #408
- Add the ability to create models from synphot SourceSpectrum by @jeremykubica in #404
- Conda installation instructions for optional dependencies by @hombit in #409
- Rename computation methods by @jeremykubica in #413
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #414
- Create a new ObsTable base class by @jeremykubica in #412
- Fix small bug in OpSim Notebook by @jeremykubica in #421
- Small refactoring of simulate by @jeremykubica in #420
- Rename core classes and functions by @jeremykubica in #376
- Update glossary.rst by @mi-dai in #422
- Rename the LightcurveSource by @jeremykubica in #424
- Standardize on bandflux by @jeremykubica in #425
- Fix broken benchmark by @jeremykubica in #426
- Rename one of the test files by @jeremykubica in #427
- Rename the first batch of "sources" to "models" by @jeremykubica in #423
- Rename opsim directory to obstable by @jeremykubica in #429
- Finish renaming of "source" to "model" by @jeremykubica in #428
- Allow ObsTable to read/write using parquet by @jeremykubica in #431
- Create a more efficient mechanism for sampling from an ObsTable's coverage by @jeremykubica in #434
- Add support for processing multiple surveys by @jeremykubica in #432
- Add ability to read in MOC from file by @jeremykubica in #435
- Fix name of healpix list by @jeremykubica in #436
- Documentation cleanup by @jeremykubica in #437
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Add more comments and clarifications for dustmaps by @jeremykubica in #363
- Add an iterator to PassbandGroup by @jeremykubica in #367
- Add ability to restrict OpSim search by time range by @jeremykubica in #372
- Add a basic tutorial for host/source models by @jeremykubica in #366
- Baye sn by @aliceliu723 in #358
- Add helpers for recreating a GraphState by @jeremykubica in #374
- Add ability to limit simulations to window around t0 by @jeremykubica in #375
- Remove references to background model by @jeremykubica in #379
- Create a model that chooses a random SED to use by @jeremykubica in #364
- Add the ability to download and use SVO filters by @jeremykubica in #380
- Reorganize and expand Passband notebook by @jeremykubica in #382
- Create a simple binary sampler by @jeremykubica in #383
- Fix bandflux bug by @jeremykubica in #384
- Add a constant bandflux model by @jeremykubica in #386
- Simplify BandfluxModel's get_band_fluxes by @jeremykubica in #388
- Add some debugging helpers for effects by @jeremykubica in #389
- Expand documentation by @jeremykubica in #390
- Installation instructions for conda-forge by @hombit in #391
- Add a microlensing effect by @jeremykubica in #387
- Reduce the memory requirements for the test_snia.py by @jeremykubica in #393
- Add more benchmarks by @jeremykubica in #394
- Reorganize get_band_fluxes by @jeremykubica in #396
- Extend the SinWaveSource to be baseline + sinwave by @jeremykubica in #397
- Extend the multisource models to take bandflux only models by @jeremykubica in #398
- Add an example notebook with time varying effects by @jeremykubica in #399
- Update notebook by @jeremykubica in #400
- Use a cached copy of the nugent-sn1a model for testing by @jeremykubica in #402
- Add a load from file option for Static SED models by @jeremykubica in #403
- Make VBMicrolensing an optional dependency by @jeremykubica in #395
- Make sncosmo an optional dependency by @jeremykubica in #407
- Make pzflow package an optional dependency by @jeremykubica in #406
New Contributors
- @aliceliu723 made their first contribution in #358
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- Create a Passband only model type by @jeremykubica in #355
- Fix issue 354 by @jeremykubica in #356
Full Changelog: v0.0.4...v0.0.5