v0.6.2
Pre-release
Pre-release
Algorithmic Changes:
- Fixes major bug in impact-parameter reconstruction where an incorrect value was calculated in the case of diffuse simulations
What's Changed since v0.6.1
- Fix unknown section example warning (#800) @maxnoe
- fixed ranges of cam-display so they correspond to fixed toymodel sims (#808) @kosack
- Implement number of islands (#801) @LukasNickel
- fix package name for yaml (should be pyyaml) (#810) @kosack
- fix ctapipe build failure (#811) @kosack
- Add test that shows slicing breaks cam geom and fix it (#782) @maxnoe
- freeze ctapipe-extra to version 0.2.14 since 0.2.15 has a bug (#815) @kosack
- Bokeh plotter (#714) @watsonjj
- scaling factor in muon_integrator (#774) @AMWMitchell
- quick fix of example coordinate_transformation (#816) @thomasarmstrong
- Modifying check_calib.ipynb to work with the new CameraCalibrator API (#814) @vuillaut
- Fix impact reco, fixes #828, #829 (#830) @maxnoe
- First version of notebook for LST analysis bootcamp (#825) @maxnoe
- Fix warning about already closed hessio file (#834) @maxnoe
- fix errordef > 0. (#839) @rlopezcoto
- Add test how it should be (#842) @maxnoe
- Use sparse neighbor matrix (#826) @maxnoe
- SimTelEventSource using pyeventio (#864) @maxnoe
- Fix subarray peek. No more warnings. (#841) @thomasgas
- Add .mailmap (#894) @maxnoe
- Add scikit learn to install requires (#877) @dneise
- Additional metadata from pyhessio (#895) @dneise
- Cleaning the ctapipe folder. (#892) @thomasgas
- Remove flow submodule (got moved to its own package) (#893) @maxnoe
- remove
config=None, tool=None
in some tests (#897) @dneise - Implemented FACT image cleaning (#862) @LukasNickel
- Updates of NectarCam and LSTCam real data eventsource class (#812) @FrancaCassol
- Fix a few test warnings (#902) @maxnoe
- Fix SST-1M to be DC and not SC. Solves #905 (#908) @thomasgas
- Import bokeh.palletes correctly, fixes #911 (#912) @maxnoe
- Do not set autodownload, fixes doc build (#910) @maxnoe
- Fix docstring of EventSeeker, fixes #768 (#914) @maxnoe
- Remove all hillas_paramters but version 5, fixes #866 (#904) @maxnoe
- deleted summary.html - accidentally committed file (#919) @kosack
- Remove serializer, fixes #887 (#913) @maxnoe
- Charge Resolution Update (#827) @watsonjj
- remove optional deps in order to fix tests (#925) @dneise
- Prefix containers (#833) @maxnoe
- speed up is_compatible; makes event_source factory faster (#927) @dneise
- Major coordinate refactoring, fixes #899, #900, #505, #416 (#896) @maxnoe
- Print duration of notebooks on travis (#928) @dneise
- clean up environment.yml (#932) @kosack
- cleanup examples/notebooks to increase test speed (#933) @kosack
- fix pandas to 0.23.4 for the time being (#937) @dneise
- fix bug where wrong value was filled for num_mirror_tiles (#939) @kosack
- Add additional tests to Component (#935) @watsonjj
- Add get_pixel_id method (#918) @moritzhuetten
- fixed examples that use pandas to read hdf5 (#940) @kosack
- Example notebooks in Sphinx documentation (#941) @kosack
- Correct filling of photo_electron_image container in SimtelEventSource (#943) @watsonjj
- replace "make develop" with "pip install -e ." (#945) @dneise
- Added additional MC header information (#921) @LukasNickel
- Rename average_size to average_intensity (#953) @mackaiver
- Filter HorizonFrame warnings during reconstruction (#954) @mackaiver
- modernize formatting code for python 3.6+ (#944) @kosack