Nectarchain

Latest version: v0.2.1

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

Scan your dependencies

Page 1 of 2

0.2.1

Important note

This new release is issued to trigger the build of a `conda-forge` package. The last attempt with `v0.2.0` failed due to cumbersome issues when we tried to have both `PyQt5` and `PyQt6` supported (see https://github.com/conda-forge/nectarchain-feedstock/pull/11), and which should now be fixed in https://github.com/cta-observatory/nectarchain/pull/173.

What's Changed
* Improvement of the data management and naming of containers files by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/181
* TRR tests implementation in the core nectarchain module by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/173


**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.2.0...v0.2.1

0.2.0

What's Changed

Major changes and new features

* Flat-field algorithm, component and tool by ArmelleJB in https://github.com/cta-observatory/nectarchain/pull/161
* TRR tools in user scripts by dmousadi in https://github.com/cta-observatory/nectarchain/pull/155, https://github.com/cta-observatory/nectarchain/pull/158
* Documentation by jlenain in https://github.com/cta-observatory/nectarchain/pull/143, https://github.com/cta-observatory/nectarchain/pull/146, https://github.com/cta-observatory/nectarchain/pull/148, https://github.com/cta-observatory/nectarchain/pull/149
* CI in DQM by hashkar in https://github.com/cta-observatory/nectarchain/pull/122
* DQM output format and parsing script by jlenain in https://github.com/cta-observatory/nectarchain/pull/147
* DQM Bokeh app by jlenain in https://github.com/cta-observatory/nectarchain/pull/150
* Automatic DQM jobs on DIRAC by jlenain in https://github.com/cta-observatory/nectarchain/pull/151

Minor changes, bug fixes

* DQM update - using standard ctapipe tools by hashkar in https://github.com/cta-observatory/nectarchain/pull/154
* Page for users' guide on pedestal estimation tool by tibaldo in https://github.com/cta-observatory/nectarchain/pull/159
* Add a version switcher for RTD by jlenain in https://github.com/cta-observatory/nectarchain/pull/144
* Reverse order of run list in Bokeh by jlenain in https://github.com/cta-observatory/nectarchain/pull/152
* Bump codecov/codecov-action from 4 to 5 by dependabot in https://github.com/cta-observatory/nectarchain/pull/160
* Bump mamba-org/setup-micromamba from 1 to 2 by dependabot in https://github.com/cta-observatory/nectarchain/pull/153
* Recursively ignore `user_scripts` directory in `pytest` by jlenain in https://github.com/cta-observatory/nectarchain/pull/157
* Also propose to instantiate the Apptainer image stored on the CTA CVMFS repository by jlenain in https://github.com/cta-observatory/nectarchain/pull/162
* Updating Apptainer version in CI workflow by jlenain in https://github.com/cta-observatory/nectarchain/pull/165
* Unit tests for makers, container and component modules by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/163
* Unit tests (cont'd) by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/168
* TRR test suite fix by jlenain in https://github.com/cta-observatory/nectarchain/pull/167
* Use secrets to upload reports to Codecov.io by jlenain in https://github.com/cta-observatory/nectarchain/pull/171
* Use context manager to decrease memory load in DQM by jlenain in https://github.com/cta-observatory/nectarchain/pull/174
* Update Apptainer recipe by jlenain in https://github.com/cta-observatory/nectarchain/pull/175
* Notebook to play with temperature data from monitoring data base by jlenain in https://github.com/cta-observatory/nectarchain/pull/176
* Add same package dependencies to Apptainer recipe than in CI jobs by jlenain in https://github.com/cta-observatory/nectarchain/pull/177
* Fixing API documentation for ReadTheDocs by jlenain in https://github.com/cta-observatory/nectarchain/pull/179
* Fix deployment on PyPI by jlenain in https://github.com/cta-observatory/nectarchain/pull/180

New Contributors
* dmousadi made their first contribution in https://github.com/cta-observatory/nectarchain/pull/155
* ArmelleJB made their first contribution in https://github.com/cta-observatory/nectarchain/pull/161

**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.1.9...v0.2.0

0.1.9

What's Changed
* Add container/component/tool for pedestal estimation by tibaldo in https://github.com/cta-observatory/nectarchain/pull/115
* Flag bad pixels in pedestal component by tibaldo in https://github.com/cta-observatory/nectarchain/pull/127
* Split on event type by vmarandon in https://github.com/cta-observatory/nectarchain/pull/123
* Automatic documentation by jlenain in https://github.com/cta-observatory/nectarchain/pull/130 and https://github.com/cta-observatory/nectarchain/pull/141
* Update CI after renaming master branch to main. by jlenain in https://github.com/cta-observatory/nectarchain/pull/113
* `pytest` fixed on `ctapipe` tools in CI by jlenain in https://github.com/cta-observatory/nectarchain/pull/117
* Docstring, unit tests for nectarchain tools, component and containers by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/114
* Pin scipy version to 1.11, needed for CI tests. by jlenain in https://github.com/cta-observatory/nectarchain/pull/125 and https://github.com/cta-observatory/nectarchain/pull/142
* Adapt core code to support EvB v6 data format by jlenain in https://github.com/cta-observatory/nectarchain/pull/119
* Resolve conflict between python==3.11 and numba~=0.56.0 for installation on osx-arm64 by tibaldo and jlenain in https://github.com/cta-observatory/nectarchain/pull/129
* Bump GitHub actions by dependabot in https://github.com/cta-observatory/nectarchain/pull/131, https://github.com/cta-observatory/nectarchain/pull/132, https://github.com/cta-observatory/nectarchain/pull/133, https://github.com/cta-observatory/nectarchain/pull/134, https://github.com/cta-observatory/nectarchain/pull/135, https://github.com/cta-observatory/nectarchain/pull/136 and by jlenain in https://github.com/cta-observatory/nectarchain/pull/139
* Fixing lint in CI by jlenain in https://github.com/cta-observatory/nectarchain/pull/140

New Contributors
* tibaldo made their first contribution in https://github.com/cta-observatory/nectarchain/pull/115
* dependabot made their first contribution in https://github.com/cta-observatory/nectarchain/pull/131

**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.1.8...v0.1.9

0.1.8

This release of `nectarchain` is the last release before switching to the version 6 of the EventBuilder for NectarCAM.

What's Changed
* Fix input path in DQM by jlenain in https://github.com/cta-observatory/nectarchain/pull/97
* Initialize DIRAC clients by jlenain in https://github.com/cta-observatory/nectarchain/pull/99
* Publish release tags for containers, on release by jlenain in https://github.com/cta-observatory/nectarchain/pull/100
* Some enhancements for the DQM by jlenain in https://github.com/cta-observatory/nectarchain/pull/101
* Publish release tags for containers, on release (continued) by jlenain in https://github.com/cta-observatory/nectarchain/pull/102
* DIRAC management by jlenain in https://github.com/cta-observatory/nectarchain/pull/103
* Continuous integration and project setup by jlenain in https://github.com/cta-observatory/nectarchain/pull/104
* Scripts for DQM by jlenain in https://github.com/cta-observatory/nectarchain/pull/105
* Add a security to avoid submitting a job for a run for which the DQM … by jlenain in https://github.com/cta-observatory/nectarchain/pull/107
* Pixel participation by hashkar in https://github.com/cta-observatory/nectarchain/pull/81
* Drop support for python 3.8 by jlenain in https://github.com/cta-observatory/nectarchain/pull/109
* Ban CTAO data centers by jlenain in https://github.com/cta-observatory/nectarchain/pull/110
* Fixing multiprocessing issue and minor bugfixes by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/108
* add the VSCode workspace file to the list of files to be ignored by git by vmarandon in https://github.com/cta-observatory/nectarchain/pull/111
* Fix container tag by jlenain in https://github.com/cta-observatory/nectarchain/pull/112


**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.1.7...v0.1.8

0.1.7

What's Changed
* Fix DQM after code refactoring by jlenain in https://github.com/cta-observatory/nectarchain/pull/85
* Simple script to retrieve a run from the grid (and the related db info) by vmarandon in https://github.com/cta-observatory/nectarchain/pull/88
* Find runs on GRID directly with the DIRAC python API by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/90
* Updated DIRAC endpoints in Singularity/Apptainer containers by jlenain in https://github.com/cta-observatory/nectarchain/pull/92
* Do not fix patch level version for dependency on `ctapipe` by jlenain in https://github.com/cta-observatory/nectarchain/pull/94


**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.1.6...v0.1.7

0.1.6

What's Changed
* DQM database and web application by jlenain in https://github.com/cta-observatory/nectarchain/pull/72
* Show how to pin container version in jobs by jlenain in https://github.com/cta-observatory/nectarchain/pull/73
* Introduce pre-commit hooks by jlenain in https://github.com/cta-observatory/nectarchain/pull/71
* add class to compute statistics on the fly by vmarandon in https://github.com/cta-observatory/nectarchain/pull/75
* Updated scripts by vmarandon in https://github.com/cta-observatory/nectarchain/pull/76
* Modification to `WaveformContainer` and `ChargeContainer` for SPE-WT by sona-patel in https://github.com/cta-observatory/nectarchain/pull/79
* DQM: Adding protections for runs with 21 masked pixels (due to shutter) by hashkar in https://github.com/cta-observatory/nectarchain/pull/80
* Refactoring of the calibration and container module by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/78
* Lint code by jlenain in https://github.com/cta-observatory/nectarchain/pull/74
* New implementation of the nectarchain module by guillaumegrolleron in https://github.com/cta-observatory/nectarchain/pull/82


**Full Changelog**: https://github.com/cta-observatory/nectarchain/compare/v0.1.5...v0.1.6

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.