<feed xmlns='http://www.w3.org/2005/Atom'>
<title>7Units/src/main/java/sevenUnits, branch v0.3.2</title>
<subtitle>A unit converter made in Java, inspired by GNU Units
</subtitle>
<id>https://git.ahopkins.ca/7units.git/atom?h=v0.3.2</id>
<link rel='self' href='https://git.ahopkins.ca/7units.git/atom?h=v0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/'/>
<updated>2021-12-02T21:53:05Z</updated>
<entry>
<title>Updated changelog and version number</title>
<updated>2021-12-02T21:53:05Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-12-02T21:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=9c30c3ad4d4658964e2bb2bb5be6c2eebbfbe8af'/>
<id>urn:sha1:9c30c3ad4d4658964e2bb2bb5be6c2eebbfbe8af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a full suite of tests for the UncertainDouble</title>
<updated>2021-11-29T22:55:35Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-11-29T22:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=8ea77520ce58e948eeffc4c2e8c25c69e88ed00a'/>
<id>urn:sha1:8ea77520ce58e948eeffc4c2e8c25c69e88ed00a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a bunch of tests related to unit values</title>
<updated>2021-11-04T21:01:24Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-11-04T21:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=16dfc3d7c7813fa343f3f3502bf5a2fea4a252cc'/>
<id>urn:sha1:16dfc3d7c7813fa343f3f3502bf5a2fea4a252cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a test for UnitDatabase.isRemovableDuplicate</title>
<updated>2021-11-02T21:49:10Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-11-02T21:49:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=f422742fb7bf45eb0ce6577bd2f9f7e22b739a6b'/>
<id>urn:sha1:f422742fb7bf45eb0ce6577bd2f9f7e22b739a6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added tests for getUnit and the prefixed unit map</title>
<updated>2021-10-07T21:21:00Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-10-07T21:21:00Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b4fd2b39e85e2a086e65555ad7c45244bec8ae37'/>
<id>urn:sha1:b4fd2b39e85e2a086e65555ad7c45244bec8ae37</id>
<content type='text'>
Also fixed a bug where a prefixed unit map with units but no prefixes would
appear empty
</content>
</entry>
<entry>
<title>Added tests for valid &amp; invalid dimension files</title>
<updated>2021-10-04T23:26:58Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-10-04T23:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=b59082c6b558705d4bd5effce2ae4b98c8a3ebe5'/>
<id>urn:sha1:b59082c6b558705d4bd5effce2ae4b98c8a3ebe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The ExpressionParser test is now a paramaterized test</title>
<updated>2021-09-27T23:31:52Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-09-27T23:31:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=1555a741bb2d12de8591b6195d2c0af7981a58e8'/>
<id>urn:sha1:1555a741bb2d12de8591b6195d2c0af7981a58e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a test for evaluating an expression &amp; fixed a bug it found</title>
<updated>2021-09-27T23:29:36Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-09-27T23:29:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=a7584b843a64c806ec965a4f38341eb7dbd86e5f'/>
<id>urn:sha1:a7584b843a64c806ec965a4f38341eb7dbd86e5f</id>
<content type='text'>
The bug: non-exact LinearUnitValue instances have their value printed as "(",
i.e. "(5.0 ± 0.1) m" will be printed as "( m"
</content>
</entry>
<entry>
<title>Added some tests for invalid unitfiles</title>
<updated>2021-09-27T22:34:21Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-09-27T22:31:22Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=544ba103f9903bf885e346d34639c05934655f3f'/>
<id>urn:sha1:544ba103f9903bf885e346d34639c05934655f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bumped version number to 0.3.1</title>
<updated>2021-08-26T19:16:15Z</updated>
<author>
<name>Adrien Hopkins</name>
<email>ahopk127@my.yorku.ca</email>
</author>
<published>2021-08-26T19:16:15Z</published>
<link rel='alternate' type='text/html' href='https://git.ahopkins.ca/7units.git/commit/?id=54e481cdb7115b236bcddb86b785d88dcc757c39'/>
<id>urn:sha1:54e481cdb7115b236bcddb86b785d88dcc757c39</id>
<content type='text'>
</content>
</entry>
</feed>
