Releases: lincc-frameworks/lightcurvelynx
Releases · lincc-frameworks/lightcurvelynx
v0.3.2
What's Changed
- Auto scale batch size by @jeremykubica in #734
- Allow plotting light curves in magnitudes by @jeremykubica in #735
- Add the ability to simulate spectra by @jeremykubica in #733
- Extend the eztaox demo notebook. by @jeremykubica in #736
- Fix broken notebook by @jeremykubica in #738
- Add an analysis notebook for LightCurveLynx timing by @jeremykubica in #737
- Add ability to disable progress bar by @jeremykubica in #739
- Add a default override for LSST exposure time by @jeremykubica in #741
- Unpin numpy by @jeremykubica in #743
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Small fixes
What's Changed
- Update eztaox_example.ipynb by @jeremykubica in #727
- Fix NumpyRandomFunc with multi-dimensional parameters by @jeremykubica in #728
- Fix multivariate_normal by @jeremykubica in #729
- Allow Passbands to read parquet by @jeremykubica in #730
- Add earlier wavelength debugging by @jeremykubica in #731
Full Changelog: v0.3.0...v0.3.1
v0.3.0
This version update has a breaking change for users of the OpSim class. This class has been broken into two different classes:
OpSimcontinues to represent simulated dataLSSTObsTablenow contains the information for actual runs, such as the SV DB table and DP1.
What's Changed
- Create an SED class by @jeremykubica in #714
- Fix a small bug by @jeremykubica in #717
- Add helper functions for evaluating a spectra of a model at given times. by @jeremykubica in #713
- Break apart the Rubin ObsTable by @jeremykubica in #716
- Fix pickling of BasicMathNode by @jeremykubica in #720
- Small naming fixes by @jeremykubica in #722
- fix zp conversion by @mi-dai in #723
- Make JAX tests more robust to floating point errors by @jeremykubica in #724
- Small prefactor of ObsTable by @jeremykubica in #725
- Create a reader function for an LSST Science Validation DB Table by @jeremykubica in #721
- Prototype of EzTaoX Wrapper by @jeremykubica in #718
- Fix comment by @jeremykubica in #726
Full Changelog: v0.2.9...v0.3.0
v0.2.9
What's Changed
- Small update to the documentation by @jeremykubica in #708
- Add missing notebook by @jeremykubica in #709
- Bump dawidd6/action-download-artifact from 12 to 14 by @dependabot[bot] in #711
- Add option to save full filter names by @jeremykubica in #712
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
- Fix typos by @jeremykubica in #698
- Add a few tests by @jeremykubica in #697
- Fix broken smoke tests by @jeremykubica in #701
- Add support for the extinction package by @jeremykubica in #700
- Add support for the extinction package by @jeremykubica in #699
- Fix smoke tests by @jeremykubica in #702
- Add missing kwargs by @jeremykubica in #704
- Extend ObsTable's colmap by @jeremykubica in #703
- Apply PPT update by @jeremykubica in #706
- Update support for Rubin ccdvisit table by @jeremykubica in #705
Full Changelog: v0.2.7...v0.2.8
v0.2.7
Small bug fix
What's Changed
- Update flow diagram for Lynx by @jeremykubica in #695
- Fix bug in Table Sampler by @jeremykubica in #696
- Add return values to post processing functions by @jeremykubica in #694
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- Require min version of nested-pandas by @jeremykubica in #674
- Fix broken smoke test by @jeremykubica in #679
- Allow for resampling an obstable by @jeremykubica in #681
- Add multi-survey support to RA, dec samplers by @jeremykubica in #678
- Add tests to confirm conflicting filter names are not a problem by @jeremykubica in #685
- Add the option to filter to rest frame time bounds by @jeremykubica in #684
- Update parallel NB with Loky and clearer advices by @hombit in #687
- Update index.rst with BAGLE and VBmicrolensing by @hombit in #689
- Fix formatting of parallel_runs.ipynb by @hombit in #692
- Fix precommit by @jeremykubica in #688
- Initial incorporation of PyLIMA models by @jeremykubica in #658
- add linear decay on mag extrapolation method by @mi-dai in #690
- Extend resampling to handle filter matching by @jeremykubica in #683
- Update PyLIMA NB by @hombit in #693
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- Add a context handler to squash output by @jeremykubica in #657
- linear fit extrapolation optimization by @mi-dai in #656
- Fix breakages with ASV by @jeremykubica in #661
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #666
- Bump dawidd6/action-download-artifact from 11 to 12 by @dependabot[bot] in #665
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #664
- Add more information on the nested table columns by @jeremykubica in #667
- Expand demo notebooks by @jeremykubica in #659
- Add safety and bounds checks to some core utilities by @jeremykubica in #669
- Fix bug in min and max wave computation for RandomMultiObjectModel by @jeremykubica in #670
- Some tests and bug fixes for passbands by @jeremykubica in #668
- Misc comments and checks by @jeremykubica in #671
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Expand the sampling positions notebook by @jeremykubica in #647
- Update Roman Cadence calculation by @mi-dai in #648
- Update Dask installation note in parallel_runs.ipynb by @hombit in #649
- minor pandas warning fix by @mi-dai in #650
- Docs: fix pzflow docs link by @hombit in #651
- Fix type in sncosmo name by @jeremykubica in #653
- Create FunctionNodes for mag2flux and flux2mag by @jeremykubica in #654
- Make extrapolation more general by @mi-dai in #652
- update plasticc ia notebook by @mi-dai in #655
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Clarify where result columns are drawn from by @jeremykubica in #636
- Issue638 by @jeremykubica in #640
- Add a note about outputting logging info by @jeremykubica in #642
- Add the ability to read from a saved CCDVisit Table by @jeremykubica in #637
- Add an example notebook on how to wrap VBMicrolensing by @jeremykubica in #635
- Add ability to turn off saturation by @jeremykubica in #641
- Update the notebook by @jeremykubica in #644
- Notebook update by @jeremykubica in #645
- Add a from_obstable helper by @jeremykubica in #646
Full Changelog: v0.2.2...v0.2.3