File: ChangeLog

package info (click to toggle)
pythonprop 0.30.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,572 kB
  • sloc: python: 5,983; sh: 591; makefile: 131; xml: 69
file content (31 lines) | stat: -rw-r--r-- 2,076 bytes parent folder | download
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
0.30
* Removes the online help.  Support for the legacy gnome help system is 
causing a lot of issues for users and it's removal should streamline the
installation process.  This is an interim solution, help will be reinstated in anotehr form in the next release.

0.29
* Replaces basemap with cartopy for the geo plotting.
* Removes some of the lesser used options from the area plotting script.
* Replaces optparse (deprecated) with argparse in the plotting utilities.
* Uses the mpl imagegrid to improve the layout of multiple area and p2p plots.
* Fixes a bug in the docs makefile that was preventing the legal.xml file from loading.

0.28
* Automake rules have been changed so that we only attempt to build the pdf if
dblatex is installed.

0.18
Uses the codecs package to open files to read unicode directly.  This permits
the use of non-ascii characters in site names.  Modifies the way in which we
look for the FREQ card in output files to a more robust (and simpler) method
that doens't require regex..
0.17
Revised the order of some of the imports to remove the 'AttributeError: When
using gi.repository you must not import static modules like "gobject". Please
change all occurrences of "import gobject" to "from gi.repository import
GObject". See: https://bugzilla.gnome.org/show_bug.cgi?id=70918' warning
message on new versions fo GTK3(3.14).  This has the effect of changing the
backend to TkAgg.
0.15
Included a .desktop file for voacapgui that allows the application to be called up directly on the Gnome desktop.  This should also work on Unity but has not been tested.
Extensively modified the directory structure and build files which now follow a more conventional automake methodology, hopefully making future work much easier to manage.  One side effect of this is that the applications now installs to different locations.  /usr/local/bin for the wrapper scripts used to start the applications from the command line, /usr/local/lib/python2.7/site-packages/ for the python files and /usr/local/share/pythonprop/ for the UI files and support data files.