Skip to content

Commit 4062dba

Browse files
authored
Merge pull request #105 from JuliaStats/tp/start-changelog
start a changelog file
2 parents 04c9189 + 41f662c commit 4062dba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 1.0.0
9+
10+
### Added
11+
12+
- add `logabstanh`
13+
14+
### Changed
15+
16+
- improve `log1pmx`, add `Float32` implementation
17+
- make tests have their own environment, use JET.jl and Aqua.jl
18+
- improve `_log1pmx_ker` internal documentation on the polynomial
19+
- improve accuracy of `logit`, `logcosh`
20+
- more detailed testing (`ULPError.jl`)
21+
- relax the doc string of `log2mexp` to promise just "careful evaluation", technically breaking
22+
23+
## 0.3.29
24+
25+
A changelog is not available up to this version.

0 commit comments

Comments
 (0)