[Python-modules-commits] [python-pysolar] annotated tag 0.3.0 created (now 308b97c)
Wolfgang Borgert
debacle at moszumanska.debian.org
Fri Oct 3 23:36:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a change to annotated tag 0.3.0
in repository python-pysolar.
at 308b97c (tag)
tagging aa234c2041b69052043304ec40bc0c055eb0becc (commit)
replaces 0.2.1
tagged by Brandon Stafford
on Tue Jan 27 23:06:16 2009 -0500
- Log -----------------------------------------------------------------
Tagging version 0.3.0
Brandon Stafford (18):
Broke code out into smaller files. Updated copyright date. Added few comments.
Fixed indentation error. Note to self: run damn test suite before committing.
Changing README to use markdown
Fixing README.markdown
Updated website.
Split GetAltitude and GetAzimuth into two versions: fast but inaccurate and accurate but slow. Started simulation module.
Fixed some broken stuff in radiation.py. Advanced simulation.py a little.
Added first rev of script to query US Naval Observatory for validation.
More hackery on US Naval Observatory query script. Fixed email address in README.
julian.py: fixed omission of microseconds
Merge git at github.com:pingswept/pysolar
julian.py: Refixed microseconds omission by adding scaling factor
julian.py: added missing parens
query_usno.py: added code to validate Pysolar against US Naval Observatory script.
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.
Added corrections from Sean Taylor to GetParallaxSunRightAscension() and GetTopocentricSunDeclination() and updated test suite.
Updated validation data.
Added recent releases to pysolar.org site
-----------------------------------------------------------------------
This annotated 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
The 28 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