Skip to content

Commit d75bfcb

Browse files
committed
Update CHANGELOG
1 parent 7c64045 commit d75bfcb

File tree

3 files changed

+58
-7
lines changed

3 files changed

+58
-7
lines changed

.en-custom.txt

+4
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Malengier
187187
Materialia
188188
matforge
189189
matplotlib
190+
matplotlib's
190191
maxima
191192
mayavi
192193
mayavi2
@@ -197,6 +198,7 @@ metallization
197198
micrographs
198199
Microstructology
199200
microstructure
201+
Miniconda
200202
minima
201203
MinMod
202204
misorientation
@@ -219,6 +221,7 @@ Navier-Stokes
219221
neighbors'
220222
Neumann
221223
NIST
224+
Nixpkgs
222225
NVIDIA
223226
numerix
224227
numpy
@@ -307,6 +310,7 @@ superfill
307310
superfilling
308311
svn
309312
SvnToGit
313+
symlog
310314
S.I.
311315
terms'
312316
Tcl

.pyspelling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ matrix:
7676
- pyspelling.filters.url:
7777
- name: reST
7878
sources:
79-
- ./**/*.rst|!./**/generated/*.rst|!./test-environment-*/**
79+
- ./**/*.rst|!./**/generated/*.rst|!./test-environment-*/**|!./worktrees/**
8080
dictionary:
8181
wordlists:
8282
- .en-custom.txt

CHANGELOG.rst

+53-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,56 @@ Change Log
1111
Version |release|
1212
-----------------
1313

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+
------------------------
1764

1865
This release brings support for Python 2 and Python 3 from the same source,
1966
without any translation. Thanks to `@pya <https://github.com/pya>`_ and
@@ -62,9 +109,9 @@ Fixes
62109
- `#340 <https://github.com/usnistgov/fipy/issues/340>`_:
63110
Don't upload packages to PyPI, just add the master url
64111

65-
-----------
66-
Version 3.2
67-
-----------
112+
------------------------
113+
Version 3.2 - 2019-04-22
114+
------------------------
68115

69116
This is predominantly a `DevOps`_ release. The focus has been on making
70117
FiPy easier to install with :term:`conda`. It's also possible to install a

0 commit comments

Comments
 (0)