1.19 2015-07-21 09:23:54 -0400
- Relax required Perl back to 5.6.x as this module is upriver to
a large number of modules
- No non-core requirements back to 5.6.2
6.10 2015-07-19
- fix uses of qr/.../m in tests that do not work in 5.8.x
6.09 2015-07-19
- converted all uses of Test.pm to Test::More
- fix uninitialized warning in HTTP::Config (RT#105929)
Gabedit is a graphical user interface to computational chemistry
packages like Gamess-US, Gaussian, Molcas, Molpro, MPQC,
OpenMopac, Orca, PCGamess and Q-Chem.
It can display a variety of calculation results including
support for most major molecular file formats.
The advanced "Molecule Builder" allows to rapidly sketch in
molecules and examine them in 3D. Graphics can be exported to
various formats, including animations.
Major features
* Gabedit can create input file for GAMESS(US), GAUSSIAN,
MOLCAS, MOLPRO , MPQC, OpenMopac, Orca, PCGamess and Q-Chem.
* Gabedit can graphically display a variety of Gamess-US,
Gaussian, Molcas, Molpro, MPQC, OpenMopac, Orca, PCGamess,
Q-Chem, (partially) ErgoSCF and (partially) ADF calculation
results, including the following:
+ Molecular orbitals.
+ Surfaces from the electron density, electrostatic
potential, NMR shielding density, and other properties.
+ Surfaces may be displayed in solid, translucent and wire
mesh modes. they are can be colorcoded by a separate property.
+ Contours (colorcoded), Planes colorcoded, Dipole. XYZ axes
and the principal axes of the molecule.
+ Animation of the normal modes corresponding to vibrational
frequencies.
+ Animation of the rotation of geometry, surfaces, contours,
planes colorcoded, xyz and the principal axes of the molecule.
+ Animation of contours, Animation of planes colorcoded.
* Gabedit can display UV-Vis, IR and Raman computed spectra.
* Gabedit can generate a povray file for geometry (including
hydrogen's bond),surfaces (including colorcoded surfaces),
contours, planes colorcoded.
* Gabedit can save picture in BMP, JPEG, PNG, PPM and PS format.
* Gabedit can generate automatically a series of pictures
for animation (vibration, geometry convergence, rotation, contours,
planes colorcoded).
* Simulated Annealing with Molecular Dynamics is implemented in Gabedit
(using Amber 99 molecular mechanics parameters).
With all supported Postfix releases, the default settings have been
updated so that they no longer enable export-grade ciphers, and no
longer enable the SSLv2 and SSLv3 protocols. These ciphers and
protocols have little if any legitimate use today, and have instead
become a vehicle for downgrade attacks. There are no other code
changes.
Postfix documentation has been updated to reflect the new default
settings and their rationale; the RELEASE_NOTES give suggestions
for how to enable the old ciphers and protocols if your infrastructure
requires them.
Finally, abandoning deprecated ciphers and protocols does not really
improve TLS security without measures to better authenticate remote
servers. Secure DNS and TLSA are steps in that direction.
ProjectLibre is project management software.
It offers the following features:
* Gantt Chart, Project- and Resource-Planning
* Look and feel very close to Microsoft Project
* Save Files as .xml and open them in Microsoft Project 2010
* All operating systems providing Java Runtime Environment
TigerVNC 1.5.0 - Lots of changes have been made since
the last release, but the highlights are:
- IPv6 support in the servers
- You can now have two passwords, one for full access and one for
"view only".
- syslog support in Xvnc
- GnuTLS priority configuration
- Performance fixes
- You can now easily start more clients on OS X
- More translations
TigerVNC 1.4.3 - This release addresses the following issues:
- Upstream patches applied to the underlying Xorg code base to
mitigate CVE-2015-0255.
- Fixes for performance regressions introduced in 1.4.0.
- Character encoding of clipboard text send by Java viewer now
strictly adheres to the RFB specification.
TigerVNC 1.4.1 - This is release is in response to the recent Xorg
Security Advisory. There are no known vulnerabilities in TigerVNC itself
related to this advisory, however some of the changes to the Xorg
codebase were not compatible with TigerVNC.
TigerVNC 1.4.0 - Lots of changes have been made since
the last release, but the highlights are:
- Colour map (aka indexed, palette) mode is largely removed. TigerVNC
is still compatible with other VNC implementations, but you can no
longer run Xvnc in colour map mode.
- Improvements to the keyboard handling both on the server and client
- Support for newer Xorg versions in the server build
- x0vncserver now supports XDamage for instant updates, making it
slightly less useless
- WinVNC now works in service mode on newer Windows versions
- Better full screen mode for the Java client on OS X
- man pages should now be up to date
- Improved TLS implementation in the Java client
- Lots and lots of cleanups and bug fixes
New features and extensions
- New class Fl_Copy_Surface allows copying graphical data to the
clipboard in a cross-platform way
- Support for pasting graphical data from the clipboard to a widget.
- New class Fl_Image_Surface allows drawing into an Fl_Image object.
- Methods Fl::add_clipboard_notify() and Fl::remove_clipboard_notify()
to get notifications whenever the clipboard changes
- New method Fl_Window::wait_for_expose()
- New bilinear scaling method for RGB images
- New method Fl_Widget::top_window()
- New method Fl_Widget::top_window_offset()
- New Fl_Tree_Item methods label_x(), label_y(), label_w(), label_h().
- New methods Fl::enable_im() and Fl::disable_im() to enable/disable
system Input Methods (IM).
- New methods Fl::add_system_handler() and Fl::remove_system_handler()
to intercept low level system events.
- New FLTK scheme "gleam"
- New method Fl::is_scheme() to compare the current scheme name.
- New method to set custom icons for windows
see Fl_Window::icon() for more info.
- New method to set any custom cursor, based on a Fl_RGB_Image object.
Also changed fallback cursors to use this method, so that fallback
cursors are handled in a platform independent manner
- New ability to convert Fl_Pixmap to Fl_RGB_Image
- Support for full screen windows over multiple monitors.
- New optional line numbers in Fl_Text_Display and options to control
line numbers and word wrapping (on/off) in example test/editor.cxx.
- On Linux/Unix, class Fl_Native_File_Chooser uses file dialogs from
the Gnome environment (provided by the libgtk dynamic library) if
available, and falls back to Fl_File_Chooser if not
Use option Fl::OPTION_FNFC_USES_GTK to enable/disable this feature.
- New support for the Mac OS text input system that deals with character
composition and input of languages with large character sets (e.g.
Chinese and Japanese). This implementation has been reported to work
well for Chinese. Superficial testing suggests it's also operational
for Japanese. In-depth testing remains needed though.
Other improvements
- Many CMake improvements
- Some autoconf, configure improvements.
- Removed 1024 bytes constraint in labels and browser lines
- Mac OS version of Fl_Native_File_Chooser: when using filters in a
save file dialog, the output file extension gets changed when the
user modifies the output file type.
- Many Mac OS X improvements related to Fl_Sys_Menu_Bar.
- Improved Mac OS X keyboard handling of special keys or combinations.
- General Mac OS X improvements, incl. high resolution (Retina)
displays, and support up to Mac OS X 10.10.
- Documentation improvements and clarifications.
- Printing support improvements, including GL windows.
- Many improvements related to Fl_Tree (some of them only as ABI
breaking features, see below).
- Some static data has been made 'const' to improve memory usage
with shared libraries.
- Don't grab navkeys with modifiers (CTRL, ALT), as the application
may want them
- Check compiler support of -fvisibility, -fvisibility-inlines-hidden,
and use it, if available. Reduces shared library size.
- Drag'n'drop behaves better now: if text is dropped in the widget it
comes from, then it works like cut and paste.
- Other improvements of DND handling when dragging text from other
applications, e.g. Firefox and Thunderbird.
- Windows message WM_QUIT is processed like SIGTERM, i.e. as a
request to terminate the program.
- Fluid no longer closes the code window when hitting ESC (STR #2997).
- Improved Fl_Widget::when() handling in Fl_Tabs
- Improved support for more recent compilers (clang and gcc) that
issue more warnings, and fixed some 32-/64-bit compilation issues.
- Added method Fl_Window::clear_modal_states() to make it possible
to remove the modal or non-modal state from a window
Bug fixes
- Fixed word selection dragging in text input
- Fixed crash if Fl_Window::flush() called while window not shown()
- Fixed segfault in fl_set_fonts_xft.cxx when loading fonts not named
as expected
- Fixed a memory leak in font loading/allocation
- Fixed OS X fl_read_image() and Fl_Paged_Device::print_window_part()
when using a Retina display.
- Fixed MinGW build if configure didn't find strcasecmp()
- Fixed access of protected member under Linux/Unix
- Fixed various Mac specific OpenGL issues
- Fixed PostScript printing with non-english locale
- Fixed a regression in Fl_File_Chooser since FLTK 1.1.8: the
Enter key now selects the file again.
- Fixed a bug in Fl_Native_File_Chooser (Windows) for some file name
input filters
- Fixed out-of-bounds memory access in Fl_Text_Display
Closes PR pkg/49958 by matthewd.
Changes since 0.14.1 for a full list see
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html:
v 0.16.2
This is a minor bug-fix release from 0.16.1 and includes a a large
number of bug fixes along some new features (pipe() method),
enhancements, and performance improvements.
We recommend that all users upgrade to this version.
Highlights include:
A new pipe method
Documentation on how to use numba with pandas,
v 0.16.1
This is a minor bug-fix release from 0.16.0 and includes a a large
number of bug fixes along several new features, enhancements, and
performance improvements. We recommend that all users upgrade to this
version.
Highlights include:
Support for a CategoricalIndex, a category based index
New section on how-to-contribute to pandas
Revised “Merge, join, and concatenate” documentation, including
graphical examples to make it easier to understand each operations
New method sample for drawing random samples from Series, DataFrames
and Panels.
The default Index printing has changed to a more uniform format
BusinessHour datetime-offset is now supported
Further enhancement to the .str accessor to make string operations easier
v0.16.0 (March 22, 2015)
This is a major release from 0.15.2 and includes a small number of
API changes, several new features, enhancements, and performance
improvements along with a large number of bug fixes. We recommend that
all users upgrade to this version.
Highlights include:
DataFrame.assign method
Series.to_coo/from_coo methods to interact with scipy.sparse
Backwards incompatible change to Timedelta to conform the .seconds
attribute with datetime.timedelta
Changes to the .loc slicing API to conform with the behavior of .ix
Changes to the default for ordering in the Categorical constructor
Enhancement to the .str accessor to make string operations easier
The pandas.tools.rplot, pandas.sandbox.qtpandas and pandas.rpy
modules are deprecated. We refer users to external packages like
seaborn, pandas-qt and rpy2 for similar or equivalent functionality,
see here
v0.15.0 (October 18, 2014)
This is a major release from 0.14.1 and includes a small number of
API changes, several new features, enhancements, and performance
improvements along with a large number of bug fixes. We recommend that
all users upgrade to this version.
Warning
pandas >= 0.15.0 will no longer support compatibility with NumPy
versions < 1.7.0. If you want to use the latest versions of pandas,
please upgrade to NumPy >= 1.7.0 (GH7711)
Highlights include:
The Categorical type was integrated as a first-class pandas type
New scalar type Timedelta, and a new index type TimedeltaIndex
New datetimelike properties accessor .dt for Series, see
Datetimelike Properties
New DataFrame default display for df.info() to include memory
usage, see Memory Usage
read_csv will now by default ignore blank lines when parsing
API change in using Indexes in set operations
Enhancements in the handling of timezones
A lot of improvements to the rolling and expanding moment funtions
Internal refactoring of the Index class to no longer sub-class
ndarray, see Internal Refactoring
dropping support for PyTables less than version 3.0.0, and
numexpr less than version 2.1 (GH7990)
Split indexing documentation into Indexing and Selecting Data
and MultiIndex / Advanced Indexing
Split out string methods documentation into Working with Text Data
v0.3.1: 2015.03.26
- Nickname attribute added
- New parameter in config file: show_nicknames = yes / no
v0.3.2: 2015.03.27
- Read-only support for Categories attribute
v0.3.3: 2015.05.07
- twinkle option was renamed to phone: Now it prints all phone numbers like the mutt option does for
e-mail addresses (more general approach for external phone clients)
- adapted twinkle plugin for use with the new phone option
v0.4.0: 2015.06.15
- new option "add-email": Get full email from stdin, filter senders mail address and add that
address to an existing contact or create a new one. Feature tested with email client mutt.
v0.4.1: 2015.07.16
- improved search results for phone, mutt and alot
0.6.0
=====
2015-07-15
* BUGFIX Recurrent events with a THISANDFUTURE parameter could affect other
events. This could lead to events not being found by the normal lookup
functionality when they should and being found when they shouldn't. As the
second case should result in an error that nobody reported yet, I hope nobody
got bitten by this.
* new dependency for running the tests: freezegun
* new dependency for setup from scm: setuptools_scm
* khal now needs to be installed for building the documentation
* ikhal's should now support ctrl-e, ctrl-a, ctrl-k and ctrl-u in editable text
fields (Thomas Glanzmann)
* ikhal: space and backspace are new (additional) default keybindings for right
and left (Pierre David)
* when editing descriptions you can now insert new lines (Thomas Glanzmann)
* khal should not choose an arbitrary default calendar anymore (Markus
Unterwaditzer)
* the zsh completion file has been updated (Hugo Osvaldo Barrera)
* new command `import` lets users import .ics files (Christian Geier)
* khal should accept relative dates on the command line (today, tomorrow and
weekday names) (Christian Geier)
* keybinding for saving an event from ikhal's event editor (default is `meta +
enter`) (Christian Geier)
0.5.0
=====
released on 2015-06-01
* fixed several bugs relating to events with unknown timezones but UNTIL, RDATE
or EXDATE properties that are in Zulu time (thanks to Michele Baldessari for
reporting those)
* bugfix: on systems with a local time of UTC-X dealing with allday events lead
to crashes
* bugfix: British summer time is recognized as daylight saving time (Bradley
Jones)
* compatibility with vdirsyncer 0.5
* new command `search` allows to search for events
* user changeable keybindings in ikhal, with hjkl as default alternatives for
arrows in calendar browser, see documentation for more details
* new command `at` shows all events scheduled for a specific datetime
* support for reading birthdays from vcard collections (set calendar/collection
`type` to *birthdays*)
* new command `printformats` prints a fixed date in all configured date-time
settings
* `new` now supports the `--until`/`-u` flag to specify until when recurring
events should run (Micah Nordland)
* python 3 (>= 3.3) support (Hugo Osvaldo Barrera)
ikhal
-----
* minimal support for reccurring events in ikhal's editor (Micah Nordland)
* configurable view size in ikhal (Bradley Jones)
* show events organizers (Bradley Jones)
* major reorganisation of ikhal layout (Markus Unterwaditzer)