Skip to content

Commit

Permalink
snap
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Jan 17, 2022
1 parent b4b9be5 commit 5c5d950
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 8.057
* Start of changelog.
* Initial cut at java api.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Next generation high performance Clojure toolkit.

[![Build Status](https://travis-ci.com/cnuernber/dtype-next.svg?branch=master)](https://travis-ci.com/cnuernber/dtype-next)

Checkout the [Overview](https://cnuernber.github.io/dtype-next/overview.html), [API Documentation](https://cnuernber.github.io/dtype-next/),
[Java API Documentation](https://cnuernber.github.io/dtype-next/javadoc/index.html), and [Cheatsheet](https://cnuernber.github.io/dtype-next/cheatsheet.html).


## New Functionality

Expand Down Expand Up @@ -48,9 +51,6 @@ Additional targets of this library:
project.clj for required flags.
* [Blogpost](https://techascent.com/blog/next-gen-native.html), [example](examples/clj-ffi) and [involved example](https://github.com/cnuernber/avclj) of using the FFI architecture across JNA, JDK-16 and GraalNative.

Checkout the [Overview](https://cnuernber.github.io/dtype-next/overview.html), [API Documentation](https://cnuernber.github.io/dtype-next/), and
[Cheatsheet](https://cnuernber.github.io/dtype-next/cheatsheet.html).


## Native Test

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cnuernber/dtype-next "8.057"
(defproject cnuernber/dtype-next "8.058-SNAPSHOT"
:description "A Clojure library designed to aid in the implementation of high performance algorithms and systems."
:url "http://github.com/cnuernber/dtype-next"
:license {:name "EPL-2.0"
Expand Down

0 comments on commit 5c5d950

Please sign in to comment.