Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Michael Klishin
2014-01-25 Stuart Sierra the.stuart.sie...@gmail.com Leiningen dependency: [com.stuartsierra/frequencies 0.1.0-SNAPSHOT] Please do a proper release. Non-snapshot projects cannot depend on snapshot libraries: https://github.com/technomancy/leiningen/wiki/Repeatability#snapshot-versions --

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Mimmo Cosenza
You could clone and deploy it yourself into clojars. The only caveat is to give it an org.clojars.youusername as group-id to make it clear it's not the official one. HIH mimmo On Jan 26, 2014, at 10:05 PM, Michael Klishin michael.s.klis...@gmail.com wrote: 2014-01-25 Stuart Sierra

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Moritz Ulrich
On Sun, Jan 26, 2014 at 10:10 PM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: You could clone and deploy it yourself into clojars. The only caveat is to give it an org.clojars.youusername as group-id to make it clear it's not the official one. Please don't deploy a project to the public

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Michael Klishin
2014-01-27 Mimmo Cosenza mimmo.cose...@gmail.com You could clone and deploy it yourself into clojars. The only caveat is to give it an org.clojars.youusername as group-id to make it clear it's not the official one. Sorry, that's just won't fly. It's library maintainer's responsibility to

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Mimmo Cosenza
sure, but it depends on who is going to use your project too. if it's only you, lein install is ok. On Jan 26, 2014, at 10:17 PM, Moritz Ulrich mor...@tarn-vedra.de wrote: On Sun, Jan 26, 2014 at 10:10 PM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: You could clone and deploy it yourself

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Jordan Berg
Actually looks like Stuart ended up doing a non-SNAPSHOT release of 0.1.0 after the announcement based on the github README. On Sun, Jan 26, 2014 at 1:19 PM, Michael Klishin michael.s.klis...@gmail.com wrote: 2014-01-27 Mimmo Cosenza mimmo.cose...@gmail.com You could clone and deploy it

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread A
This is so awesome. Thanks for writing this! Here's my naive stab at integration with (the :iris dataset available in) Incanter... (:require [incanter.core :as i] [incanter.datasets :as id] [com.stuartsierra.frequencies :as freq]) (def d

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-26 Thread Stuart Sierra
That was a mistaken copy and paste. The release is [com.stuartsierra/frequencies 0.1.0] and is available on Clojars. -S On Sunday, January 26, 2014 4:05:24 PM UTC-5, Michael Klishin wrote: 2014-01-25 Stuart Sierra the.stua...@gmail.com javascript: Leiningen dependency:

[ANN] com.stuartsierra/frequencies 0.1.0

2014-01-25 Thread Stuart Sierra
New Clojure library frequencies https://github.com/stuartsierra/frequencies Basic statistical computations (mean, median, etc.) on **frequency maps**, e.g. the map returned by `clojure.core/frequencies`. A frequency map can represent (or approximate) a large distribution of values in a small

Re: [ANN] com.stuartsierra/frequencies 0.1.0

2014-01-25 Thread Sam Ritchie
Nice! Aphyr's interval-metrics also does a really nice job here: https://github.com/aphyr/interval-metrics Stuart Sierra mailto:the.stuart.sie...@gmail.com January 25, 2014 10:39 AM New Clojure library frequencies https://github.com/stuartsierra/frequencies Basic statistical computations