Lstmcpipe

Latest version: v0.11.3

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

Scan your dependencies

Page 2 of 7

0.11.0

v0.11.0 introduces a new config to split the gamma diffuse into train and test datasets.

What's Changed
* my_20240828_branch by abhishekabhi063 in https://github.com/cta-observatory/lstmcpipe/pull/482
* reworked config to start from DL1 and add slurm options to better man… by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/484
* modify rerun_cmd to make sure the job crashes if the cmd fails and raises and Error by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/485
* split gamma diffuse in train/test with new child configs by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/483

New Contributors
* abhishekabhi063 made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/482

**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.5...v0.11.0

0.10.5

v0.10.5 introduces the changes for the nsb-grid production.

What's Changed

* 20240122_v0.10.4_prod5_trans80 by leolemoign in https://github.com/cta-observatory/lstmcpipe/pull/454
* 20240219_allsky_v0.10.7_all_dec_srcdep_base production by SeiyaNozaki in https://github.com/cta-observatory/lstmcpipe/pull/455
* add --source_prod_id as arg to generate config by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/459
* Production for high NSB conditions and the 3476 dec line by moralejo in https://github.com/cta-observatory/lstmcpipe/pull/457
* Fix prod 20240122_v0.10.4_prod5_trans_80 config by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/460
* Fix prod ID for prod 20240122_v0.10.4_prod5_trans_80 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/461
* clean the complete lstmcpipe config by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/462
* Update versions of actions by morcuended in https://github.com/cta-observatory/lstmcpipe/pull/464
* add new production for src3 with tuned NSB for moon data analysis by joteros in https://github.com/cta-observatory/lstmcpipe/pull/463
* Bump tj-actions/changed-files from 39 to 41 in /.github/workflows by dependabot in https://github.com/cta-observatory/lstmcpipe/pull/439
* add 20240430_v0.10.4_src9_dec3476_tuned by jMendezGallego in https://github.com/cta-observatory/lstmcpipe/pull/465
* Add jobids to slurm error and output files by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/467
* 20240529 v0.10.11 src4 dense mc line by FrancaCassol in https://github.com/cta-observatory/lstmcpipe/pull/466
* Update environment.yml to remove constraints on versions by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/469
* add configs for prod 20240716_v0.10.7_src10_dec3476_tuned by ToraTherese in https://github.com/cta-observatory/lstmcpipe/pull/470
* add production_configs/20240727_v0.10.11_src12_tuned by hidekatagiri in https://github.com/cta-observatory/lstmcpipe/pull/474
* update url test data by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/478
* fix generate_test_lapalma script by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/475
* script to generate different nsb levels configs by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/472
* fix dumping lstchain tuned configs in dedicated script by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/479
* add efficiency cuts to dl2 to irfs options by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/477
* add config for v0.10.11 src14 dec2276 by rlopezcoto in https://github.com/cta-observatory/lstmcpipe/pull/480

New Contributors

* morcuended made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/464
* dependabot made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/439
*
Requested productions:
* leolemoign - https://github.com/cta-observatory/lstmcpipe/pull/454
* moralejo - https://github.com/cta-observatory/lstmcpipe/pull/457
* joteros - https://github.com/cta-observatory/lstmcpipe/pull/463
* jMendezGallego - https://github.com/cta-observatory/lstmcpipe/pull/465
* ToraTherese - https://github.com/cta-observatory/lstmcpipe/pull/470
* hidekatagiri - https://github.com/cta-observatory/lstmcpipe/pull/474
* rlopezcoto - https://github.com/cta-observatory/lstmcpipe/pull/480

**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.4...v0.10.5

0.10.4

The main change is the introduction of a new PathConfig to train and apply a new model starting from existing DL1b merged files.
This allows testing other models hyperparameters and src-dependent analysis starting from existing DL1 files.

What's Changed
* Update README.rst with conda install by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/421
* 20230921 v0.10.4 src3 dec3476 4822 tuned from Seiya by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/423
* fix path in prod 20230921 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/424
* reproduce prod 20230921_v0.10.4_src3_dec3476_4822_tuned with missing dl1 to dl2 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/425
* Update prod request instructions in readme by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/428
* add production_configs/20230927_v0.10.4_crab_tuned/ by katagirihide in https://github.com/cta-observatory/lstmcpipe/pull/427
* setuptools_scm<8 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/430
* use private data to validate lstchain config if possible, solving EFFECTIVE_FOCAL_LENGTH issue by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/431
* remove 20230921 production folder by SeiyaNozaki in https://github.com/cta-observatory/lstmcpipe/pull/433
* 20231024 v0.10.4 base dec min 2924 min 1802 6166 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/434
* Update version of tj-actions/changed-files in CI action by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/436
* Voutsi seasonal atmosphere by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/435
* prod 20231106_v0.9.12_base_dl1_dec_931_min-2924_min-1802_6166 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/437
* improved documentation by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/440
* exhaustive user documentation by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/441
* production 20240131_allsky_v0.10.5_all_dec_base by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/443
* prod 20240235_v0.10.5_dec_931_dec_min_2924_dec_3476 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/444
* add contributing by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/446
* add configs for prod 20240206_v0.10.5_lst_school_dummy_prod by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/448
* ask 20240126_v0.10.4_src6_dec2276_tuned production by alvmas in https://github.com/cta-observatory/lstmcpipe/pull/447
* config for prod 20240131_allsky_v0.10.5_all_dec_base to fix failed dl… by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/450
* bump base config to lstchain v0.10.7 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/452
* path config for a train-test analysis from existing prod by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/451
* prepare v0.10.4 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/453

New Contributors
* katagirihide made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/427

**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.3...v0.10.4

0.10.3

Fixing pypi release

What's Changed
* fixing pypi release by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/418
* v0.10.3 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/419
* use pypi token correctly by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/420


**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.2...v0.10.3

0.10.2

The main changes concern the compatibility with lstchain > v0.10 and pure conda installation to make a conda package.
Note that this version is still compatible with lstchain v0.9.x

What's Changed
* new prod 20230414_v0.9.13_dec_931_az_tel to fix dec_931 issue by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/400
* pypi github workflow by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/401
* improve doc about dl1ab by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/402
* prod 20230315_src_dec2276_tuned_nsb by gabriele-panebianco-inaf in https://github.com/cta-observatory/lstmcpipe/pull/397
* 20230428 src dec2276 tuned nsb az tel by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/403
* 20230517 v0.9.13 large offset by mdebony in https://github.com/cta-observatory/lstmcpipe/pull/404
* 20230517 v0.9.13 large offset crab tuned by mdebony in https://github.com/cta-observatory/lstmcpipe/pull/405
* 20230529 v0.9.13 src4 full line by FrancaCassol in https://github.com/cta-observatory/lstmcpipe/pull/406
* 20230601 v0.9.13 dec 4822 dec 6166 by aaguasca in https://github.com/cta-observatory/lstmcpipe/pull/407
* Fix memory in prod 20230529_v0.9.13_src4_full_line by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/410
* Bug: fix workflow_step label in log files when dl1ab step is used by aaguasca in https://github.com/cta-observatory/lstmcpipe/pull/409
* 20230601 v0.9.13 src7 darkNSB by aaguasca in https://github.com/cta-observatory/lstmcpipe/pull/408
* soften requirements on python and pyirf in conda env by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/411
* Add new production src5 with lstchain v0.10 by alvmas in https://github.com/cta-observatory/lstmcpipe/pull/412
* Test Python versions from 3.7 to 3.11 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/413
* Add configs for new allsky production using lstchain 0.10.4 by LukasNickel in https://github.com/cta-observatory/lstmcpipe/pull/415
* install lstchain from conda by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/416
* v0.10.2 by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/417

New Contributors
* gabriele-panebianco-inaf made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/397
* mdebony made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/404

**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.1...v0.10.2

0.10.1

Fix a bug that was preventing the correct dependencies to be set.

What's Changed
* use conda env lstchain-v0.9.11 as new default by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/386
* fix tree in test prod setup by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/387
* Add full production with standard NSB/PSF for AGN analysis by mireianievas in https://github.com/cta-observatory/lstmcpipe/pull/388
* Produce RF with release v0.9.6 to verify new DL1 compatibility by FrancaCassol in https://github.com/cta-observatory/lstmcpipe/pull/381
* example notebook in the doc by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/391
* 20230124 src6 dec2276 tuned by alvmas in https://github.com/cta-observatory/lstmcpipe/pull/390
* Fix doc by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/392
* Add full production with standard NSB/PSF for AGN analysis (az instead of sin_az in features) by mireianievas in https://github.com/cta-observatory/lstmcpipe/pull/389
* renamed prod 20230127_v0.9.12_base_prod_az_tel and rerun config generation by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/393
* New production for src4 with denser node spacing by FrancaCassol in https://github.com/cta-observatory/lstmcpipe/pull/395
* Fixing memory issue in prod by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/396
* make sure that all jobs check the exit code before continuing by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/398
* the dependencies afterok should be given with : by vuillaut in https://github.com/cta-observatory/lstmcpipe/pull/399

New Contributors
* mireianievas made their first contribution in https://github.com/cta-observatory/lstmcpipe/pull/388

**Full Changelog**: https://github.com/cta-observatory/lstmcpipe/compare/v0.10.0...v0.10.1

Page 2 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.