[h5py] annotated tag 1.3.1 created (now b6349b8)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:20:15 UTC 2015


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

ghisvail-guest pushed a change to annotated tag 1.3.1
in repository h5py.

        at  b6349b8   (tag)
   tagging  0b53a0c2f470973d4b37a04941dbc2a82ecbe642 (commit)
  replaces  1.3.0
 tagged by  andrewcollette
        on  Thu Feb 7 09:09:16 2013 -0700

- Log -----------------------------------------------------------------
Tag release 1.3.1

andrewcollette (26):
      Bump version and small doc fixes
      Remove excessive cleverness introduced in last release
      All HLObjects should hold a strong reference to their File object (issue #106)
      Don't futz around with array flags (issue #100)
      Fix line ending weirdness in h5t.pyx
      Really fix broken newlines in h5t.pyx
      Fix missing property list in group creation (issue 108)
      Initial fix for 1.8.5 problems (issue 117)
      Remove imports which break Py2.7
      Fix operator issue for Cython 0.13, broken because they fucked up strings in 0.13
      Fix bytes coercion issue caused by Cython 0.13
      Fix refcount issue caused by 1.8.5 fixes
      More fixes for HDF5 1.8.5
      Start work on replacement exception system
      Update new autoexception list
      Fix _global_ids import and some autofunc entries
      Change imports to keep Cython happy, which has new imports on Win/Py2.7
      Disable atexit auto-closing of IDs for HDF5 1.8+ (issue 136).
      Add missing lcpl for dataset creation (issue 139).
      Apply Darren's multiprocessing/IPy patch from August. :(
      Dump Cython built-in defs
      More robust version of auto-close
      Workaround for HDF5 slow-read bug
      Disable broken links test
      Add beta field
      End beta

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

This annotated tag includes the following new commits:

       new  e9a6bb7   Initial directory structure.
       new  f7d3f9f   Initial import
       new  0b478e7   Setup tweaks
       new  0445cd3   INSTALL.txt
       new  ed63c7e   README update: install
       new  2b224a8   OS X type mismatch in h5g
       new  e2f07f8   h5f/h5g unit tests, h5g bugfix
       new  9dd3f9c   1.8 compatibility fixes
       new  d5809aa   iterate() return val is confusing and useless
       new  1ec50f3   GroupStat bug on OS X, setup tweaks for /usr/local
       new  b45b721   More tests, nasty bug in h5t, README
       new  ca148ac   1.8 fix for h5i
       new  6fe1906   Giving up on h5i.get_name
       new  e536176   Checks for Numpy array I/O
       new  25542ed   Setup tweaks
       new  7b6bec3   
       new  f25f4f4   h5/error updates
       new  44c4424   TODO.txt
       new  58ea969   Version 0.1.1
       new  e6dfc05   h5f additions
       new  680e3ca   h5g and h5i additions
       new  cb6f235   h5p, h5t additions
       new  4881008   h5s additions
       new  d0ec577   transactions stub
       new  d41854f   locking stub
       new  c36b055   Base class for transactions
       new  0469054   More transactions, broken for now
       new  ccf3976   Thought of a better way to do transactions; reverting
       new  236a7d8   Clean up complex h5t cruft
       new  fe84ceb   Simplify h5d
       new  e5a25b8   Clean up slicing
       new  a317210   Proxy stub
       new  b2c3676   h5t tweaks and proxying
       new  061e281   HL tweaks for new API; remove h5t silliness
       new  2db2026   h5s additions, added h5r, misc
       new  c047273   Updates, tests and API renaming
       new  42e56cc   h5t additions
       new  068b360   H5T additions
       new  6c25bbc   First try at automatic exceptions
       new  ed514cc   Second try at automatic exceptions
       new  d1b69a3   Revised error API based on HDF5 error stack
       new  a2f027f   Begin shift to automatic error API
       new  ab46e9b   More changes to exceptions API
       new  debbfb9   Moved all public functions to automatic exception handling
       new  854bc2c   Cleanup
       new  71e0fb7   More cleanup
       new  fc20d5c   Updates & corrections; now compiles with Pyrex 0.9.8.3
       new  60f77e2   More fixes, h5s unit tests
       new  420ae15   More fixes & updates; exception hierarchy finally done
       new  5cc9201   API changes and redesign for 0.2 mostly complete
       new  d3ae78b   First ideas for a new identifier interface, rather than using ints.
       new  084acb1   Begin yet another massive API change, this time to OO identifiers.  For the moment, totally broken.
       new  8e85709   More OO work; stupid new Pyrex auto-imports fail due to circular references.
       new  1db40ef   Fixed segfault, infinite loop, more cimport BS, moved h5e into h5
       new  00dae18   Cleanup and started work on python extensions for h5t
       new  4fede9a   More h5t classes & improvements
       new  2c2e5b3   Better OO design for h5t
       new  309d8c2   h5t, h5s updates & fixes
       new  49e9297   h5p updates
       new  6b528e5   Setup.py will now compile extensions without Pyrex; fix mistakes with H5E calls, __copy__ methods
       new  88e2aa7   More setup.py improvements; use new Pyrex compile_multiple
       new  872aa70   Misc. changes, start migrating test suite.  Getting close to 0.2
       new  3a3c986   More unit tests, new highlevel classes
       new  083acd9   Fix compound types in highlevel.py, add named hl-Datatype support
       new  38f755d   Implemented conditional compilation, debug support, HL fixes, browser.
       new  ef04428   Minor browse fixes
       new  9eaf225   Many fixes and new tests; fix exit loop linked to reference counts. Close() functions now private.
       new  3d57cf4   More HL tweaks
       new  782d1d3   README update
       new  f86c79d   HL tweaks; doc changes for 0.2
       new  ad3a2f4   H5T tests reinstated; docs updated.  Release tomorrow.
       new  6f94da8   Actually adding the test module helps
       new  7987457   Minor fixes
       new  67bb737   Release 0.2.0
       new  be1bcea   Cleanup, adjust Python extensions, enable HDF5 1.8.X mode (stub)
       new  110ab50   Unit tests improved, misc bug fixes
       new  e541f06   Fixes and improvements
       new  90a3e8b   Release 0.2.1
       new  f0600f7   Highlevel fixes, change Dataset __init__, fix H5P segfault
       new  ad5a5aa   Release 0.2.2
       new  8b7868d   First stab at thread safety; make h5g.get_objinfo a function
       new  576571b   Low-level threading; read/writes release GIL; hash functions
       new  7095f8c   1.8.X breaks error codes; remove all errno code from h5.pyx
       new  8d25f85   Introduce info.txt; auto-import highlevel objects in h5py __init__
       new  d888507   Revert to global locking; nonblocking IO is optional
       new  bd5bdd1   Add threading unit tests
       new  2c7309a   Fix broken threading code
       new  1729197   setup.py tweaks
       new  6e8ef91   Windows compile info doc; fix HDF5 vs MinGW ssize_t issue
       new  f9569c6   Wrong dir in Windows install instructions
       new  3c13b5a   Don't expose locking interface
       new  2e3ea7b   Base for eventual Sphinx docs
       new  fd96ab0   Setup, docs and h5p improvements
       new  24e8173   Windows symlink issue
       new  e4c9200   Cleanup in preparation for 0.3
       new  9af947f   Eliminate win32 dependency on VC2005 redistributable package
       new  9366ef6   Remove misplaced comma which breaks setup on Unix
       new  f253fec   Docs and setup kwds
       new  3ef6c28   Typo in h5z
       new  7b7463d   Release 0.3.0
       new  3dcec42   Quick start guide
       new  83ec9d5   Rewrite indexing code; boolean-array indexing allowed.  Change h5s list functions to use ndarrays.
       new  b60dd48   Flat indexing, dataset len/iter, datasets can now be extended
       new  db54a69   Automatic chunking for Dataset constructor
       new  11dd238   Docstring updates, h5p additions/tests
       new  051d98d   Fix broken indexing; setup tweaks for better handling of --hdf5=
       new  32aa6ab   Initial fix for 32-bit indexing restriction
       new  447f00e   Fixes: indexes > 2**32, field index regression, more duct tape on threading tests
       new  1be03ce   More 32-bit restrictions fixed, incorrect squeeze() use, unit tests for 64-bit slicing
       new  97ebd3a   Replace .flat with more scalable CoordsList; fix bigslice test on 1.6.X
       new  59c6c4a   __init__.py imports and CoordsList unit tests
       new  d63d27d   Correctly handle zero-length selections; doc updates for upcoming 0.3.1 release
       new  6e69cd7   Doc fixes, changelog, autotests pass on UNIX for 0.3.1
       new  07b05a9   Disable broken threading test until a non-stupid version can be written
       new  519af70   Release 0.3.1 (update changelog)
       new  6faabb1   Initial h5l and h5o modules for 1.8; h5o.visit function
       new  4c72c1f   Minor improvements to h5o, h5g
       new  1b6825d   Initial H5L design
       new  a76f649   Naming cleanup
       new  2a57e26   Begin giant move to Cython
       new  8ea2563   More reasonable setup script for Cython
       new  787e780   Modify module h5 for PHIL, decorators
       new  48e9d19   More fixes, revised logging system
       new  b522c9a   Fix hashing, more thread decorators
       new  d6b3d16   Move all HDF5/stdlib defines into one pxd; new init mechanism, general cleanup
       new  249dcbb   More cleanup & consolidation
       new  f86a548   Cython version check; move utils functions from C to Cython
       new  ac05864   Start reworking h5t
       new  0e5f57b   Consolidate internal C api, more cleanup
       new  8fae14f   Fix broken setup.py behavior, refactor h5t, more 1.8.X additions
       new  ca6f8a7   Remove extraneous h5o/h5l proxies
       new  e0b7b40   More setup fixes; revert deprecation of 1.6.X functions
       new  8471c50   More 1.8.X work; backwards-incompatible changes to H5A; broken for now
       new  24dcdb1   Various fixes and additions; H5A improvements for 1.8
       new  5e6aa7e   Rebuild unit tests; update h5a, h5g, new base class for struct wrappers
       new  e670de6   Add missing test module
       new  9378069   Fix atexit glitch, segfault in diag mode, test command class, more additions
       new  70f31de   Doc fixes, move version info
       new  9c97a32   Doc updates, workaround for Cython issue with module docstrings
       new  6f81a68   Updating docs; not working yet
       new  3e1d6d1   More docs modifications
       new  0cb4bfb   Setup and autodoc tweaks
       new  7ed4700   Major documentation updates, more 1.8 additions
       new  6e5c6a2   More docs and 1.8 updates
       new  fa51be9   More documentation updates; additions to h5p
       new  65fc828   More doc fixes
       new  8928578   Start nailing down API for upcoming release
       new  7d8919e   
       new  9f19ea6   More 1.8 additions
       new  aa2ae6f   HL and test suite improvements
       new  15871c7   More test suite additions
       new  62efd0f   Unify docs structure
       new  3777b40   Doc fixes
       new  30cdef0   Finished user guide
       new  400b59c   Replace missing index file
       new  f40a57f   Reworking resize()
       new  9c26b72   Resizing issues
       new  bbaf2a7   Add NumPy-style coordinate indexing
       new  479f22c   Docs update
       new  fdadc58   Remove ObjectID crasher, update install guide, enhance logging
       new  82ee98e   Temporary fix for __dealloc__ crash
       new  322fdc1   Fix another crash in LinkProxy deallocation
       new  2466311   Fix GroupID._close
       new  b801717   Temporary fix for Windows runtime issue
       new  023bee4   Minor setup fixes; close files on exit.  Feature freeze for release 12/1.
       new  cc64912   Docs update, add announce file
       new  dc53c0b   Allow "clean" on Windows
       new  78c2779   Test infrastructure improvements
       new  5f63cbd   Minor updates
       new  62378de   Make setup.py less insane
       new  c02ad56   Changelog no longer used
       new  7f4b05e   Import fixes from 1.0 branch
       new  0bd515e   Modifications for Windows platform, VS.net 2003.
       new  f971b2c   Fix package metadata
       new  7ce4bac   Implement LZF compression filter
       new  32515ba   Docs updates
       new  433b797   Merge setup fixes for Windows from 1.0 190:191
       new  3e2161a   Major docs update
       new  bffedbb   Start redoing HL compression interface
       new  c1f5b8c   Update design of LZF filter
       new  b7150e6   Start new selections module
       new  cc5b08f   Add is_hdf5
       new  e6d6d97   Implement get, set_default
       new  64e31b8   Revert setdefault
       new  1ba1cb4   Remove no-threads option, fix decorators
       new  befc00a   New setup script
       new  2b49c74   Change setup to use globals for --api, --hdf5
       new  a6c4669   Make setup.py less vocal; fix autodetect bug
       new  1846e65   Switch --hdf5, --api to environment vars
       new  7f1b68d   Switch to new indexing machinery
       new  b28ff80   More selections work
       new  77fa55e   Fixes for setup (sudo sometimes ignores environment variables)
       new  6e11eb0   Fix copying glitch where destination is a group
       new  7ed15b7   Docs update for INSTALL
       new  8f91a80   Implement boolean type
       new  3db385b   Fix broadcasting code
       new  72d740b   Clean up and refactor selections
       new  7fe2b6b   Start move to nosetests
       new  1078df3   Implement broadcasting in read/write_direct
       new  7e1fabd   Selections fixes & tests
       new  6577cbc   Add slicing tests
       new  01a90e3   Correct test version
       new  444af4a   Filter tests & cleanup; fix idiotic bug in LZF compressor
       new  60fef0f   Add filter tests
       new  10600ba   Tweak LZF settings
       new  0410106   Extra checks for LZF filter
       new  0fb1d6f   More tests; fix string type conversion to use STR_NULLPAD
       new  1adce18   Move LZF filter to separate directory
       new  aad91a6   Example C program for LZF, fix issue with -ansi compiler switch
       new  80c7497   Make example work properly with HDF5 1.8
       new  10ed6ad   LZF tweaks
       new  5ee2eac   Fix hbasename
       new  95a8363   Fix error-handling issue in threaded mode
       new  dfeae59   Workaround for apparent HDF5 bug involving fletcher32
       new  aeb4aea   Fix compilation on Mac OS
       new  5d83f89   Doc updates
       new  23178ba   Fixes for Windows compilation
       new  f545a45   Disable creation of ARRAY datasets.  I'm not going to fix this.
       new  43d897d   Fixes for LZF, new filter code and a 6x decompressor speedup
       new  4012423   Cleanup and docs
       new  30875af   LZF updates, IPython completer plugin
       new  ecdccee   Tests and docs
       new  28ebcac   Remove non-working hyperslabs code
       new  ac7203b   Major docs and tests update for 1.1
       new  1b91dcf   Finalize 1.1
       new  24c4eb2   Docs update
       new  7ba6b78   Remove LZF compatibility macro requirement; fix compiler warnings
       new  fde496b   Remove obsolete components
       new  0d25bc0   Fix __contains__ bug for HDF5 1.8
       new  43ed97b   Increase default LZF hashtable size
       new  cecdba9   Update docs for standalone LZF filter
       new  cfe05eb   Doc updates; make LZF filter C++ compliant
       new  9677665   Update install docs
       new  45206af   Apply Francesc's fancy indexing patches
       new  262a2d8   Make fancy selection less insane
       new  b55d35a   Add hyperselection code back in (fixed nselect bug)
       new  0f49c9d   Change metadata
       new  1110b00   Setup & completer patches from D. Dale. Thanks!
       new  5244517   Start migrating to dynamic exceptions
       new  6abd6c7   Native Python exception support
       new  b2a4e54   Improve Python exception mapping
       new  cbc267a   Fix filter issue for HDF5 1.8.3
       new  036777d   Merge vlen additions back into trunk
       new  fd4e9e7   Update examples
       new  bd1ae5f   Implement fixed-to-vlen string autoconversion
       new  a6e3023   Style & error cleanup
       new  f30ddb5   Handle non-string objects
       new  30ef1af   Revert attribute __setitem__ behavior
       new  5a8d34a   Initial support for top-level array types
       new  cceb46d   Add HL driver selection
       new  ecaa1d7   Update announce file
       new  32d54ff   Fix: szip block size 32 was not allowed
       new  e0538ed   Switch to standard dict method names
       new  8b97b65   Clean up HL; use backing store for CORE driver by default
       new  5764042   Properly handle H5FD_WINDOWS driver
       new  c741a1f   Update filters; don't auto-shuffle
       new  48d0b5a   Fix filter tests & restore behavior for scalar datasets
       new  ed43d0c   Re-export new vlen/enum type functions
       new  02564a3   Update docs
       new  8a60672   Change File.name property & update release announcement
       new  e75b573   File & parent properties
       new  62fde21   Doc update for new properties
       new  c27319b   Fix typo
       new  ba9e4fa   Update version info
       new  c3bf7d6   Rename file attribute, update docs
       new  f363743   Implement Unicode filename handling; doc updates
       new  4e65333   Update ANN
       new  2f958fb   Windows fixes
       new  3037b8e   Fix Windows tests to use character in standard locale
       new  40406f9   Workaround for Cython C99 comment in .append
       new  4b869b2   Test updates for beta
       new  60ea2f3   Windows bdist_msi workaround
       new  ca153dd   Fix slowdown with row-oriented selection
       new  cc992f7   Enable unicode for is_hdf5
       new  9f467be   Update test framework & debug output
       new  e1ec6c0   Update test infrastructure
       new  50b31e8   Dump python-nose
       new  3be441e   Update tests; workaround HDF5 bug in H5FD_CORE/H5F_ACC_EXCL
       new  2daf047   Update announce file
       new  abb1baa   More test updates (enums)
       new  6158b9b   More tests & fixes
       new  4905d98   Fix fnames glitch in test suite
       new  2172cc5   Add H5Pset_sieve_buf_size
       new  3b5c85a   Fix premature decref of temp string
       new  ca55975   Update .create
       new  4ce13ec   Major docs update
       new  ce3371e   Drop H5 suffix for exceptions
       new  50caba5   More docs updates
       new  ee43c73   Cleanup & docs updates
       new  195c396   Reshuffle readme
       new  c023ba4   Update desc
       new  f144496   Fix test glitch
       new  6b0e24c   Fix tests for Windows also
       new  5d71b21   Fix identifier leak
       new  2b1a09c   Filter code update
       new  ebb780f   Fix chunk loop failure for invalid input
       new  07af874   Fix inefficient __contains__ implementation
       new  119a62f   Update to lzf 3.5
       new  34fb8df   Update automation
       new  8ff2e5e   Fix LookupError on frozen code
       new  670d9d8   Update automation
       new  7be7e0d   Update docs for h5f.mount
       new  294e905   Fix nested compound literal assignment
       new  58eda41   Quick fix for test failures when suite run twice
       new  6aa27ee   Temporary fix for unicode detection in test suite
       new  f1dcc10   Update setup files
       new  aaa5efb   Reconfigure tests
       new  df9dca1   Cleanup & minor fixes
       new  1f55bdc   Remove unneeded include & library dirs
       new  adf7904   update version
       new  2377335   Windows compiler (VS2005) can't handle long docstrings.
       new  60d9449   Update tests
       new  17b1924   Fix enum glitch
       new  018e8cf   Fix test file which failed strict format check
       new  1c948a0   Rework h5t docstring
       new  642d7af   Disable nosetests (#51) and require modern Cython
       new  7905ceb   Update h5t tests
       new  f4ee969   Support for IPython trunk
       new  a761a37   Merge refs
       new  82799c5   Eradicate PHIL
       new  71bd067   Eradicate logging
       new  1e65e99   Fix get_select_bounds for empty selection (#73)
       new  c336eb8   Fix proxy to not use Python ints
       new  65bb44f   Make references behave more reasonably
       new  abb27f0   Initial HL support for references
       new  b44f273   Enable Cython profiling
       new  96b7bc0   Speed up the common case of non-broadcast selection
       new  fe3d50e   Bump version number
       new  e6697be   Deprecate old dict methods and remove CoordsList
       new  bb07686   Fix warnings test for 2.5
       new  5671712   Improve locking granularity
       new  ae47313   Per-file locking
       new  be835b3   Add soft links, external links, references and region references
       new  2bbbea4   General cleanup
       new  5fb64fa   Overhaul setup.py
       new  89f44c5   Fix typo
       new  9cd1ece   Fix autodetection on Windows
       new  61b03dc   update docs
       new  f822c54   Implement H5Rget_name (LL and HL)
       new  dbd335d   Change per-file locking system, and allow manual binding of File objects
       new  8e0bfc3   Add H5Fget_intent
       new  83d37da   Don't force-close File objects (can orphan other open objects)
       new  4dd370a   Implement new caching/locking system
       new  330bc18   Cleanup
       new  33f3dfb   Add setup debug line
       new  79624b5   Improve setup autodetection
       new  5feb870   Fix windows DLL issue
       new  3e2dd56   Fix windows DLL issue
       new  2bc4778   Fix windows DLL issue
       new  13c7cff   Fix windows DLL issue
       new  7cd3268   Improve HL memoization
       new  6622d89   Fix overzealous close() method and broken __repr__ methods
       new  b1a598a   Fix locking, properties, normalize .file attribute
       new  bc731c9   Re-add caching
       new  c842ea7   Implement region reference conversion, fix typemapping glitch
       new  189650d   Update ignore rules
       new  32b6783   Reorganize test suite
       new  defd2a4   Roll back to 518
       new  1c874cc   Port File and parts of h5a to new test suite
       new  b1b4337   Replace missing __future__ statement
       new  fad2b5f   Port Group tests
       new  522a6a8   Add test_group.py
       new  b69bcac   Add more tests
       new  fb7065b   Add HL reference tests
       new  fd5dff0   Add H5S tests
       new  9370854   H5S tests
       new  0844847   Port H5T tests
       new  4bbb7fe   Port H5T tests
       new  29a582b   Import soft/external into package
       new  d8021fe   Link tests
       new  f947fed   New setup script
       new  5bbc291   Fixes to setup for Windows
       new  63eeda6   Add external link tests
       new  476374c   Implement missing datatype reference handler
       new  ebdd721   Rationalize typecode handling in H5R
       new  6523b28   Work around segfault in HDF5
       new  563e707   Add entry to exceptions table fixing test error
       new  d4336f2   Add elink_fapl to H5P
       new  e130479   Add exception entry (raise KeyError when deleting missing group member)
       new  0aae136   Fix manual test command
       new  9e806a7   Whitespace issue
       new  21d4a9f   Add test report
       new  da32920   Fix report
       new  bdb25ca   Default property lists
       new  8d7672e   Allow anonymous group creation
       new  71f48d8   Allow anonymous dataset creation
       new  801beb1   Make anon object creation consistent
       new  dd48fe1   Remove dead code
       new  1c76d8d   Divide linking strategy between 1.6/1.8
       new  9980a8f   Dump .file database logic
       new  5edc1b4   Fix for 1.6 compatibility
       new  c2e130a   Clean up
       new  5649418   Tests for HLO
       new  3072bb6   Clarify comparison rules
       new  6177f58   Fix __repr__ ugliness
       new  3ada82e   Add docs
       new  083deb0   Split __getitem__ into 1.6/1.8/ref
       new  aa3ba14   Fix broken object comparison
       new  db6e236   Rearrange tests
       new  81cd4f6   Fix File close() with mutiple copies
       new  1bd99fe   Add __array__ method to improve conversion speed
       new  d23a520   Modify copy() docstring
       new  5a01717   Fix KeyError for weird float sizes
       new  d7dfa68   Improve tests.require to accept a condition
       new  63a47c8   Port serialization and commit tests to new system
       new  291fe79   Port integer tests
       new  96a636e   Fix broken decorator
       new  aac41e5   Restore doc command
       new  c10a3a1   Fix docs typo
       new  b328b81   Update README
       new  835d9b0   Docs update for 1.3
       new  7eaf526   Fix auto-conversion for reference types
       new  611dc52   Always use absolute path for runtime dirs on UNIX
       new  f2021ca   Remove old autodocs for h5
       new  5ee9259   Port vlen tests
       new  fb0d6be   Remove broken tests
       new  266e206   Fix DeprecationWarning in test suite
       new  94d1b1c   Update build info
       new  6ba29ab   Basic framework for threaded exceptions
       new  1ae8ee6   Make setup.py more vocal
       new  20cbbff   Yet another fix for multithreaded exceptions
       new  ab54dca   Threading fixes
       new  83e63be   Fix TypeError with field names on non-compound datasets
       new  2019f71   Update H5E docs
       new  056f794   Use relative path for configure
       new  9847127   Docs and version to 1.3
       new  c76c6ad   Broken bdist_msi command can't handle -beta
       new  8a29261   Dump examples dir, update INSTALL
       new  e01ba90   Dump obsolete autotest module
       new  9a88c95   No longer using ez_setup
       new  4043182   Fix DeprecationWarnings in test suite
       new  9568ecb   Fix stale section in docs
       new  6489ad2   Modify register_thread and unregister_thread
       new  ff9d4ad   Patch for ipy completer
       new  e1df7bf   Fix load-time error by restricting HDF5 < 1.8.2 to 1.6 interface
       new  92ca339   Document support status for 1.8.0, 1.8.1
       new  7a7b015   Make building on Windows easier
       new  fa1b1bd   Test suite fix for Windows
       new  202bf24   setup docstring
       new  804c145   Fix TypeError with oddly-formed array dtypes
       new  82af2e4   Port tests
       new  a6a5819   Add tests
       new  9807b51   Remove overly aggressive tests
       new  658b7dc   work around bug in 1.8.0
       new  e29ca28   Update doc system for sphinx 0.6
       new  1001107   Disable test on known buggy versions of HDF5
       new  d5dfb27   Reduce default block size for CORE driver
       new  aa8b270   More graceful failure when NumPy not installed
       new  6d1aad4   Diable test which triggers HDF5 bug
       new  7d807ab   Set version for release
       new  2f40ad5   Update docs for Sphinx 1.0
       new  dc5aa8a   Add compat file and fix sphinx warnings
       new  1d5e36e   Disable DeprecationWarning for h5py 1.2 special types API
       new  8eb330d   Doc updates and fixes
       new  4857a66   More css tweaks
       new  267bea6   Bump version and small doc fixes
       new  1a5bdd8   Remove excessive cleverness introduced in last release
       new  61e2365   All HLObjects should hold a strong reference to their File object (issue #106)
       new  ee46492   Don't futz around with array flags (issue #100)
       new  849e0ce   Fix line ending weirdness in h5t.pyx
       new  224d95c   Really fix broken newlines in h5t.pyx
       new  5b5d32b   Fix missing property list in group creation (issue 108)
       new  e038193   Initial fix for 1.8.5 problems (issue 117)
       new  aa7fbfb   Remove imports which break Py2.7
       new  c25fa63   Fix operator issue for Cython 0.13, broken because they fucked up strings in 0.13
       new  b73c62d   Fix bytes coercion issue caused by Cython 0.13
       new  318063d   Fix refcount issue caused by 1.8.5 fixes
       new  90dab93   More fixes for HDF5 1.8.5
       new  46e8bc0   Start work on replacement exception system
       new  d773298   Update new autoexception list
       new  e8ff4ce   Fix _global_ids import and some autofunc entries
       new  8a4ea6f   Change imports to keep Cython happy, which has new imports on Win/Py2.7
       new  227d480   Disable atexit auto-closing of IDs for HDF5 1.8+ (issue 136).
       new  3b23bc9   Add missing lcpl for dataset creation (issue 139).
       new  5515b60   Apply Darren's multiprocessing/IPy patch from August. :(
       new  396ee7e   Dump Cython built-in defs
       new  ea0bc09   More robust version of auto-close
       new  28762c5   Workaround for HDF5 slow-read bug
       new  82b9194   Disable broken links test
       new  c32c698   Add beta field
       new  0b53a0c   End beta

The 481 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/h5py.git



More information about the debian-science-commits mailing list