Skip to content

Releases: SantanderMetGroup/loadeR.java

v1.2.2

01 Apr 15:44

Choose a tag to compare

This release increments the patch version to publish a new bugfix release. It includes the fix for Java parameter handling, while keeping the existing API and feature set unchanged.

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 Oct 08:49
69e35ad

Choose a tag to compare

What's Changed

  • Feature configurable classpath by @mor427unican in #17

New Contributors

  • @mor427unican made their first contribution in #17

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Aug 11:31
2cf5676

Choose a tag to compare

What's Changed

  • Enhanced JVM initialization with configurable heap memory.
  • Class loader support for reading JAR metadata at load time.
  • Add test for Java-R interface functions (javaCalendarDate2rPOSIXlt, javaString2rChar).
  • Updated documentation with memory configuration instructions.

Full Changelog: v1.1.1...v1.2.0

v1.1.1

26 Apr 15:17

Choose a tag to compare

New in v1.1.1

  • Update java version checker to comply with java >=9 (See Issue loadeR#33)

v1.1-0

12 Feb 09:56

Choose a tag to compare

New in loadeR.java

Automatic check of the java version used by R on attach. A warning is given for versions under 1.7x

v1.0-0

12 Nov 14:40

Choose a tag to compare

First stable release