forked from scott-maddox/fdint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
30 lines (21 loc) · 911 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Changes in 2.0.1:
- changed LICENSE to BSD-3-Clause
- improved README
- fixed test generation
Changes in 2.0:
- completely rewrote the package in Cython, which results in ~3x speedup over
gfortran + f2py, as well as more maintainable code
- added inverse Fermi-Dirac integral of order k=1/2
- added generalized Fermi-Dirac integrals and their first derivatives
- used in semiconductor physics and astrophysics
- added semiconductor-specific functions in the new `scfd` module
Changes in 1.1.1:
- fixed `python setup.py install` (was broken by build in-place)
Changes in 1.1:
- removed the python fall-back module (simplify maintenance)
- renamed `_fd` to `fd`
- fixed `from fdint.fd import fd1h`, etc. causing an error
- added vectorized forms of all functions, e.g. `vfd1h`
Changes in 1.0.1:
- fixed `pip fdint install` and `python setup.py install` failing if `numpy` is
not already installed