Skip to content

Commit

Permalink
Updating docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Mar 5, 2021
1 parent 296a28a commit 01232c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Time for a ChangeLog!

## 2.00-beta-4
* [static namespace generation](https://clj-python.github.io/libpython-clj/libpython-clj2.codegen.html#var-write-namespace.21) - Generate AOT-safe clojure code that will
dynamically find the symbol and cache it upon first call.

## 2.00-beta-3
* Fixes to allow Conda to work - [cnuernber/facial-rec](https://github.com/cnuernber/facial-rec) lives again!!

## 2.00-beta-2
* Fix for [numpy.all returns false](https://github.com/clj-python/libpython-clj/issues/148)

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
* This library, which has received the efforts of many excellent people, is built mainly upon
[cnuernber/dtype-next](https://github.com/cnuernber/dtype-next/) and the
[JNA library](https://github.com/java-native-access/jna).
* [Static code generation](https://clj-python.github.io/libpython-clj/libpython-clj2.codegen.html#var-write-namespace.21) - generate clojure namespaces
wrapping python modules that are safe to use with AOT and load much faster than analogous `require-python` calls. These namespace will not
automatically initialize the python subsystem -- initialize! must be called first (or a nice exception is throw).

## libpython-clj features

Expand Down

0 comments on commit 01232c5

Please sign in to comment.