Release notes for version 1.0, 2014 May 13 * Removed erroneous 'p' annotation for FITS/byte. * Tropical and Besselian years added back as known but deprecated VOUnits, and suitable adjustments to tests. * Builds on OpenBSD with all warnings enabled, including MALLOC_OPTIONS=AFGJ (the only changes required were the removal of a couple of non-problematic strcpy calls). * Minor adjustments/clarifications to tests. Release notes for version 0.11, 2013 December 24 * Remove quoting of functions. * Recognise binary prefixes only where the known-units list explicitly permits them. * Portability and minor bug fixes (works with llvm, as used on OS X 10.8+). * Configuration and build tidyups. Release notes for version 0.10, 2013 October 25 * The '%' character is now treated as a special case, rather than being a permitted 'STRING' character; it's only the CDS syntax that permits this character. * Some readability adjustments to the grammars, clarifying function application and raising terms in a unit string to powers. * Unit strings with leading slashes (eg '/m3') are no longer supported in the VOUnits syntax. * Additional test cases, involving '%' and the leading scale factor. Release notes for version 0.9, 2013 September 22 * Addition of leading float scale-factor and quoted units, for the VOUnits syntax only, following on-list discussion. * C library unit tests (in addition to the collection of shared tests in src/grammar/testcases.csv) * The unit 'au' is now allowed, as well as 'AU', because preferring 'atto-atomic-unit' to 'AU' seems perverse in this context. * Added units 'cy', 'Ba' and 'ta' for FITS, based on FITS WCS paper IV section 4.2 (draft). * Added methods (Java) and functions (C) to test for equality between Units and UnitExpressions. * C syntaxes are now enums rather than #define constants. * Various minor API changes, and documentation improvements. Release notes for version 0.8, 2013 July 24 * Java implementation: Syntax constants are now an enumeration, rather than a set of final strings. * C implementation: VOUnits parser/writer renamed from "vou" to "vounits". * Support binary prefixes (kibi, mebi, and so on, of ISO/IEC 80000-13 Sect.4) in both C and Java implementations. * Some adjustments to the set of 'known units'. ---- Release notes for version 0.7, 2013 July 19 * Now supports functions-of-units (including [...] CDS syntax for logs). * Various grammar adjustments, following community comments. ---- Release notes for version 0.6, 2012 August 18 * CDS parser now supports leading factors which aren't a power of ten. * Added reading and writing support for 'VOUnits' syntax. * Extra checks, so that the output of writers is now checked to be syntactically valid for that syntax. * Various minor bugfixes and documentation improvements. * A few minor API changes. * Now works with byaccj (and probably byacc), so that we don't absolutely require byaccj (for Java) _and_ bison. * Promote it to a beta release, now. ---- Release notes for version 0.5, 2012 April 19 * Refactoring for robustness: valgrind (in C), more final fields (in Java), more assertions all round * Distribution fixes ---- Release notes for version 0.4, 2012 February 5 * The units are now specified using the QUDT framework, described at http://qudt.org. This is an extensive ontology for units, which includes a larger set of units than is described in any of the three supported syntaxes (though these aren't at present used), and information about the 'kinds/types' and dimensions of those units. The units specification is now therefore much more flexible than the rather ragged CSV-based specification of before. The src/grammar/known-units spreadsheet still exists, but now only desribes the _representation_ of these units -- which symbols are associated with which units, with which restrictions. * Java dependencies are now managed with Maven (mvn dependency:copy-dependencies), which is therefore now a requirement for the developer (checkout) build, but not the distributed build, which still needs zero external dependencies. * Some fairly minor adjustments to the three grammars * Various extra tests ---- Release notes for Version 0.3, 2011 November 15 * Internal refactoring of grammar files * Distribution fixes * API changes: UnitExpr.getUnit() and OneUnit.getBaseUnit(), .getPower(), .getBaseUnitDefinition() * Java output locale-independent (closes issue 2) * Add basic locale support for Java ---- Release notes for 0.2-1, 2011 August 3 * Distribution adjustments: the pre-built jar file is now targeted at a 1.5 JRE. ---- Release notes for 0.2, 2011 August 1 * Back-ported to Java 1.5. * Added a command-line interface to the Java library. * Portability and distribution fixes. ---- Release notes for 0.1-1, 2011 July 22 * Add class uk.me.nxg.unity.Version, for version information in Java. * Porting: fixes so it now builds on Scientific Linux ---- Release notes for 0.1, 2011 July 21 * Initial release