This file is indexed.

/usr/lib/python3/dist-packages/bumps-0.7.6.egg-info/PKG-INFO is in python3-bumps 0.7.6-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
Metadata-Version: 1.1
Name: bumps
Version: 0.7.6
Summary: Data fitting with bayesian uncertainty analysis
Home-page: http://www.reflectometry.org/danse/software.html
Author: Paul Kienzle
Author-email: paul.kienzle@nist.gov
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: ==============================================
        Bumps: data fitting and uncertainty estimation
        ==============================================
        
        Bumps provides data fitting and Bayesian uncertainty modeling for inverse
        problems.  It has a variety of optimization algorithms available for locating
        the most like value for function parameters given data, and for exploring
        the uncertainty around the minimum.
        
        Installation is with the usual python installation command::
        
            pip install bumps
        
        Once the system is installed, you can verify that it is working with::
        
            bumps doc/examples/peaks/model.py --chisq
        
        Documentation is available at `readthedocs <http://bumps.readthedocs.org>`_
        
        .. image:: https://zenodo.org/badge/18489/bumps/bumps.svg
            :target: https://zenodo.org/badge/latestdoi/18489/bumps/bumps
        
        Release notes
        =============
        
        v0.7.6 2016-08-05
        -----------------
        
        * add --view option to command line which gets propagated to the model plotter
        * add support for probability p(x) for vector x using VectorPDF(f,x0)
        * rename DirectPDF to DirectProblem, and allow it to run in GUI
        * data reader supports multi-part files, with parts separated by blank lines
        * add gaussian mixture and laplace examples
        * bug fix: plots were failing if model name contains a '.'
        * miscellaneous code cleanup
        
        v0.7.5.10 2016-05-04
        --------------------
        
        * gui: undo code cleaning operation which broke the user interface
        
        v0.7.5.9 2016-04-22
        -------------------
        
        * population initializers allow indefinite bounds
        * use single precision criterion for levenberg-marquardt and bfgs
        * implement simple, faster, less accurate Hessian & Jacobian
        * compute uncertainty estimate from Jacobian if problem is sum of squares
        * gui: fit selection window acts like a dialog
        
        v0.7.5.8 2016-04-18
        -------------------
        
        * accept model.par output from a different model
        * show residuals with curve fit output
        * only show correlations for selected variables
        * show tics on correlations if small number
        * improve handling of uncertainty estimate from curvature
        * tweak dream algorithm -- maybe improve the acceptance ratio?
        * allow model to set visible variables in output
        * improve handling of arbitrary probability density functions
        * simplify loading of pymc models
        * update to numdifftools 0.9.14
        * bug fix: improved handling of ill-conditioned fits
        * bug fix: avoid copying mcmc chain during run
        * bug fix: more robust handling of --time limit
        * bug fix: support newer versions of matplotlib and numpy
        * miscellaneous tweaks and fixes
        
        v0.7.5.7 2015-09-21
        -------------------
        
        * add entropy calculator (still unreliable for high dimensional problems)
        * adjust scaling of likelihood (the green line) to match histogram area
        * use --samples to specify the number of samples from the distribution
        * mark this and future releases with a DOI at zenodo.org
        
        v0.7.5.6 2015-06-03
        -------------------
        
        * tweak uncertainty calculations so they don't fail on bad models
        
        v0.7.5.5 2015-05-07
        -------------------
        
        * documentation updates
        
        v0.7.5.4 2014-12-05
        -------------------
        
        * use relative rather than absolute noise in dream, which lets us fit target
          values in the order of 1e-6 or less.
        * fix covariance population initializer
        
        v0.7.5.3 2014-11-21
        -------------------
        
        * use --time to stop after a given number of hours
        * Levenberg-Marquardt: fix "must be 1-d or 2-d" bug
        * improve curvefit interface
        
        v0.7.5.2 2014-09-26
        -------------------
        
        * pull numdifftools dependency into the repository
        
        v0.7.5.1 2014-09-25
        -------------------
        
        * improve the load_model interface
        
        v0.7.5 2014-09-10
        -----------------
        
        * Pure python release
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics