Nmma

Latest version: v0.2.2

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.2.2

What's Changed
* nflows only in nnanalysis by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/376
* Update requirements.txt by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/377
* bug fix and new function in NSBH ejecta fits by atoivonen13 in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/381
* add support for time dependent (and filter dependent) systematic error by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/383
* threadpoolexecutor for distributing MPI by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/230
* working test by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/384
* systematics docs by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/387
* refactored systematics code by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/385


**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/0.2.1...0.2.2

0.2.1

What's Changed
* add changelog by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/331
* add changelog by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/332
* Allow user specify ra,dec for fits input by tsunhopang in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/333
* Restrict tensorflow to <=2.15.0 to avoid new errors by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/334
* Modify analysis slurm script to include PRIOR variable by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/336
* Update docker/build-push-action from v4 to v5 by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/339
* Save json file with benchmark chi2 percentiles by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/340
* More consistent loading of lightcurve files by tylerbarna in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/341
* Restructure sncosmo.get_bandpass block in get_default_filts_lambdas by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/343
* Utility to validate lightcurves are observed adequately by tylerbarna in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/342
* Add script to plot all benchmark results for a model by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/345
* Update of resampling methods by haukekoehn in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/348
* Remove LANL2022 model in favor of specific morphologies by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/349
* Update index.rst by bking-astro in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/350
* add `rst` linter by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/351
* update filter doc by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/353
* add numcodecs to yml by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/355
* Add example slurm script used by nmma API by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/356
* Prevent parallel model download when using MPI by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/361
* Fix NSBH disk mass fit by atoivonen13 in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/360
* add support for citations attribute by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/364
* Fetching Ebv from dustmap by tsunhopang in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/366
* adding new rubin ToO strategy into nmma by bking-astro in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/363
* Observing scenarios lightcurves sim by weizmannk in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/368
* Better summary plot for lightcurve-analysis by tsunhopang in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/365
* Adding neural network inference to NMMA by malinadesai in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/370
* Add support for Python 3.12 by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/371
* Fix pyproject.toml by mcdavis62 in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/373
* Additional Dependencies by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/372

New Contributors
* malinadesai made their first contribution in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/370
* mcdavis62 made their first contribution in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/373

**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/0.2.0...0.2.1

0.2.0

- SVD model files previously stored in `.pkl` format now use `.joblib` to save space, (de)compress implicitly and increase read/write speed
- The gitlab repo has been updated with these files but also retains the `pkl` files for backward-compatibility
- The zenodo repo has been deprecated due to file size/number limitations. The repo is still up but will not be accessed by NMMA code
- The latest code will raise an error if `--local-only` is set and no `joblib` files have been downloaded. Local workflows should remove this flag temporarily to download the needed files from gitlab

What's Changed
* change the order of urls in pyproject.toml by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/321
* Add cff by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/324
* Doker file for NMMA by FabioRagosta in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/322
* Only run docker CI/website deploy workflows on primary repo by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/325
* Redefine default filters for make_lcs scripts by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/327
* Restrict to Python < 3.12 by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/328
* Update pyproject.toml by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/329
* Switch pickle model format to joblib by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/290
* Adding functionality for using Bayestar fit input for inclination by tsunhopang in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/330


**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/0.1.4...0.2.0

0.1.4

What's Changed
* Versioning change by Theodlz in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/286
* Require scipy < 1.10 by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/287
* Require scipy >= 1.10 by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/288
* local SVD models using`--local-only` for LC generation by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/289
* Update README.md by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/291
* Add new version of Bulla model: Bu2023Ye by shreyasahasram08 in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/292
* adding functions to model_parameters by bking-astro in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/297
* Remove 'old-style' _mag model code by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/298
* Add local-model-only flag to joint analyses by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/294
* Adding capcability for Lbol inference by tsunhopang in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/300
* Fix svdmodel_benchmark filter specification, add unit test by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/303
* Enhancements for EM Counterpart Detection and Bandpass Interpolation (sncosmo) by weizmannk in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/305
* Add tool to convert skyportal lightcurves to nmma format by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/304
* Add example script containing tf training calls by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/309
* Refactor convert_skyportal_lcs.py for script installation by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/310
* Update LANL model in tf_training_calls.sh by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/311
* Remove duplicate line from Bu2023Ye prior by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/312
* Refactor resample_grid.py to enable script installation by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/313
* changes to filters flag in LC gen. Check MPI in analysis.py by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/314
* Let svdmodel-benchmark take comma-separated filters by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/315
* minor update to documentation formatting by tylerbarna in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/320
* Refactor unit tests to support local pytest runs by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/319

New Contributors
* tsunhopang made their first contribution in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/300

**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/0.1.3...0.1.4

0.1.3

What's Changed
* Change how version is written to NMMA by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/261
* check and set trigger time by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/259
* Multimessenger Inference updates by haukekoehn in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/262
* Add documentation of analysis_slurm.py to Cluster Resources guide by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/264
* Add flag to skip sampling in analysis.py by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/266
* Add --skip-sampling flag to analysis slurm script generator by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/267
* Improved documentation, added tutorial notebook by ThibeauWouters in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/268
* Update lightcurve_simulation tutorial notebook and bulla files by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/269
* Modify --skip-sampling behavior to successfully generate plots by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/270
* Remove temporary line in utils/models.py by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/271
* Enable continued training of existing tensorflow model by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/272
* Update app.py for new syntax, easier use by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/273
* Add tensorflow requirement by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/274
* Remove more code made obsolote by Zenodo model updates by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/277
* Add code to downsample/fragment large hdf5 grids by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/275
* Add reduced lightcurve data by haukekoehn in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/278
* NMMA models - multiple sources by Theodlz in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/279
* Add timeshift to time values to fix analysis error by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/281
* Add ZTF23aaxeacr lightcurve to example_files by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/282
* Add notebook requirement by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/283

New Contributors
* ThibeauWouters made their first contribution in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/268

**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/0.1.2...0.1.3

0.1.2

What's Changed
* Add simpler install option for pyfftw on arm64 Mac by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/246
* Switch underscore to hyphen for all NMMA args by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/247
* Add code to generate slurm script for lightcurve-analysis on HPC by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/248
* Allow analysis_slurm.py to handle a mix of slurm and analysis.py arguments by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/249
* Fixes for multimessenger analysis by haukekoehn in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/252
* write bayesfactor to json by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/255
* Update analysis_slurm.py code for smoother analyses on Expanse by bfhealy in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/258
* Python version upgrade by sahiljhawar in https://github.com/nuclear-multimessenger-astronomy/nmma/pull/260


**Full Changelog**: https://github.com/nuclear-multimessenger-astronomy/nmma/compare/v0.1.0...0.1.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.