Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename docs to API.
  • Loading branch information
hypirion committed Apr 6, 2013
1 parent cfd9926 commit 8b79032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CHANGES.md
@@ -1,23 +1,23 @@
# com.hypirion/primes changelog

## 0.2.1 [`0.2.0 docs`][0.2.0-docs] [`tag`][0.2.1-tag]
## 0.2.1 [`0.2.0 API`][0.2.0-api] [`tag`][0.2.1-tag]

* Major speed improvements for `prime?` and `factorize`,
* Minor speed improvements for `get`, `take-below` and `take`.

## 0.2.0 [`docs`][0.2.0-docs] [`tag`][0.2.0-tag]
## 0.2.0 [`API`][0.2.0-api] [`tag`][0.2.0-tag]

* Implement `last-below` and `first-above`, for quickly picking up primes in
close vicinity of a number.
* Implement `factorize` to quickly factorize a number.
* Primes now only depend on Clojure 1.2.0 or higher, not 1.5.1.

## 0.1.0 [`docs`][0.1.0-docs] [`tag`][0.1.0-tag]
## 0.1.0 [`API`][0.1.0-api] [`tag`][0.1.0-tag]

* `get`, `prime?`, `primes`, `take` and `take-below` added.

[0.2.1-tag]: https://github.com/hyPiRion/primes/tree/0.2.1
[0.2.0-tag]: https://github.com/hyPiRion/primes/tree/0.2.0
[0.2.0-docs]: http://hypirion.github.com/primes/0.2.0/
[0.2.0-api]: http://hypirion.github.com/primes/0.2.0/
[0.1.0-tag]: https://github.com/hyPiRion/primes/tree/0.1.0
[0.1.0-docs]: http://hypirion.github.com/primes/0.1.0/
[0.1.0-api]: http://hypirion.github.com/primes/0.1.0/
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,9 +18,9 @@ your `project.clj` dependencies:
```

From there, it's really easy to get working with primes. Have a look at
[the documentation][doc] for a list of different functions.
[the API][api] for a list of different functions.

[doc]: http://hypirion.github.com/primes/0.2.0/com.hypirion.primes.html
[api]: http://hypirion.github.com/primes/0.2.0/com.hypirion.primes.html

### Example usage

Expand Down

0 comments on commit 8b79032

Please sign in to comment.