[hdf-compass] branch develop created (now 5469338)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:36:05 UTC 2016


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

ghisvail-guest pushed a change to branch develop
in repository hdf-compass.

        at  5469338   Merge pull request #163 from giumas/develop

This branch includes the following new commits:

       new  90c3dac   Initial commit
       new  42f3b4b   add readme
       new  040c722   initial checkin
       new  0a9c656   finished implementing Store class for ASCII Grid model
       new  dad5340   finished the primary implementation of the Directory (Container class)
       new  a85b3e2   finished implementing ASCFile class, an Array subclass of Node
       new  c81ea1c   added import asc_model statement into run(): function to support new pilot plugin
       new  a150855   added attributes to .asc files and fixed container class to only display directories and .asc files
       new  2268ceb   removing unnecessary comments, formatting
       new  556218e   Updated to allow for 'cellsize' value to be read
       new  df4a362   Add test data demonstrating issue #2
       new  9dcc1ec   Fix backwards indices
       new  f9f35e9   Fix glitch in array:// virtual store
       new  9f15401   Merge pull request #3 from gheber/issue_2
       new  61ef7bf   Updated ASCII plugin to only load data when it is called.
       new  f2efa80   fixed loading issue. Now loads file contents only once when called with very little wait for larger files.
       new  f0a4325   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.
       new  d2dd929   changed indentation from tabs to 4 spaces
       new  fee3546   Merge pull request #1 from gheber/ascii_grid
       new  54ded8f   Initial file wildcard support
       new  30dc5ae   Fix wildcard issue on Windows
       new  6fa6b84   Restore window style
       new  1ebe65e   Remove DS_Store cruft
       new  c916d16   Add gitignore
       new  e6efa9e   Add All Files entry to file selection dialog
       new  72be77b   Merge pull request #6 from gheber/git_cleanup
       new  9b51693   Merge branch 'file_filter'
       new  9539f26   merge with local changes
       new  ebdffa4   updates to asc plugin to work with File Open
       new  5214f27   updates based on Andrews review
       new  762feeb   remove AsciiGrid.Container Class
       new  8a57724   Merge pull request #7 from gheber/ascii_grid_update
       new  c65a874   prototype for OpENDAP server plugin
       new  eca7ec2   prototype for OpENDAP server plugin
       new  8e1427a   adding opendap plugin to compass viewer
       new  8ba2d82   prototype of opendap plugin
       new  c38762e   cleaning up: removing dead code and print statements
       new  ed7292d   fixing up BaseType class
       new  8804237   Fixing formatting issues
       new  6218505   removing wildcard import "from pydap.model import *"
       new  2851c66   Correcting for Base.dtype() error. Now the correct NumPy dtype will be displayed when HDF Compass is run.
       new  72aa24f   added support for GridType in Pydap, cleaned up "key" issues with check_key function.
       new  005a7a4   fixed initialization for Grid class that was left out of previous commit.
       new  34d8665   Fixing root node issues, issues with class Dataset __canhandle__ and __len__ methods.
       new  629bf9f   cleaning up Structure class, adding Attributes class.
       new  74bd3ef   Add missing LGPL icon license to source tree
       new  70e540f   Add Window menu to allow reopening of current node
       new  9bbdcf4   Merge branch 'openas_menu' of https://github.com/HDFGroup/hdf-compass into opendap_prototype
       new  2426862   Merge pull request #10 from HDFGroup/icon_license
       new  19495c3   Merge branch 'opendap_prototype' of https://github.com/HDFGroup/hdf-compass into opendap_prototype
       new  c01e322   Merge branch 'opendap_prototype'
       new  82f7ec7   updated copyright notice
       new  3c2d56d   added COPYING file
       new  322cb9e   updated copying file
       new  e245664   legal files added
       new  8ba700f   updated year on copyright
       new  729d8cc   version update/disable pydap
       new  a1e9269   change version in about box
       new  c65999f   updated copyright, fixed version in about box
       new  2d5d3ad   Various fixes to setup.py for Mac
       new  a24d6ec   Merge pull request #27 from andrewcollette/setup_fixes
       new  feb021e   add spec file for dmg creation
       new  6f54886   Address a number of GUI issues on OS X
       new  b8023b6   Update logo to remove wrong version text
       new  63f5d09   Improve background for OS X disk image
       new  da0e785   Basic README for github
       new  2271ee2   Merge pull request #30 from andrewcollette/readme
       new  971e500   Merge pull request #29 from andrewcollette/dmg_improvement
       new  2dae10d   Merge pull request #28 from andrewcollette/gui_fixes
       new  34a20df   Adjust HDF5 cache settings
       new  d7de92e   Fix wrong value for chunk slots
       new  fd4e8c0   Merge pull request #36 from andrewcollette/chunk_pr
       new  6158db0   Fix typo in context menu code
       new  9844e8c   Merge pull request #37 from andrewcollette/issue_34
       new  4e7c397   fix title for plot
       new  797d48d   Add tile-based LRU cache to Array viewer
       new  4f8f69a   Remove HDF5-based caching
       new  2e02e1a   Merge pull request #38 from HDFGroup/plot_label_fix
       new  4342ff7   Merge pull request #39 from andrewcollette/grid_lru
       new  4972c2a   use stride for large array when plotting
       new  3db3d7e   Merge pull request #41 from HDFGroup/big_array_plot
       new  a9489e8   include pydap model
       new  99ef00e   fix open resource issue
       new  4967acc   py3k: Use new-style exception handling.
       new  4362156   Remove pylab usage.
       new  98ff434   updated readme with HDF Group project page
       new  fbcf850   Added Open Recent file menu
       new  c5f075e   disabling opendap plugin
       new  3d94f38   fix for issue #54
       new  76957a9   fix for issue #54 (revised)
       new  2ece2e3   Fix frame icon and about dialog
       new  1f26c3f   Fix for URI implementation on Window
       new  3f2e845   Fix to consistently manage URI on Windows
       new  0610648   Merge remote-tracking branch 'HDFGroup/master'
       new  f6caa81   Add go to top (root) navigation issue #15
       new  980af8b   Merge pull request #47 from QuLogic/py3k-exceptions
       new  2df99f0   Merge branch 'remove-pylab' of https://github.com/QuLogic/hdf-compass into QuLogic-remove-pylab
       new  85f32fa   Merge branch 'QuLogic-remove-pylab' into develop
       new  f1ac8ec   Merge branch 'frame_icon' of https://github.com/giumas/hdf-compass into giumas-frame_icon
       new  35d0327   Merge branch 'giumas-frame_icon' into develop
       new  5f7881c   add sample data files for asc and hdf5
       new  e005b2d   merged pull req
       new  8a41ae8   Merge branch 'giumas-uri_canhandle_on_win' into develop
       new  70bf2a6   Creation of hdf_compass namespace
       new  7f90ed1   Merge branch 'go-root' of https://github.com/oyarzun/hdf-compass into oyarzun-go-root
       new  6d80cf2   Merge branch 'oyarzun-go-root' into develop
       new  e9f2c46   Merge branch 'add_namespace' of https://github.com/giumas/hdf-compass into giumas-add_namespace
       new  8f4039f   Merge branch 'giumas-add_namespace' into develop
       new  deb6d86   adoption of Python logging mechanism
       new  da5f6f4   Updates to the PyInstaller mechanism (3.0 features)
       new  9774067   merged pull request #50 (recent file menu)
       new  706b5e7   Merge branch 'oyarun-recent-files' into develop
       new  64115d8   Fix for the file history bug
       new  ffbb226   Merge branch 'giumas-fix_windows_file_history' into develop
       new  e297b39   moved go_top icon files to same location as other icons
       new  7bf27a8   version # for develop branch
       new  314dd01   add check for bad recent file history number
       new  50bdee8   Add a BAG tiny file to the samples
       new  8733ce7   Merge pull request #81 from giumas/add_bag_tiny_sample
       new  6e5a175   moved data samples to top-level
       new  580dc6f   add script to download data files
       new  0925fc0   remove tall.h5 from download list
       new  4dd704f   update gitignore for hdf5 data files
       new  6dc8c9c   move download script to it's own directory
       new  eea1dff   changed name of LD_22 sample file
       new  10cf5b2   fix for py2app installer
       new  57a2f52   added matplotlib.
       new  1717da6   Bug fix on Mac 1-file spec (output folder and binary names were the same)
       new  5b60004   Merge pull request #65 from giumas/update_pyinstaller_spec
       new  bca7e7c   Merge pull request #64 from giumas/add_logging
       new  476be8b   Initial BAG model implementation (w/o Text/Xml nodes)
       new  792c3f1   Merge pull request #83 from giumas/develop
       new  34c07ba   Compass model extension to Text and Xml node (w/o frames to visualize them)
       new  fdd5d7f   Merge pull request #84 from giumas/develop
       new  da68bd3   Merge remote-tracking branch 'upstream/develop' into develop
       new  1c16f69   Compass model extension to Text and Xml node (w/o frames to visualize them)
       new  6129056   Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
       new  8650770   Implementation of frames to visualize Text and Xml nodes
       new  31e9aaa   Implementation of frames to visualize Text and Xml nodes
       new  7d383e4   Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
       new  9871aa3   Merge pull request #85 from giumas/develop
       new  b83d819   fix Mac icon file name to match rename from da5f6f4
       new  ded101d   removed a couple of data files from download
       new  5ffdb3f   URL support for Open Recent menu update to #50
       new  a203f3f   Merge branch 'oyarzun-url_history' into develop
       new  f582670   Temporary patch for lxml.isoschematron (before PyInstaller 3.1)
       new  2526af1   Merge pull request #105 from giumas/fix_spec_files
       new  77cd3d9   Merge pull request #86 from oyarzun/HDFGroup/develop
       new  82ec34f   Fix and rename for setup.py for p2app
       new  7092a19   Merge pull request #106 from giumas/develop
       new  eb3dd36   py3k: Add __future__ import on remaining files.
       new  1c4ca61   Merge pull request #108 from QuLogic/py3k-__future__
       new  89ec68a   Fix test_icons + array_model tests and __init__.py
       new  38069b7   Merge pull request #110 from giumas/fix_icon_test_and_add_tests_for_array_model
       new  71302a4   Add tests and fix __init__.py for asc_model
       new  1d3ddf1   Merge pull request #111 from giumas/add_test_and___init___py_for_asc_model
       new  bb8982e   Add tests to bag_model + fix __init__ for hdf5_model
       new  cad98c5   Merge pull request #112 from giumas/bag_tests_and_hdf5___init___py
       new  d7a7ccf   Fix __init__.py for filesystem_model and opendap_model (+tests)
       new  9d5ce2c   Merge pull request #113 from giumas/fix_filesystem_and_opendap_init_py
       new  40052cb   Fix __init__.py for compass_viewer package
       new  72a1add   Merge pull request #114 from giumas/fix_init_py_for_compass_viewer
       new  07423c8   Minor changes to add the same can_handle logging for all models
       new  c0ffb16   Merge pull request #115 from giumas/develop
       new  4d36bc4   Add 'Online manual' menu item to 'Help' menu
       new  3d49da4   Check in the draft test plan and the test log files.
       new  913577a   Merge pull request #117 from giumas/online_manual_menu_item
       new  202c099   Add BAG license
       new  26af672   Renaming 'Additional_Legal' to lowercase
       new  0b2e3a0   Merge pull request #119 from giumas/add_bag_license
       new  0e5b081   Improvements to the structure of the manual
       new  dd72ab8   Merge pull request #120 from giumas/develop
       new  72e346f   Minor fixes
       new  91e444c   Removal of unused code
       new  5759748   Merge pull request #121 from giumas/minor_fixes
       new  29950c7   Minor fixes
       new  24797aa   Removal of unused code
       new  9dea92c   Merge branch 'develop' of https://github.com/giumas/hdf-compass into develop
       new  5655841   Improve the asc_model can_handle method by reading the first file line
       new  56eae0a   Merge pull request #123 from giumas/improve_asc_model_can_handle
       new  d371bee   Add configuration setup script and other packaging stuff
       new  7143ae4   Merge pull request #125 from giumas/configuration_script
       new  0ef3033   Add initial appveyor settings
       new  5f07e5a   add appveyor badge to README and minors to the yml file
       new  1d829e5   Merge pull request #127 from giumas/appveyor
       new  5280441   Add environment info as logging messages
       new  dd5ab76   Merge pull request #128 from giumas/log_env_info
       new  e3b75d2   add import exception handling for hdf5 data download (since wget is not a Python standard lib)
       new  e63d7d8   Merge pull request #129 from giumas/develop
       new  f517190   Add is_plottable method for Array node and disabling for string
       new  7d16385   Merge pull request #130 from giumas/develop
       new  0022d6d   Display string dataset in HDF5_model
       new  236b7fe   Merge pull request #131 from giumas/develop
       new  d9abe7a   Change key bindings for container frame
       new  3b7ee4f   Introduced accelerator table and wx.ACCEL_CMD for Apple Command key
       new  0b1a492   Merge pull request #133 from giumas/ticket_101
       new  91218d7   Update the testplan file. Add a sample.asc file for ASCII grid viewer test.
       new  8eb402e   Update the testplan file. Add a sample.asc file for ASCII grid viewer test.
       new  cf74719   Merge branch 'develop' of https://github.com/HDFGroup/hdf-compass into develop
       new  2c698aa   Remove the duplicate sample.asc and extra test directory.
       new  fc1c36b   added two hdf5 download files
       new  a5d6a5a   Merge branch 'develop' of https://github.com/HDFGroup/hdf-compass into develop
       new  855b9b1   display attribute count
       new  1f986ee   Merge pull request #134 from HDFGroup/issue74
       new  ef386ef   Fix close events and add colormaps
       new  fdcbb36   Merge pull request #137 from giumas/develop
       new  c3b23d6   h5serv plugin
       new  50525ff   updates for hdf5rest plugin
       new  d859112   Merge pull request #138 from HDFGroup/issue78
       new  c04ea24   directly use `validation_info` method from bag lib
       new  09fc25f   fix to ticket 140: exit when closing InitFrame
       new  fca656d   add a colorbar to the ContourPlotFrame
       new  844382c   add info under the mouse cursor to array plot
       new  ced91cb   close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
       new  dcf5ea8   h5serv plugin
       new  25d835f   updates for hdf5rest plugin
       new  b5de2ad   fix to ticket 140: exit when closing InitFrame
       new  2cb03d0   close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
       new  ea24314   Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
       new  0067d43   add requests dependency
       new  2ee9f06   unified behavior wx.ID_CLOSE and wx.EVT_CLOSE
       new  18b4b13   Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
       new  cea88ae   Merge pull request #143 from HDFGroup/ticket_142
       new  b94f845   fix to ticket 140: exit when closing InitFrame
       new  6bdedad   close the app on wx.ID_EXIT (always) and on wx.EVT_CLOSE (only from InitFrame)
       new  dff293f   unified behavior wx.ID_CLOSE and wx.EVT_CLOSE
       new  96ba8ec   Merge branch 'ticket_140' of https://github.com/giumas/hdf-compass into ticket_140
       new  5eb3096   README minor fix
       new  f140998   Merge pull request #147 from giumas/develop
       new  20e7b25   add info under the mouse cursor to array plot
       new  3cd6db9   Merge branch 'ticket_144' of https://github.com/giumas/hdf-compass into ticket_144
       new  e337ec0   directly use `validation_info` method from bag lib
       new  5ed02ab   Merge branch 'bag_lib_updates' of https://github.com/HDFGroup/hdf-compass into bag_lib_updates
       new  7d26c52   add notebook to visualize plugin info
       new  5f455d2   Merge pull request #148 from giumas/ticket_73
       new  29ce0e1   Merge pull request #145 from HDFGroup/ticket_144
       new  3008b4f   directly use `validation_info` method from bag lib
       new  e5bad51   Merge branch 'bag_lib_updates' of https://github.com/giumas/hdf-compass into bag_lib_updates
       new  945c238   Extend the compass model with GeoArray and GeoSurface
       new  57de222   Merge branch 'bag_lib_updates' into ticket_118
       new  27662db   Add cartopy license and some BAG-plugin related updates
       new  5c4915b   Fix to spec files for cartopy library
       new  afcdea9   Disable ShadedRelief for matplolib < 1.5
       new  4ca90e0   Fix bug in GeoArray cursor position
       new  dc02ff7   update for download script
       new  12c2c45   directly use `validation_info` method from bag lib
       new  e1abee4   Extend the compass model with GeoArray and GeoSurface
       new  03ee2dd   Add cartopy license and some BAG-plugin related updates
       new  df793cb   Fix to spec files for cartopy library
       new  bb49cbf   Disable ShadedRelief for matplolib < 1.5
       new  f022395   Fix bug in GeoArray cursor position
       new  af5f1df   Merge branch 'ticket_118' of https://github.com/HDFGroup/hdf-compass into ticket_118
       new  403e0d5   update reademe to recomend specific wxpython version
       new  fba89e7   directly use `validation_info` method from bag lib
       new  928f522   Extend the compass model with GeoArray and GeoSurface
       new  69d6d5e   Add cartopy license and some BAG-plugin related updates
       new  38586d1   Fix to spec files for cartopy library
       new  b9c157e   Disable ShadedRelief for matplolib < 1.5
       new  ce3abd3   Fix bug in GeoArray cursor position
       new  407a877   directly use `validation_info` method from bag lib
       new  73dd991   Extend the compass model with GeoArray and GeoSurface
       new  0f8e98b   Merge branch 'ticket_118' of https://github.com/giumas/hdf-compass into ticket_118
       new  1bcf309   added minimal OS requirement for Windows
       new  51f383f   specify 3.0.2 as requrired version of wxpython
       new  4c50c48   Minor documentation fix
       new  0608c57   Merge remote-tracking branch 'upstream/develop' into ticket_118
       new  aa3bc14   Fixed MemoryError for big BAG surface with 2 alternative level of sub-sampling.
       new  241b041   Merge pull request #150 from giumas/ticket_118
       new  b951e78   attempt to make cartopy optional
       new  0a8f322   Made runtime-optional cartopy for GeoArray
       new  c32f6db   Merge pull request #157 from giumas/cartopy_optional
       new  0b50b78   Added Cartopy's plotting extra requirements
       new  db1d09b   Minor fix to manage issues in loading geo_c on some platforms
       new  8e5f2b7   Removed lxml workaround from pyinstaller specs + made cartopy optional
       new  bb533dc   Small fix to PyInstaller specs
       new  96663be   added hidden imports to spec files for pyinstaller
       new  b5d42d7   Refine dependencies' requirements
       new  47fba58   Merge pull request #158 from giumas/develop
       new  6053d0d   Minor fixes to appveyor settings
       new  bdc65c4   Minor fix
       new  7c5c798   added proj4 and geos dependencies to appveyor settings
       new  7bffd87   more minor fixes
       new  c88d572   added travis template
       new  2f41f9c   Drop versioned dependency on setuptools.
       new  b1dda4d   Merge pull request #159 from ghisvail/fix/versioned-depends
       new  a4813c5   added .eggs folder to git ignore file
       new  3f3d4d4   bump beta version to 6.0.0b4
       new  30a877c   added optional dependencies as extras_require
       new  2d389d5   Merge pull request #161 from giumas/develop
       new  ca646d6   Add .desktop file for freedesktop compliant systems.
       new  6515348   Merge pull request #162 from ghisvail/enh/desktop-file
       new  cac2ed0   version update to 0.6.0b5 after minor debian-packaging oriented changes
       new  5469338   Merge pull request #163 from giumas/develop

The 293 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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