@@ -11,9 +11,56 @@ Change Log
11
11
Version |release |
12
12
-----------------
13
13
14
- -----------
15
- Version 3.3
16
- -----------
14
+ This release adds support for the :term: `PETSc ` solvers for
15
+ :ref: `PARALLEL `.
16
+
17
+ Pulls
18
+ -----
19
+
20
+ - Add support for PETSc solvers
21
+ (`#701 <https://github.com/usnistgov/fipy/pull/701 >`_)
22
+ - Assorted fixes while supporting PETSc
23
+ (`#700 <https://github.com/usnistgov/fipy/pull/700 >`_)
24
+ - Fix print statements for Py3k
25
+ - Resolve Gmsh issues
26
+ - Dump only on processor 0
27
+ - Only write `timetests ` on processor 0
28
+ - Fix conda-forge link
29
+ - Upload PDF
30
+ - Document `print ` option of `FIPY_DISPLAY_MATRIX `
31
+ - Use legacy numpy formatting when testing individual modules
32
+ - Switch to matplotlib's built-in symlog scaling
33
+ - Clean up tests
34
+ - Assorted fixes for benchmark 8
35
+ (`#699 <https://github.com/usnistgov/fipy/pull/699 >`_)
36
+ - Stipulate `--force ` option for `conda remove fipy `
37
+ - Update Miniconda installation url
38
+ - Replace `_CellVolumeAverageVariable ` class with `Variable ` expression
39
+ - Fix output for bad call stack
40
+ - Make CircleCI build docs on Py3k
41
+ (`#698 <https://github.com/usnistgov/fipy/pull/698 >`_)
42
+ - Fix link to Nick Croft's thesis
43
+ (`#681 <https://github.com/usnistgov/fipy/pull/681 >`_)
44
+ - Fix NIST header footer
45
+ (`#680 <https://github.com/usnistgov/fipy/pull/680 >`_)
46
+ - Use Nixpkgs version of FiPy expression
47
+ (`#661 <https://github.com/usnistgov/fipy/pull/661 >`_)
48
+ - Update the Nix recipe
49
+ (`#658 <https://github.com/usnistgov/fipy/pull/658 >`_)
50
+
51
+ Fixes
52
+ -----
53
+
54
+ - `#692 <https://github.com/usnistgov/fipy/issues/692 >`_:
55
+ Can't copy example scripts with the command line
56
+ - `#669 <https://github.com/usnistgov/fipy/issues/669 >`_:
57
+ input() deadlock on parallel runs
58
+ - `#643 <https://github.com/usnistgov/fipy/issues/643 >`_:
59
+ Automate release process
60
+
61
+ ------------------------
62
+ Version 3.3 - 2019-06-28
63
+ ------------------------
17
64
18
65
This release brings support for Python 2 and Python 3 from the same source,
19
66
without any translation. Thanks to `@pya <https://github.com/pya >`_ and
62
109
- `#340 <https://github.com/usnistgov/fipy/issues/340 >`_:
63
110
Don't upload packages to PyPI, just add the master url
64
111
65
- -----------
66
- Version 3.2
67
- -----------
112
+ ------------------------
113
+ Version 3.2 - 2019-04-22
114
+ ------------------------
68
115
69
116
This is predominantly a `DevOps `_ release. The focus has been on making
70
117
FiPy easier to install with :term: `conda `. It's also possible to install a
0 commit comments