[Python-modules-commits] [python-pysolar] tag 0.6-alpha created (now 86ae355)

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Oct 3 23:37:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a change to tag 0.6-alpha
in repository python-pysolar.

        at  86ae355   (commit)
This tag includes the following new commits:

       new  9d81036   Initial import from SVN tag 0.2.0
       new  577fbb8   Added doc string to GetJulianEphemerisDay to explain delta_seconds. Really just trying to get used to git.
       new  b52be84   Fixed error in nutation calculation. Replaced pow() with ** operator. Refined unit tests a little. Found calculaton of GetMeanSiderealTime is only good to 5 significant figures relative to example given by Reda and Andreas.
       new  2537097   Rewrote some of the polynomial fits to use lambda functions.
       new  b71b1fe   Trimmed syntax on polynomial generator.
       new  2398112   Swapped last few occurences of pow() for **
       new  1fa344d   Added website.
       new  e24e1bd   Updated website.
       new  f319735   Removed unnecessary import.
       new  3ee9f83   Added a docstring, removed some extra whitespace.
       new  af56db1   Broke code out into smaller files. Updated copyright date. Added few comments.
       new  748aae2   Fixed indentation error. Note to self: run damn test suite before committing.
       new  17f813a   Changing README to use markdown
       new  d887ea2   Fixing README.markdown
       new  00880ff   Updated website.
       new  cb121fc   Split GetAltitude and GetAzimuth into two versions: fast but inaccurate and accurate but slow. Started simulation module.
       new  642720e   Fixed some broken stuff in radiation.py. Advanced simulation.py a little.
       new  e4dfbde   Added first rev of script to query US Naval Observatory for validation.
       new  32927a2   More hackery on US Naval Observatory query script. Fixed email address in README.
       new  89fa0d1   julian.py: fixed omission of microseconds testsolar.py: increased precision of tests Please enter the commit message for your changes.
       new  3955855   Merge git at github.com:pingswept/pysolar
       new  f43d77e   julian.py: Refixed microseconds omission by adding scaling factor
       new  61e03c2   julian.py: added missing parens
       new  e7405af   query_usno.py: added code to validate Pysolar against US Naval Observatory script. Added data files for further analysis.
       new  36f7d48   solar.py: increased execution speed of GetAltitude() and GetAzimuth by ~2.2x by precalculating polynomial estimations of nutation aberrations, rather than recalculating them for every entry in nutation coefficient table.
       new  f828ce0   Added corrections from Sean Taylor to GetParallaxSunRightAscension() and GetTopocentricSunDeclination() and updated test suite.
       new  4dab89b   Updated validation data.
       new  aa234c2   Added recent releases to pysolar.org site
       new  9e253b9   Started documentation folder using Sphinx
       new  8903b9a   Added code contributed by Simeon Obinna Nwaogaidu and Holger Zebner of Lahmeyer International. Added contributors file.
       new  28f78a0   Added code for detecting angle to solar obstructions from spherically distorted images
       new  9d0fdf7   Added __init__.py
       new  6b8bc63   Updated README and CONTRIBUTORS.
       new  2d5b33c   Added code for overlaying sun paths.
       new  896d54d   Added images for examples and documentation.
       new  39b75a4   Updated pysolar.org homepage
       new  9479b44   Minor correction to homepage
       new  cfd2cd4   Link to Github examples and rm Sourceforge link
       new  a627996   Updated sun path code, added __init__.py
       new  6f7f4be   Added setup.py and MANIFEST.in
       new  fafaf85   Fixed accidental integer division; thanks to Brent Pedersen for catching the error.
       new  da22f11   Removed obsolete examples page
       new  ec2befc   Removed obsolete image
       new  72e4b2b   Updated web page with other releases
       new  994f058   Removed extra image, added Brent Pedersen to contributor list
       new  f3c441d   Reformatted code, simplified in a few places
       new  0f976b0   Fixed missing hash
       new  97e118e   Added docstrings from H. Zebner, despammed email addresses, fixed imports in shade_test.py
       new  ba86897   Integrated subset of sphinx docs from H. Zebner
       new  943806a   Ignore compiled output
       new  f382f28   Fixed bug found by Jon Little; GetDayOfYear() now works with timezone-aware datetimes
       new  f46a86e   Merged poly.py into constants.py. Added some docstrings.
       new  fa4976d   Temporarily removed docstring that Sphinx was choking on.
       new  90a3f8a   Fixed a few details to make docs generate cleanly
       new  dd7e8e6   Added directory for Debian Linux packaging
       new  33656f0   fixing GetSunriseSunset
       new  44ffa91   Add missing radians conversions to radiation module. Thanks to Poul-Henning Kamp and Francois Rogez for catching the error.
       new  42d1abd   Update version number and remove cruft from setup.py
       new  f09e54e   Merge branch 'master' of github.com:pingswept/pysolar
       new  302a467   Moved python into Pysolar package directory
       new  b36df7e   Advance version number
       new  bce5302   Merge pull request #4 from pjkundert/fix-package-files
       new  a516baa   Increment version to 0.5
       new  15e6c49   dev capabilities
       new  f467eb4   Merge pull request #5 from arnaldorusso/master
       new  3b10867   Cleaning up debian package for ITP
       new  e49737e   Now we have a debian bug number to close.
       new  74e9942   Merge pull request #6 from willhardy/master
       new  85f7c48   updated and improved (with South latitudes) the comparison code between Pysolar and USNO
       new  d5cc960   Merge pull request #7 from dpshelio/usno_ephem
       new  ae43f34   Allowing UTC sunrise/sunset times
       new  4720b36   Merge pull request #8 from willhardy/master
       new  3fc43e9   Remove weird cruft from when Pysolar was Brandon's personal project
       new  8428695   Remove unused dependencies
       new  056d555   Start of REST2 radiation estimation model
       new  3023427   Merge branch 'master' of github.com:pingswept/pysolar
       new  94d728d   More progress on REST2 model
       new  b421aba   Add aerosol correction factor equations
       new  556b4a0   Sort out confusion between bands and layers
       new  f3716a1   Add GPLv3 to rest.py, remove silly copyright years
       new  b08b0b1   More progress on REST2, but still not ready for testing
       new  a86500e   Finish transmittance calculations
       new  e6d9fb6   Completely implemented REST2, but needs testing and better code organization
       new  c2779f3   Calculate pressure and temperature from elevation
       new  8d6a86f   Merge pull request #10 from seanth/master
       new  10dc220   After run of 2to3
       new  5161c11   Fixed import issue in radiation - circular import
       new  a485511   Revered query_usno.py, keep that as Py2
       new  6e715b7   Fixed Py3 issue in constants
       new  9469480   Merge branch 'master' of github.com:robintw/Pysolar
       new  149a066   Added new trove classifiers to setup.py to show it works with Python 2 and Python 3
       new  86ae355   Merge pull request #11 from robintw/master

The 92 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pysolar.git



More information about the Python-modules-commits mailing list