Releases: zero-one-group/geni
Releases · zero-one-group/geni
v0.0.42 - Warning Fixes & Doc Updates
v0.0.41 - Support for Java 17
Version bump v0.0.41 (#347) * version bump to v0.0.41 * update docker project.clj
v0.0.40 - g/->dataset fix
version bump to v0.0.40 (#341)
v0.0.39 - Docs, Upgrades and Improvements in g/->dataset
version bump to v0.0.39 (#339)
v0.0.38 - Upgraded Spark to 3.1.0
And other outdated dependencies.
v0.037 - Fix for Collection of Sparse Vectors
- Sparse vectors collection: now collected as a sequence of maps instead of a sequence of sequences.
v0.0.35 - Support for Arrow Collection
- Arrow collection: Spark Datasets can now be written to partitioned Arrow files using
g/collect-to-arrow
thanks to @behrica with #284! - Improved docs: Included
collect
actions on Spark and data-oriented schemas. - Improved install templates: added an example
deps.edn
for installation using Clojure CLI tools.
v0.0.34 - Test and Documentation Improvements
Minikube Guide: verified on another machine and proof-read the text.
Test Improvements: a return to 100% test coverage and added extra safety for streaming tests.
Upgraded nREPL: to version 0.8.3.
v0.0.33 - Managed Tables
- Managed Tables: capability to read/write tables whilst preserving testability. Shout out to @erp12 for the awesome PR!
- Fixed and Completed Docs: for
core
,ml
andrdd
namespaces. We also added a test to prevent regressions of missing docs.
v0.0.32 - Better Documentation
Cookbook Restructuring: the cookbook code and texts have been proofread and tested by @agilecreativity. Incomplete steps to complete the walkthrough have been addressed.
Minikube Instructions: basic setup to deploy Geni on a Minikube cluster written by @behrica.
Clojure Formatting: using lein-cljfmt
where some parts of the codebase have been restyle thanks to @agilecreativity.
More Spark Docs: better coverage and formatting of Spark docs in the core and ML namespaces.