RSSAmplifier

Blog

Data Sorcery with Clojure

data-sorcery.orgRSS feed ↗10 posts

Latest posts

Incanter 1.9.3 has been released!

Although there were not many updates to the blog in the last years, Incanter s development still happens with contribution of many people. As result of this, I just pushed 1.9.3 release to Clojars. This release includes several fixes in the Continue reading

Incanter 1.5.7

I just pushed Incanter 1.5.7 to Clojars this is bug fix release just to fix incompatibility with Clojure 1.7.0 higher. 2 additional bugfixes are described in changelog.

First preview of Incanter 2.0 (aka Incanter 1.9.0)

The first preview of the Incanter 2.0 is now available on Clojars as Incanter 1.9.0. This release mostly based on the work done during GSoC 2014 for project Incanter and core.matrix integration includes following big changes (Please look to Continue reading

Incanter 1.5.6 has been released

I just pushed the Incanter 1.5.6 to Clojars. This is bugfix-only release includes many changes. I m planning to release the first preview of the Incanter 2.0 during the next few days it will includes the changes made as Continue reading

Protocol-based dataset API in Incanter

As part of the GSoC for Incanter, Aleksandr Sorokoumov wrote the proposal for the new, protocol-based API for datasets that should be released as part of the Incanter 2.0. If you re using the Incanter, and if you re interested, please join Continue reading

Planning breaking changes in the Incanter 2.0

As the GSoC is going forward, we re also discussing the changes that will be made in the Incanter 2.0. One of the proposed changes get rid of first/rest semantic for matrices. If you re using them in your Incanter code, Continue reading

Incanter 1.5.5 has been released

Incanter 1.5.5 has been released to clojars. This release contains the many bugfixes + some improvements that are documented in the change log. Please, take into account that there is one breaking change in handling of gamma distribution! I want Continue reading

Incanter 1.5.4 has been released

After several weeks since 1.5.2 release the new release of Incanter (with version number 1.5.4) has been deployed to Clojars. This release contains several fixes adds several new functions to incanter.core incanter.charts. See Changelog for more details. P.S. Continue reading

Incanter 1.5.2 (bugfix release)

I ve just pushed the new release of Incanter to Clojars. This is mostly bugfix release that fixes several bugs, of different severity. There is also one enhancement you can use logarithmic axes in charts. More information about fixed bugs Continue reading

Incanter 1.5.1: Bugfix release

The bugfix release of Incater was just pushed to Clojars. It fixes 2 bugs one nasty bug when functions called from transform-with were working on underlying data, modifying them, and 2nd when 2-argument version solve thrown an error.