[hdf-compass] annotated tag debian/0.6.0b5-1 created (now 7cab05d)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 11:58:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to annotated tag debian/0.6.0b5-1
in repository hdf-compass.

        at  7cab05d   (tag)
   tagging  e26c1a4e0997bba55006a22adc56fab3f084627f (commit)
 tagged by  Ghislain Antony Vaillant
        on  Sun May 8 12:58:32 2016 +0100

- Log -----------------------------------------------------------------
hdf-compass Debian release 0.6.0b5-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCgAGBQJXLynoAAoJEGqZD7Pd65EKqhUQAIBRK5osLSsNVC2alpGTcJcZ
FscNc5F25SPGSxSAGOldM0TNxd61h1Rbc0P5G6rTtBDXiO3UiOzKXcAO31xi6nXE
Bu4wqO9pwQ7gOzifzVTwKO89z7fhiVAAkAZYPlirdLJu670rK77zUVASpD7noc9W
haBTR7tWs0TvTx//ihrcV+b8XqzN1gI4iNqK5MekYGGmJFS4G8L/+EnYM/h1ffbU
3n3ur4Wyw7gROhLDe5E44MSYw6rTSXoSlimjp7+1MsL/fux5nLpvgA1Mz8kJIAEs
wWCvVeo+g/ZDTwT4TbrI4GWQAGWv3uSbCzkmebw3J54CvRyW5is1XW3kXXUMU+Q1
1/FjWsu/SjLW/eCoWmwSgIBVeqHAonWYVddr2np8GpvbEpQWld0se+guxzlQwDmz
iHHRpzDUFxAfXjgxctXMh7+k6sMUuquFarqDUN11fb9laXl7ut9GrLphbu3cOakK
j0RVtfkT9lM/iXIPAqId68YsMGiXP1OYJkArBT+srSKzFxL/FpsEAJnaBhmf26xr
v5zuVAS7MV/OuWBzQPhJ7aW/alHiKzLHcVjNQThs9LMYBdMJMvoJDgG6Y888tMoG
Qem5u00+1G7CP3Y+vF7Khj7MgCQwxu4m7SSreBXZeeJqKf3r8o1Na/FsawMCjei7
X1C+rombutyp+w9jJt8C
=rKOM
-----END PGP SIGNATURE-----

Andrew Collette (23):
      Add test data demonstrating issue #2
      Fix backwards indices
      Fix glitch in array:// virtual store
      Initial file wildcard support
      Fix wildcard issue on Windows
      Restore window style
      Remove DS_Store cruft
      Add gitignore
      Add All Files entry to file selection dialog
      Add missing LGPL icon license to source tree
      Add Window menu to allow reopening of current node
      Various fixes to setup.py for Mac
      Address a number of GUI issues on OS X
      Update logo to remove wrong version text
      Improve background for OS X disk image
      Basic README for github
      Adjust HDF5 cache settings
      Fix wrong value for chunk slots
      Fix typo in context menu code
      Add tile-based LRU cache to Array viewer
      Remove HDF5-based caching
      Merge pull request #38 from HDFGroup/plot_label_fix
      Merge pull request #41 from HDFGroup/big_array_plot

Christian Oyarzun (5):
      Added Open Recent file menu
      Merge remote-tracking branch 'HDFGroup/master'
      Add go to top (root) navigation issue #15
      fix Mac icon file name to match rename from da5f6f4
      URL support for Open Recent menu update to #50

Elliott Sales de Andrade (3):
      py3k: Use new-style exception handling.
      Remove pylab usage.
      py3k: Add __future__ import on remaining files.

Ghislain Antony Vaillant (4):
      Drop versioned dependency on setuptools.
      Add .desktop file for freedesktop compliant systems.
      Initial debianization.
      Release to unstable.

H. Joe Lee (1):
      added matplotlib.

John Readey (31):
      add readme
      initial checkin
      Merge pull request #3 from gheber/issue_2
      Merge pull request #1 from gheber/ascii_grid
      Merge pull request #6 from gheber/git_cleanup
      Merge branch 'file_filter'
      merge with local changes
      updates to asc plugin to work with File Open
      updates based on Andrews review
      remove AsciiGrid.Container Class
      Merge pull request #7 from gheber/ascii_grid_update
      Merge branch 'openas_menu' of https://github.com/HDFGroup/hdf-compass into opendap_prototype
      Merge pull request #10 from HDFGroup/icon_license
      Merge branch 'opendap_prototype' of https://github.com/HDFGroup/hdf-compass into opendap_prototype
      Merge branch 'opendap_prototype'
      updated copyright notice
      added COPYING file
      updated copying file
      legal files added
      updated year on copyright
      Merge pull request #27 from andrewcollette/setup_fixes
      Merge pull request #30 from andrewcollette/readme
      Merge pull request #29 from andrewcollette/dmg_improvement
      Merge pull request #28 from andrewcollette/gui_fixes
      Merge pull request #36 from andrewcollette/chunk_pr
      Merge pull request #37 from andrewcollette/issue_34
      Merge pull request #39 from andrewcollette/grid_lru
      Merge pull request #47 from QuLogic/py3k-exceptions
      Merge pull request #81 from giumas/add_bag_tiny_sample
      Merge pull request #134 from HDFGroup/issue74
      Merge pull request #138 from HDFGroup/issue78

Matt Comerford (24):
      finished implementing Store class for ASCII Grid model
      finished the primary implementation of the Directory (Container class)
      finished implementing ASCFile class, an Array subclass of Node
      added import asc_model statement into run(): function to support new pilot plugin
      added attributes to .asc files and fixed container class to only display directories and .asc files
      removing unnecessary comments, formatting
      Updated to allow for 'cellsize' value to be read
      Updated ASCII plugin to only load data when it is called.
      fixed loading issue. Now loads file contents only once when called with very little wait for larger files.
      fixed initialization of data to None. dtype function now returns float, without needing to pass it an existing array. nrows and ncols are now called in the constructor, rather than the shape function.
      changed indentation from tabs to 4 spaces
      prototype for OpENDAP server plugin
      prototype for OpENDAP server plugin
      adding opendap plugin to compass viewer
      prototype of opendap plugin
      cleaning up: removing dead code and print statements
      fixing up BaseType class
      Fixing formatting issues
      removing wildcard import "from pydap.model import *"
      Correcting for Base.dtype() error. Now the correct NumPy dtype will be displayed when HDF Compass is run.
      added support for GridType in Pydap, cleaned up "key" issues with check_key function.
      fixed initialization for Grid class that was left out of previous commit.
      Fixing root node issues, issues with class Dataset __canhandle__ and __len__ methods.
      cleaning up Structure class, adding Attributes class.

gheber (1):
      Initial commit

giumas (126):
      Fix frame icon and about dialog
      Fix for URI implementation on Window
      Fix to consistently manage URI on Windows
      Creation of hdf_compass namespace
      adoption of Python logging mechanism
      Updates to the PyInstaller mechanism (3.0 features)
      Fix for the file history bug
      Add a BAG tiny file to the samples
      Bug fix on Mac 1-file spec (output folder and binary names were the same)
      Initial BAG model implementation (w/o Text/Xml nodes)
      Compass model extension to Text and Xml node (w/o frames to visualize them)
      Merge remote-tracking branch 'upstream/develop' into develop
      Compass model extension to Text and Xml node (w/o frames to visualize them)
      Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
      Implementation of frames to visualize Text and Xml nodes
      Implementation of frames to visualize Text and Xml nodes
      Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
      Temporary patch for lxml.isoschematron (before PyInstaller 3.1)
      Fix and rename for setup.py for p2app
      Fix test_icons + array_model tests and __init__.py
      Add tests and fix __init__.py for asc_model
      Add tests to bag_model + fix __init__ for hdf5_model
      Fix __init__.py for filesystem_model and opendap_model (+tests)
      Fix __init__.py for compass_viewer package
      Minor changes to add the same can_handle logging for all models
      Add 'Online manual' menu item to 'Help' menu
      Add BAG license
      Renaming 'Additional_Legal' to lowercase
      Improvements to the structure of the manual
      Minor fixes
      Removal of unused code
      Minor fixes
      Removal of unused code
      Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
      Improve the asc_model can_handle method by reading the first file line
      Add configuration setup script and other packaging stuff
      Add initial appveyor settings
      add appveyor badge to README and minors to the yml file
      Add environment info as logging messages
      Merge pull request #128 from giumas/log_env_info
      add import exception handling for hdf5 data download (since wget is not a Python standard lib)
      Merge pull request #129 from giumas/develop
      Add is_plottable method for Array node and disabling for string
      Merge pull request #130 from giumas/develop
      Display string dataset in HDF5_model
      Merge pull request #131 from giumas/develop
      Change key bindings for container frame
      Introduced accelerator table and wx.ACCEL_CMD for Apple Command key
      Merge pull request #133 from giumas/ticket_101
      Fix close events and add colormaps
      Merge pull request #137 from giumas/develop
      directly use `validation_info` method from bag lib
      fix to ticket 140: exit when closing InitFrame
      add a colorbar to the ContourPlotFrame
      add info under the mouse cursor to array plot
      close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
      fix to ticket 140: exit when closing InitFrame
      close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
      Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
      unified behavior wx.ID_CLOSE and wx.EVT_CLOSE
      Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
      Merge pull request #143 from HDFGroup/ticket_142
      fix to ticket 140: exit when closing InitFrame
      close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
      unified behavior wx.ID_CLOSE and wx.EVT_CLOSE
      Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
      README minor fix
      Merge pull request #147 from giumas/develop
      add info under the mouse cursor to array plot
      Merge branch 'ticket_144' of https://github.com/giumas/hdf-compass into ticket_144
      directly use `validation_info` method from bag lib
      Merge branch 'bag_lib_updates' of https://github.com/HDFGroup/hdf-compass into bag_lib_updates
      add notebook to visualize plugin info
      Merge pull request #148 from giumas/ticket_73
      Merge pull request #145 from HDFGroup/ticket_144
      directly use `validation_info` method from bag lib
      Merge branch 'bag_lib_updates' of https://github.com/giumas/hdf-compass into bag_lib_updates
      Extend the compass model with GeoArray and GeoSurface
      Merge branch 'bag_lib_updates' into ticket_118
      Add cartopy license and some BAG-plugin related updates
      Fix to spec files for cartopy library
      Disable ShadedRelief for matplolib < 1.5
      Fix bug in GeoArray cursor position
      directly use `validation_info` method from bag lib
      Extend the compass model with GeoArray and GeoSurface
      Add cartopy license and some BAG-plugin related updates
      Fix to spec files for cartopy library
      Disable ShadedRelief for matplolib < 1.5
      Fix bug in GeoArray cursor position
      Merge branch 'ticket_118' of https://github.com/HDFGroup/hdf-compass into ticket_118
      directly use `validation_info` method from bag lib
      Extend the compass model with GeoArray and GeoSurface
      Add cartopy license and some BAG-plugin related updates
      Fix to spec files for cartopy library
      Disable ShadedRelief for matplolib < 1.5
      Fix bug in GeoArray cursor position
      directly use `validation_info` method from bag lib
      Extend the compass model with GeoArray and GeoSurface
      Merge branch 'ticket_118' of https://github.com/giumas/hdf-compass into ticket_118
      Minor documentation fix
      Merge remote-tracking branch 'upstream/develop' into ticket_118
      Fixed MemoryError for big BAG surface with 2 alternative level of sub-sampling.
      Merge pull request #150 from giumas/ticket_118
      attempt to make cartopy optional
      Made runtime-optional cartopy for GeoArray
      Merge pull request #157 from giumas/cartopy_optional
      Added Cartopy's plotting extra requirements
      Minor fix to manage issues in loading geo_c on some platforms
      Removed lxml workaround from pyinstaller specs + made cartopy optional
      Small fix to PyInstaller specs
      added hidden imports to spec files for pyinstaller
      Refine dependencies' requirements
      Merge pull request #158 from giumas/develop
      Minor fixes to appveyor settings
      Minor fix
      added proj4 and geos dependencies to appveyor settings
      more minor fixes
      added travis template
      Merge pull request #159 from ghisvail/fix/versioned-depends
      added .eggs folder to git ignore file
      bump beta version to 6.0.0b4
      added optional dependencies as extras_require
      Merge pull request #161 from giumas/develop
      Merge pull request #162 from ghisvail/enh/desktop-file
      version update to 0.6.0b5 after minor debian-packaging oriented changes
      Merge pull request #163 from giumas/develop

gmas (22):
      Merge pull request #65 from giumas/update_pyinstaller_spec
      Merge pull request #64 from giumas/add_logging
      Merge pull request #83 from giumas/develop
      Merge pull request #84 from giumas/develop
      Merge pull request #85 from giumas/develop
      Merge pull request #105 from giumas/fix_spec_files
      Merge pull request #86 from oyarzun/HDFGroup/develop
      Merge pull request #106 from giumas/develop
      Merge pull request #108 from QuLogic/py3k-__future__
      Merge pull request #110 from giumas/fix_icon_test_and_add_tests_for_array_model
      Merge pull request #111 from giumas/add_test_and___init___py_for_asc_model
      Merge pull request #112 from giumas/bag_tests_and_hdf5___init___py
      Merge pull request #113 from giumas/fix_filesystem_and_opendap_init_py
      Merge pull request #114 from giumas/fix_init_py_for_compass_viewer
      Merge pull request #115 from giumas/develop
      Merge pull request #117 from giumas/online_manual_menu_item
      Merge pull request #119 from giumas/add_bag_license
      Merge pull request #120 from giumas/develop
      Merge pull request #121 from giumas/minor_fixes
      Merge pull request #123 from giumas/improve_asc_model_can_handle
      Merge pull request #125 from giumas/configuration_script
      Merge pull request #127 from giumas/appveyor

jreadey (50):
      version update/disable pydap
      change version in about box
      updated copyright, fixed version in about box
      add spec file for dmg creation
      fix title for plot
      use stride for large array when plotting
      include pydap model
      fix open resource issue
      updated readme with HDF Group project page
      disabling opendap plugin
      fix for issue #54
      fix for issue #54 (revised)
      Merge branch 'remove-pylab' of https://github.com/QuLogic/hdf-compass into QuLogic-remove-pylab
      Merge branch 'QuLogic-remove-pylab' into develop
      Merge branch 'frame_icon' of https://github.com/giumas/hdf-compass into giumas-frame_icon
      Merge branch 'giumas-frame_icon' into develop
      add sample data files for asc and hdf5
      merged pull req
      Merge branch 'giumas-uri_canhandle_on_win' into develop
      Merge branch 'go-root' of https://github.com/oyarzun/hdf-compass into oyarzun-go-root
      Merge branch 'oyarzun-go-root' into develop
      Merge branch 'add_namespace' of https://github.com/giumas/hdf-compass into giumas-add_namespace
      Merge branch 'giumas-add_namespace' into develop
      merged pull request #50 (recent file menu)
      Merge branch 'oyarun-recent-files' into develop
      Merge branch 'giumas-fix_windows_file_history' into develop
      moved go_top icon files to same location as other icons
      version # for develop branch
      add check for bad recent file history number
      moved data samples to top-level
      add script to download data files
      remove tall.h5 from download list
      update gitignore for hdf5 data files
      move download script to it's own directory
      changed name of LD_22 sample file
      fix for py2app installer
      removed a couple of data files from download
      Merge branch 'oyarzun-url_history' into develop
      added two hdf5 download files
      Merge branch 'develop' of https://github.com/HDFGroup/hdf-compass into develop
      display attribute count
      h5serv plugin
      updates for hdf5rest plugin
      h5serv plugin
      updates for hdf5rest plugin
      add requests dependency
      update for download script
      update reademe to recomend specific wxpython version
      added minimal OS requirement for Windows
      specify 3.0.2 as requrired version of wxpython

myang6 (1):
      Remove the duplicate sample.asc and extra test directory.

unknown (4):
      Check in the draft test plan and the test log files.
      Update the testplan file. Add a sample.asc file for ASCII grid viewer test.
      Update the testplan file. Add a sample.asc file for ASCII grid viewer
      Merge branch 'develop' of https://github.com/HDFGroup/hdf-compass into develop

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list