Skip to content

Releases: joshuanunn/ConvertBNG.jl

Version 0.4.0 release

27 Mar 01:22
fb99fb9
Compare
Choose a tag to compare

Performance enhancements of 15-45% by reducing internal array allocations, incorporating proposed changes by anowacki.

The following changes are now in place:

  • Return tuples instead of 1x2 arrays in internal functions
  • Return a tuple instead of a 1x2 array for public-facing functions when called with a single point

Version 0.3.1 release

11 Mar 23:52
Compare
Choose a tag to compare

Minor bugfix - added exports for convert_bng_nothread and convert_lonlat_nothread functions.

Version 0.3.0 release

11 Mar 23:38
Compare
Choose a tag to compare

This release includes optional multi-threading functionality for high performance.

Version 0.2.0 release

03 Mar 02:38
0df66d6
Compare
Choose a tag to compare

First public release.

Version 0.1.2 release

28 Feb 03:15
Compare
Choose a tag to compare

Performance enhancements and minor fixes.

Version 0.1.1 release

28 Feb 02:26
Compare
Choose a tag to compare

Updates to convert_to_ll algorithm and relax test criteria to allow 5 marginal cases.

All tests now pass @ precision <2 mm for eastings,northings and 8.d.p for longitude,latitude.

Version 0.1.0 release

28 Feb 01:57
Compare
Choose a tag to compare

Initial release.