<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KosherJava &#187; Zmanim API Release</title>
	<atom:link href="http://www.kosherjava.com/tag/zmanim-api-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kosherjava.com</link>
	<description>A weblog about Zmanim, Kosher Coffee (Kosher Java) and other odds &#38; ends</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:28:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zmanim API Now in a Public SVN Server</title>
		<link>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-in-svn</link>
		<comments>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 03:19:52 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=834</guid>
		<description><![CDATA[Thanks to Jay Gindin, the Zmanim API source code is now in a publicly available SVN server. The Google Code project can be found at code.google.com/p/kosherjava. This will have a number of benefits to the project. It will more easily allow users to find the code, ensure that they have the latest code, track changes, [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/vault.jpg" alt="Java Vault"/>Thanks to <a href="http://code.google.com/p/android-zmanim/">Jay Gindin</a>, the <a href="http://www.kosherjava.com/zmanim-project/">Zmanim API</a> source code is now in a publicly available <a href="http://en.wikipedia.org/wiki/Apache_Subversion">SVN</a> server. The <a href="http://code.google.com/hosting/">Google Code project</a> can be found at <a href="https://code.google.com/p/kosherjava/">code.google.com/p/kosherjava</a>. This will have a number of benefits to the project. It will more easily allow users to find the code, ensure that they have the latest code, track changes, and allow reverting to prior versions in case an issue arises with newly checked in code. It will also allow me to stop the manual backups (part of the projects <a href="http://en.wikipedia.org/wiki/Apache_Ant">Ant</a> <a href="http://code.google.com/p/kosherjava/source/browse/trunk/build/build.xml">build script</a>) done as part of every development build. The repository has the new <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/hebrewcalendar/package-summary.html">hebrewcalendar</a> package mentioned in the recently posted <a href="http://www.kosherjava.com/2011/02/23/faq-how-do-i-calculate-the-jewish-hebrew-date-for/">FAQ: How do I Calculate the Jewish/Hebrew Date for …?</a>. This new code is under heavy revision, and there will be changes that will likely break code using the current alpha version. The pace of changes to the interface will likely remain stable once the first beta version is released (probably after Pesach). The next step will be to touch base with various people who have copies of the API in their own SVN to either update or link to this official project SVN server.]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2011/03/23/zmanim-api-in-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.2.1 Released</title>
		<link>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-1-2-1-released</link>
		<comments>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/#comments</comments>
		<pubDate>Mon, 31 May 2010 02:36:11 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=657</guid>
		<description><![CDATA[The Zmanim API 1.2.1 was released today. Changed in this release were the addition of a few very early Tzais zmanim, and the removal of references to the GregorianCalendar in favor of the base Calendar class to ease Noah Blumenthal&#8217;s use of the Zmanim API in a zmanim application for the BlackBerry. This change has [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API 1.2.1 Release" title="Zmanim API 1.2.1 Release" />The Zmanim API 1.2.1 was released today. Changed in this release were the addition of a few very early <em>Tzais</em> zmanim, and the removal of references to the <a href="http://java.sun.com/javase/7/docs/api/java/util/GregorianCalendar.html">GregorianCalendar</a> in favor of the base <a href="http://java.sun.com/javase/7/docs/api/java/util/Calendar.html">Calendar</a> class to ease <a href="http://twitter.com/statichippo">Noah Blumenthal&#8217;s</a> use of the Zmanim API in a zmanim application for the BlackBerry. This change has no impact on functionality as tested using Yitzchok&#8217;s new JUnit tests. Additionally, the JavaDoc <a href="http://www.kosherjava.com/zmanim/docs/api/">Zmanim API documentation</a> was modified to clearly indicate that zmanim can return nulls. A followup post will have details on this.
The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.2.1.zip">Zmanim 1.2.1 release</a> zip file that includes source files and JavaDoc documentation. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.2.1.jar">zmanim-1.2.1.jar</a> and the <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.2.1.jar">zmanimAstronomical-1.2.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a>. The removal of the GregorianCalendar was in this class. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/05/30/zmanim-api-1-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.2 Released</title>
		<link>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-1-2-released</link>
		<comments>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 02:07:29 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Elevation]]></category>
		<category><![CDATA[Sea level]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=409</guid>
		<description><![CDATA[The Zmanim API 1.2 was released today. The only change in this release is the removal of elevation as a factor in the calculation of all zmanim besides sunrise and sunset. Updated JavaDocs now reflect these changes. Please see the Elevation Now Only Impacts Sunrise and Sunset Calculations in the Zmanim API post for additional [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API Release" title="Zmanim API Release" />The Zmanim API 1.2 was released today. The only change in this release is the removal of elevation as a factor in the calculation of all zmanim besides sunrise and sunset. Updated <a href="http://www.kosherjava.com/zmanim/docs/api/">JavaDocs</a> now reflect these changes. Please see the <a href="http://www.kosherjava.com/2010/01/24/elevation-now-only-impacts-sunrise-and-sunset-calculations-in-the-zmanim-api/">Elevation Now Only Impacts Sunrise and Sunset Calculations in the Zmanim API</a> post for additional information.

I would like to thank the various people who contacted me on the subject.

The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.2.zip">Zmanim 1.2 release</a> zip file that includes source files and JavaDoc documentation. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.2.jar">zmanim-1.2.jar</a>. The <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.1.jar">zmanimAstronomical-1.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a> was not impacted by this change, but the version has been updated to <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.2.jar">zmanimAstronomical-1.2.jar</a> for consistency. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2010/01/24/zmanim-api-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zmanim API 1.1 Released</title>
		<link>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=zmanim-api-11-released</link>
		<comments>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:49:02 +0000</pubDate>
		<dc:creator>KosherJava</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Zmanim]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Syrian Jews]]></category>
		<category><![CDATA[Zmanim API Release]]></category>

		<guid isPermaLink="false">http://www.kosherjava.com/?p=137</guid>
		<description><![CDATA[The Zmanim API 1.1 was released early this morning. Information about what changed in this release can be seen in previous posts about various beta and patch releases. A last minute change involved the removal of the misheyakir calculations commonly used by the Syrian community. The removal was due to the various different minhagim used, [...]]]></description>
			<content:encoded><![CDATA[<img class="alignleft" src="/images/SpilledCoffee.png" alt="Zmanim API Release" title="Zmanim API Release" />The Zmanim API 1.1 was released early this morning. Information about what changed in this release can be <a href="http://www.kosherjava.com/2009/02/25/zmanim-api-11-beta-3-released/">seen</a> in previous <a href="http://www.kosherjava.com/2008/04/17/zmanim-api-11-release-candidate-available/">posts</a> about various <a href="http://www.kosherjava.com/2008/07/17/zmanim-api-11-beta-2-released/">beta</a> and <a href="http://www.kosherjava.com/2008/04/13/fix-to-noaa-sunrisesunset-algorithm/">patch</a> <a href="http://www.kosherjava.com/2008/02/07/updated-zmanim-jar-released-please-download-the-latest/">releases</a>. A last minute change involved the removal of the <em>misheyakir</em> calculations commonly used by the Syrian community. The removal was due to the various different minhagim used, and <a href="http://en.wikipedia.org/wiki/Moetzes_Gedolei_HaTorah#Current_members">Chacham Yosef Harari-Raful</a> not endorsing any one, or including any, in his calendar. The API is flexible enough to be used for any calculation wanted by the various Syrian shuls even without &#8220;native&#8221; support for a built in &#8220;Ateret Torah&#8221; <em>misheyakir</em>. Some missing JavaDocs were also added.

I would like to again thank Rabbi Rachamim Ashkenazi the publisher of a zmanim calendar for the Syrian Community, and <a href="http://www.linkedin.com/pub/4/4a/930">Victor Grazi</a> for his input, testing and technical expertise used for adding the new “Ateret Torah” zmanim.


The main download is the <a href="http://www.kosherjava.com/zmanim/release/zmanim-1.1.zip">Zmanim 1.1 release</a> zip file that includes source files and <a href="http://www.kosherjava.com/zmanim/docs/api/">JavaDoc documentation</a>. Also available for download (included in the above zip file) is the main <a href="http://www.kosherjava.com/zmanim/lib/zmanim-1.1.jar">zmanim-1.1.jar</a> and the new <a href="http://www.kosherjava.com/zmanim/lib/zmanimAstronomical-1.1_beta_3.jar">zmanimAstronomical-1.1.jar</a> that only includes the <a href="http://www.kosherjava.com/zmanim/docs/api/net/sourceforge/zmanim/AstronomicalCalendar.html">AstronomicalCalendar</a> and supporting classes. Additional detail on the downloads can be seen on the <a href="http://www.kosherjava.com/zmanim-project/downloads/">Zmanim Download page</a>]]></content:encoded>
			<wfw:commentRss>http://www.kosherjava.com/2009/03/27/zmanim-api-11-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

