Skip to content

Commit ad3a47e

Browse files
committed
Update what-is-new section in the manual.
Describe changes in version 1.1.
1 parent 7cb2d26 commit ad3a47e

1 file changed

Lines changed: 62 additions & 3 deletions

File tree

doc/manual/pdfgui.texinfo

Lines changed: 62 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,68 @@ conda install --channel=diffpy diffpy.pdfgui
457457
@cindex versions
458458
@cindex whatisnew
459459

460+
@subheading Version 1.1, released March 2016
461+
462+
Improvements and modifications since the last major release
463+
1.0-r3067 from April 2009.
464+
465+
@table @emph
466+
467+
@item Anaconda installer
468+
469+
PDFgui is now distributed as a pre-built package for Anaconda Python.
470+
The program is available for all platforms supported by Anaconda, i.e.,
471+
for 32 and 64-bit Linux, Mac OS X, and for 32 and 64-bit Windows.
472+
473+
@item upgrade for recent GUI libraries
474+
475+
Source codes were updated to work with WX GUI toolkit 2.9 or later.
476+
Fixed blacked-out text fields on Mac OS X. Fixed missing toolbar
477+
in plot-windows on Mac OS X.
478+
479+
@item select atoms menu
480+
481+
Added ``Select Atoms'' context menu to the Phase Configuration and Phase
482+
Constraints panels. This selects atom rows by a range of indices
483+
or by atom type. Added keyboard shortcut @kbd{/} for activating the
484+
atom-selection dialog.
485+
486+
@item small enhancements
487+
488+
Fixed problems with @i{r}-grid interpolation near data boundaries. Allow
489+
use of CIF-defined space groups for symmetry constraints. Use consistent
490+
numbering for parameters created by symmetry constraints. Improved
491+
export data tool in plot windows to group @i{y}-arrays that are on
492+
the same @i{x} grid. Enhanced supercell expansion to also adjust
493+
the coordinate constraints.
494+
495+
@item project moved to GitHub
496+
497+
PDFgui source repository was converted from subversion to a Git repository at
498+
@url{https://github.com/diffpy/diffpy.pdfgui}. Project now uses Git tags
499+
to define software release and version data.
500+
501+
@item Unicode support
502+
503+
Allow accented characters in project filenames and in folder paths
504+
where located. Allow accented characters for naming the fit tree
505+
items. Note that such projects are unlikely to work with older
506+
versions of PDFgui. Fix failure to exit when there is some
507+
uncaught error in the at-exit cleanup functions.
508+
509+
@item PDFgui tests
510+
511+
PDFgui installation now includes built-in tests. Added facility to
512+
test PDFgui and all its DiffPy components. Implemented automated
513+
testing and generation of test coverage reports when sources on
514+
GitHub change.
515+
516+
@item bug fixes
517+
Quite a few. Consult the code history at
518+
@url{https://github.com/diffpy/diffpy.pdfgui/commits}.
519+
520+
@end table
521+
460522
@subheading Version 1.0, released April 2009
461523

462524
This section describes improvements and modifications since the
@@ -541,9 +603,6 @@ Windows version could not read PDF datasets with NaN (not-a-number)
541603
values in the dGr column, because NaN is not supported by the Windows
542604
C-library. Added check for NaN-s before converting to float.
543605

544-
@item bug fixes
545-
too many to list here.
546-
547606
@end table
548607

549608
@c @node NODE-NAME, NEXT, PREVIOUS, UP

0 commit comments

Comments
 (0)