forked from henesissrl/pyerg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
34 lines (29 loc) · 988 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
31
32
33
34
0.5.0
- Fixed bugs in `erg::Reader::read()` function
- Add ability to read only a portion of a quantity from both C++ and Python
- Improved pyerg.read() function: now it create a erg.Reader Python object
0.4.1
- Improved documentation
0.4
- Rename Parser C++ and Python class in Reader
- Fix data names
- Fix errors in documentation
- Rename ErgParser.cpp and ErgParser.h in erg.cpp and erg.h
- Added pyerg.__version.__
- Added FindNumPy.cmake from Numexpr project to find NumPy includes within CMake
- Improved documentation in README.md
- Add MIT license to all source files and file LICENSE
0.3
- Setup script does not import NumPy module directly anymore
- Setup script know the required dependencies
0.2
- Installable and unit tests working on Windows (Anaconda, MinGW 4.7)
- Added Parser.close() function to Python extension
- Improved documentations and docstrings
0.1
- Initial implementation
- C++ parser
- C Python extension
- C++ unit test
- Python unit test
- Linux only