-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
38 lines (28 loc) · 1.05 KB
/
CHANGELOG
File metadata and controls
38 lines (28 loc) · 1.05 KB
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
35
36
37
38
Changes in version 0.6
----------------------
* Add support for PhreeqcRM
* Add IPhreeqc 3.7.3 for Linux ARM
Changes in version 0.5
----------------------
* Update documentation to PHREEQC3
* Add IPhreeqc 3.7.3 and mac arm64 version
* Removed download, use `pip` to install
* Add makefile to automate build steps
* Add parallel example
Changes in version 0.4
----------------------
* Add `pywin32` dependency to `pip` install
* Remove setting of `doc`attribute on PhreeqPy objects because it is not
supported by new IPhreeqcCOM versions.
* Hint that there is no 64-bit DLL for Windows. Instead the COM-Server version
should be used.
Changes in version 0.3
----------------------
* Add `set_output_file_off()`and `set_output_file_on()` that call IPhreeqc's `SetOutputFileOn`
Changes in version 0.2
----------------------
* Add more IPhreeqc functions.
* Add support for Mac OS X.
* Add error handling turning IPhreeqc errors into Python exceptions.
* Add Python 3 compatibility. Tested with Python 3.3.
* Add documentation in addition to example on website.