Skip to content

Commit

Permalink
RELEASE: Updated the Lite data files for November 2018 data
Browse files Browse the repository at this point in the history
DATA: Updated the Lite data files for November 2018 data
  • Loading branch information
Joseph51D committed Nov 9, 2018
1 parent c333356 commit cbc9a1a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ Data files which are updated weekly and daily, automatically, and with more prop

## Recent Changes

### Version 3.2.18.1 Highlights:
Updated the Lite data files for November 2018 data.

### Version 3.2.16.4 Highlights:
Updated the Lite data files for September 2017 data.

Expand Down
4 changes: 2 additions & 2 deletions data/51Degrees-LiteV3.1.dat
Git LFS file not shown
4 changes: 2 additions & 2 deletions data/51Degrees-LiteV3.2.dat
Git LFS file not shown
2 changes: 1 addition & 1 deletion device-detection-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<version>3.2.17.2</version>
<version>3.2.18.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion device-detection-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>device-detection</artifactId>
<groupId>com.51degrees</groupId>
<version>3.2.17.2</version>
<version>3.2.18.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public int getCount() {
* <a href="https://51degrees.com/compare-data-options">compare data options
* </a>
*
* @param userAgentFile
* @param userAgentFile path to the source User-Agents file.
* @throws IOException if there was a problem reading from the data file.
*/
public Benchmark(String userAgentFile)
Expand All @@ -209,7 +209,7 @@ public Benchmark(String userAgentFile)
* @param dataSet to be used for the benchmark.
* @param numberOfThreads
* @throws IOException if there was a problem reading from the data file.
* @throws InterruptedException
* @throws InterruptedException if one of the benchmark threads is interrupted.
*/
public void run(Dataset dataSet, int numberOfThreads)
throws IOException, InterruptedException {
Expand Down Expand Up @@ -354,8 +354,8 @@ protected static byte[] fileAsBytes(String deviceDataFile) throws IOException {
* command line.
*
* @param args command line arguments.
* @throws IOException
* @throws InterruptedException
* @throws IOException if the data file cannot be accessed.
* @throws InterruptedException if the benchmark threads are interrupted.
*/
public static void main(String[] args)
throws IOException, InterruptedException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,16 @@ person obtaining a copy of the software in this file (the "Software"), to deal
* <p>
* As standard the Hash provider is available by uncommenting the code starting at the FiftyOneDegreesHashTrieProvider method and then adding the compiled Hash JAR as a dependency which can be found <a href="https://github.com/51Degrees/Device-Detection/blob/master/java/trie/target/">here</a>.
* <p>
* <p>
* You can build a new version of the dependency by cloning this repository and following these steps:
* <p>
* <i>NOTE: SWIG and and Maven are required to compile a new JAR dependency</i>
* <pre class="prettyprint lang-sh">
* <code>
* git clone https://github.com/51Degrees/Device-Detection</br>
* cd Device-Detection/java/</br>
* build.sh (build.bat for Windows)</br>
* cd trie</br>
* mvn install</br>
* git clone https://github.com/51Degrees/Device-Detection<br>
* cd Device-Detection/java/<br>
* build.sh (build.bat for Windows)<br>
* cd trie<br>
* mvn install<br>
* </code>
* </pre>
* <p>
Expand Down Expand Up @@ -1178,6 +1177,8 @@ private static void runComparisons(
* operation.
*
* @param args command line arguments.
* @throws IOException if the data file cannot be accessed.
* @throws InterruptedException if the comparison threads are interrupted.
*/
public static void main(String[] args)
throws IOException, InterruptedException {
Expand Down
2 changes: 1 addition & 1 deletion device-detection-webapp-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>device-detection</artifactId>
<groupId>com.51degrees</groupId>
<version>3.2.17.2</version>
<version>3.2.18.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion device-detection-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<version>3.2.17.2</version>
<version>3.2.18.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.51degrees</groupId>
<artifactId>device-detection</artifactId>
<packaging>pom</packaging>
<version>3.2.17.2</version>
<version>3.2.18.1</version>

<name>51Degrees :: Device Detection</name>

Expand Down

0 comments on commit cbc9a1a

Please sign in to comment.