Skip to content

Commit

Permalink
Release 0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyettinger committed Feb 8, 2021
1 parent ab75948 commit 55715ff
Show file tree
Hide file tree
Showing 248 changed files with 643 additions and 346 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ high-quality and very-fast random number generator is here, `com.github.tommyett

You have two options: Maven Central for stable-ish releases, or JitPack to select a commit of your choice to build.

Maven Central uses the dependency `api 'com.github.tommyettinger:jdkgdxds:0.0.3'` (you can use `implementation` instead
Maven Central uses the dependency `api 'com.github.tommyettinger:jdkgdxds:0.0.5'` (you can use `implementation` instead
of `api` if you don't use the `java-library` plugin). It does not need any additional repository to be specified in most
cases; if it can't be found, you may need the repository `mavenCentral()` . If you have an HTML module, add
`implementation 'com.github.tommyettinger:jdkgdxds:0.0.3:sources'` to its dependencies, and in its
`implementation 'com.github.tommyettinger:jdkgdxds:0.0.5:sources'` to its dependencies, and in its
`GdxDefinition.gwt.xml` (in the HTML module), add
```xml
<inherits name="jdkgdxds" />
Expand Down
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

def projectName = 'jdkgdxds'
version '0.0.5-SNAPSHOT'
version '0.0.5'
group 'com.github.tommyettinger'

//api "com.github.tommyettinger:jdkgdxds:0.0.4"
//api "com.github.tommyettinger:jdkgdxds:0.0.5"

[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'

Expand All @@ -38,7 +38,9 @@ if (JavaVersion.current().isJava8Compatible()) {
}
}
}

if (JavaVersion.current().isJava9Compatible()) {
targetCompatibility = 8
}
compileJava.exclude("emu")
javadoc.exclude("emu")
javadoc.options.source("15")
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (jdkgdxds 0.0.5-SNAPSHOT API)</title>
<title>All Classes (jdkgdxds 0.0.5 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Packages (jdkgdxds 0.0.5-SNAPSHOT API)</title>
<title>All Packages (jdkgdxds 0.0.5 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="package index">
<meta name="generator" content="javadoc/AllPackagesIndexWriter">
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/com/github/tommyettinger/ds/Arrangeable.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Arrangeable (jdkgdxds 0.0.5-SNAPSHOT API)</title>
<title>Arrangeable (jdkgdxds 0.0.5 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.ds, interface: Arrangeable">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>BinaryHeap.HeapIterator (jdkgdxds 0.0.5-SNAPSHOT API)</title>
<title>BinaryHeap.HeapIterator (jdkgdxds 0.0.5 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.ds, class: BinaryHeap, class: HeapIterator">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down
12 changes: 9 additions & 3 deletions docs/apidocs/com/github/tommyettinger/ds/BinaryHeap.Node.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>BinaryHeap.Node (jdkgdxds 0.0.5-SNAPSHOT API)</title>
<title>BinaryHeap.Node (jdkgdxds 0.0.5 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: com.github.tommyettinger.ds, class: BinaryHeap, class: Node">
<meta name="generator" content="javadoc/ClassWriterImpl">
Expand Down Expand Up @@ -110,12 +110,16 @@ <h2>Field Summary</h2>
<tr class="alt-color">
<td class="col-first"><code>int</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#index">index</a></span></code></th>
<td class="col-last">&nbsp;</td>
<td class="col-last">
<div class="block">Used internally by BinaryHeap; generally not modified by external code, but may need to be read.</div>
</td>
</tr>
<tr class="row-color">
<td class="col-first"><code>float</code></td>
<th class="col-second" scope="row"><code><span class="member-name-link"><a href="#value">value</a></span></code></th>
<td class="col-last">&nbsp;</td>
<td class="col-last">
<div class="block">The value that is used to compare this Node with others.</div>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -193,12 +197,14 @@ <h2>Field Details</h2>
<section class="detail" id="value">
<h3>value</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">float</span>&nbsp;<span class="member-name">value</span></div>
<div class="block">The value that is used to compare this Node with others.</div>
</section>
</li>
<li>
<section class="detail" id="index">
<h3>index</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="member-name">index</span></div>
<div class="block">Used internally by BinaryHeap; generally not modified by external code, but may need to be read.</div>
</section>
</li>
</ul>
Expand Down
Loading

0 comments on commit 55715ff

Please sign in to comment.