Skip to content

Commit fc073c8

Browse files
committed
Exclude "update" for 1.7 compatibility
1 parent ba9fceb commit fc073c8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sequences for common combinatorial functions.
99
Releases and Dependency Information
1010
========================================
1111

12-
Latest stable release: 0.0.8
12+
Latest stable release: 0.0.9
1313

1414
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.combinatorics%22)
1515

@@ -18,7 +18,7 @@ Latest stable release: 0.0.8
1818
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
1919

2020
```clojure
21-
[org.clojure/math.combinatorics "0.0.8"]
21+
[org.clojure/math.combinatorics "0.0.9"]
2222
```
2323

2424
[Maven](http://maven.apache.org/) dependency information:
@@ -27,7 +27,7 @@ Latest stable release: 0.0.8
2727
<dependency>
2828
<groupId>org.clojure</groupId>
2929
<artifactId>math.combinatorics</artifactId>
30-
<version>0.0.8</version>
30+
<version>0.0.9</version>
3131
</dependency>
3232
```
3333

@@ -102,6 +102,9 @@ Developer Information
102102

103103
Changelog
104104
========================================
105+
* Release 0.0.9 on 2015-03-16
106+
* Exclude "update" function from core for compatibility with 1.7.
107+
105108
* Release 0.0.8 on 2014-07-20
106109
* Minor improvement of helper function used by permutations.
107110

src/main/clojure/clojure/math/combinatorics.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
;;; sequences for common combinatorial functions.
33

44
;; by Mark Engelberg (mark.engelberg@gmail.com)
5-
;; Last updated - November 13, 2013
5+
;; Last updated - March 16, 2015
66

77
(ns
88
#^{:author "Mark Engelberg",
99
:doc "Efficient, functional algorithms for generating lazy
1010
sequences for common combinatorial functions. (See the source code
1111
for a longer description.)"}
12-
clojure.math.combinatorics)
12+
clojure.math.combinatorics
13+
(:refer-clojure :exclude [update]))
1314

1415
(comment
1516
"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy