https://github.com/nigma/pywt

sort by:
Revision Author Date Message Commit Date
035e1fa Update readme to indicate https://github.com/PyWavelets as the new project home 29 July 2015, 18:25:19 UTC
1b5ed1d Tag release in mercurial repository 01 September 2012, 14:20:21 UTC
82ddceb Remove unused svn keywords 30 August 2012, 23:16:44 UTC
c4d46ce Update copyright info 30 August 2012, 23:11:26 UTC
c6e9a7f Include master branch in travis-ci test config 30 August 2012, 22:08:56 UTC
6780566 Merge branch 'develop' Conflicts: .travis.yml 30 August 2012, 22:03:49 UTC
0af4b4e Bump version number to 0.2.2 30 August 2012, 22:01:47 UTC
d6e5297 Update changes.txt for new release 30 August 2012, 21:52:32 UTC
dfb9b4c Update distutils description, classifiers and author info 30 August 2012, 21:37:05 UTC
8658e58 Add info on commercial support 30 August 2012, 21:23:56 UTC
c38c518 Include Python 3 branch info in the documentation 30 August 2012, 21:14:12 UTC
b38b8ba Add link to documentation on readthedocs 30 August 2012, 21:10:34 UTC
ad0275d Prevent setuptools from altering Extension class Setuptools applies extra logic for .pyx files when Cython is missing. This happens even though the dependency is going to be installed because of setup_requires entry. 23 July 2012, 19:34:51 UTC
8c80656 Update tox config Remove custom CFLAGS and do full flake8 code analysis. 21 July 2012, 19:05:35 UTC
c33b2ac Remove resultant source files Source files expanded from templates will be included in sdist source distribution. 21 July 2012, 18:58:29 UTC
52770b9 Reformat package source code according to pep8/pyflakes hints 21 July 2012, 17:50:48 UTC
7a4719e Bumped version to 0.2.0.post1 21 July 2012, 17:24:24 UTC
c4b5828 Correct swt documentation and example Correct documentation on order of coefficients returned by swt function. Add start_level param description and docstring signature. Update example. 21 July 2012, 15:18:23 UTC
553b6cb Reformat test and util files source code according to pep8/pyflakes hints 21 July 2012, 01:05:29 UTC
28ff680 Reformat demo files source code according to pep8/pyflakes hints 21 July 2012, 01:02:18 UTC
cf579fb Simplify manifest file Include all source, doc source, tests, util and demo files. Exclude build and html documentation files. 20 July 2012, 22:55:37 UTC
8faf6e6 Moved python source files to src/pywt subdirectory All source files are now under the src non-package directory. This helps to avoid local import errors when running python interpreter in the base source directory and issuing `import pywt`. 20 July 2012, 22:43:19 UTC
10cfcbe Include Cython in setup_requires if no precompiled extension file is found 20 July 2012, 22:23:05 UTC
5ab44ef Remove directory during clean command only if it exists 20 July 2012, 22:13:50 UTC
9254151 Simplify doc source glob 20 July 2012, 22:12:26 UTC
804b878 Correct target of build status image in the readme and docs 20 July 2012, 22:01:37 UTC
ac0c1ae Correct several possessive pronouns in docs and comment 20 July 2012, 21:58:36 UTC
10fc8dd Removed expanded template files. Expanded template files and compiled Cython files will be available in the source distribution, but not in the repository. Updated .gitignore. 16 July 2012, 20:59:38 UTC
0e9df58 Renamed file to match name pattern for template files. 16 July 2012, 20:54:59 UTC
21293e5 Added shell scrips for configuring MSVC compiler settings. 16 July 2012, 20:48:11 UTC
c71ef53 Added checks for expanded template files to the sdist command. Before producing a source dist package, the command makes sure that the expanded template files and compiled Cython files are present and up-to-date. This prevents from shipping outdated files. 16 July 2012, 20:04:37 UTC
224dfcf Extracted blocks of expand_files template helper as separate functions. 16 July 2012, 20:00:12 UTC
5c94554 Include compiled Cython files in the source dist. 16 July 2012, 19:29:55 UTC
f791809 Added information on choosing MSVC version suitable for building Python extensions. 16 July 2012, 19:29:08 UTC
98b3fec Merge branch 'documenation-updates' into develop 16 July 2012, 15:11:05 UTC
c218ad5 Removed dead references and html documentation includes from manifest. 16 July 2012, 15:10:14 UTC
a5867a1 Updated readme to be inline with the documentation index page. 16 July 2012, 12:07:04 UTC
c04f370 Updated resource page links. 16 July 2012, 11:59:21 UTC
307410e Merged index and overview page. Moved overview description to the index page so the landing page is more informative. Added and updated sections on installing, documentation and contributing. Added small contents section and moved full ToC to contents.rst. Updated links to the main code repository. 16 July 2012, 11:58:34 UTC
51978dc Expanded and updated reST substitutions. 16 July 2012, 11:46:10 UTC
8e7577a Removed notes on deprecated Wavelet methods. 16 July 2012, 11:36:38 UTC
bd9cee2 Changed wording and header levels in dev docs. Removed references to substitutions file. 16 July 2012, 11:30:40 UTC
331f32b Updated Sphinx config file. Changed base theme, defined sidebar mapping and updated links. 16 July 2012, 11:17:20 UTC
3fdf87e Replaced layout template with page template for Sphinx docs. Removed quick links section that is moved to sidebar template. 16 July 2012, 11:11:28 UTC
6858214 Added quick links sidebar template. Cleaned up icon assets. 16 July 2012, 11:09:59 UTC
d283228 Added edit documentation sidebar template. Added context links and instructions on editing documentation files using GitHub online editor. Inspired by Plone documentation template. 16 July 2012, 11:09:03 UTC
aab7f8a Refreshed development documentation. Provided recent information on building and installing extension on Linux and Windows. Added information on using Windows SDK C/C++ compiler and links to vendor-specific utilities. Updated commands to use pip for installing packages. Added notes on testing and continous integration. 15 July 2012, 18:01:57 UTC
27358ae Removed note about docs for 0.1.6 version. 15 July 2012, 13:12:38 UTC
70c7f8a Added info about Python 3 dev branch to the readme. 15 July 2012, 11:55:31 UTC
48c3a4b Added Travis CI build status image to the readme. 15 July 2012, 11:44:03 UTC
f9079f7 Removed custom CFLAGS from Travis config file to better reflect working env. Using `-O0` gcc flag improves build time but has a negative impact on numeric precision and makes some tests fail. 15 July 2012, 11:35:11 UTC
4d98c6b Sorting out doctest runner settings for testing on Travis CI. 14 July 2012, 00:49:06 UTC
04782c7 Copied travis config file from develop branch to prevent testing master until all changes are merged. 14 July 2012, 00:28:29 UTC
d5a651f Tox config file. 14 July 2012, 00:18:23 UTC
eb67dab Travis CI config file. 14 July 2012, 00:13:46 UTC
47fea4d setupegg.py script is not needed anymore. Setuptools is imported in the main setup.py script if available. 14 July 2012, 00:08:41 UTC
5896830 Added .gitignore. 14 July 2012, 00:07:04 UTC
b13224b Allow to run test suite using `setup.py test`. Executed test suite is defined using setuptools `test_suite` option. If setuptools is not available, a custom `TestCommand` is used to run the tests. 13 July 2012, 23:57:52 UTC
b481273 Using setuptools if available, failing back to distutils otherwise. 13 July 2012, 23:57:49 UTC
75d00ce Converted doctests to unittest. Run all doctests in a single test suite. 13 July 2012, 23:57:46 UTC
a4b72d7 Merge branch 'distutils' into develop 11 July 2012, 16:11:44 UTC
ad46597 Corrected issues with passing custom parameters to build_ext command. 11 July 2012, 16:10:48 UTC
1aa9ce0 Corrected various typos and spelling mistakes. 10 July 2012, 22:36:52 UTC
5ace9cd Removed old entries from the manifest file. 10 July 2012, 20:41:22 UTC
eacaedf Removed documentation files for version 0.1.6. Old documentation files can be found in the code repository. 10 July 2012, 20:34:48 UTC
14f367a Merge branch 'distutils' into develop 10 July 2012, 20:25:20 UTC
4850e3e Added clean command to remove build artifacts. The `clean_build` command removes Python bytecode files and compiled modules, prunes build and dist directories. 10 July 2012, 20:13:59 UTC
81b004b Added checks to sdist command. Make sure that the generated .c files are in sync with .pyx files. 10 July 2012, 19:57:27 UTC
9f06088 Allow to specify extra template and cython build_ext flags as commandline params. 10 July 2012, 19:55:00 UTC
08cc7b0 Cleaning up the setup.py file. Removed global Cython imports and plugged in custom distutils commands to make the build more robust. Removed custom compiler args and macros. Minor style tweaks. 10 July 2012, 18:21:56 UTC
0a4c18e Added distutils commands for building extension and preparing source distribution. The sdist command simply forces manifest regeneration on each run to eliminate stale entries. The build_ext command assists in expanding template sources and compiling Cython files. It also allows for specifying extra compiler flags for different compiler types. 10 July 2012, 17:57:35 UTC
7312894 Updated install instructions in readme and linux build docs. 10 July 2012, 10:27:10 UTC
b69e7c3 Make sure that extension separator in the directory path does not trigger infinite loop while stripping extensions. 09 July 2012, 20:04:28 UTC
94d46ce Use absolute paths in doctest runners. 09 July 2012, 19:22:13 UTC
db3ff01 Corrected issues with some code checking tools complaining about missing imports. 05 June 2012, 00:01:17 UTC
6f2dd32 Updated resource links and info about switching to GitHub. 04 June 2012, 23:51:35 UTC
5998cad Removed built html doc files. No point in keeping it in the main branch. 04 June 2012, 23:04:49 UTC
d6f95d6 Updated ignore file. 04 June 2012, 23:01:21 UTC
37c3e82 Removed unnecessary trailing whitespaces. 04 June 2012, 22:11:27 UTC
b22fb83 Renamed source template files to match resulting file extensions. Expanding files in binary mode. Removed unnecessary trailing whitespaces. --HG-- rename : src/c_wt.pxd.template => src/c_wt.template.pxd rename : src/convolution.c.template => src/convolution.template.c rename : src/convolution.h.template => src/convolution.template.h rename : src/wavelets.c.template => src/wavelets.template.c rename : src/wavelets.h.template => src/wavelets.template.h rename : src/wavelets_coeffs.h.template => src/wavelets_coeffs.template.h rename : src/wt.c.template => src/wt.c.template.c rename : src/wt.h.template => src/wt.template.h 04 June 2012, 21:49:15 UTC
3739d0a Replaced MustOverride hack for BaseNode attributes with plain old comment. 14 March 2012, 23:45:35 UTC
f6a8bf7 Removed last inline declaration. 14 March 2012, 23:14:52 UTC
7dc11aa Corrected type declarations and fixed MSVC warnings on 64 bit platforms. 14 March 2012, 23:01:05 UTC
66cc93d Removed compiler-specific inline macros to fix portability. 14 March 2012, 22:54:29 UTC
da6f0c5 Ignore MSVC warning about initializing float coefficient arrays from double values. 14 March 2012, 22:36:28 UTC
9763a96 Removed note about installing with easy_install until setup script is fixed. 14 March 2012, 22:15:26 UTC
a3a988c Removed note about old SVN repository. 14 March 2012, 22:12:45 UTC
5f2922b Corrected `note` directive usage in documentation. 14 March 2012, 22:10:18 UTC
c96e94d Normalizing integers and long integers to make documentation tests work on different platforms. 14 March 2012, 22:08:45 UTC
ca69574 Format float arrays in doctests to fix representation issues accross Python versions (fixes https://bitbucket.org/nigma/pywt/issue/3/). 14 March 2012, 22:03:39 UTC
354bb40 Updated overview and documentation template. Regenerated using latest Sphinx. 11 January 2011, 16:14:25 UTC
538d1a1 Updated readme. 11 January 2011, 16:12:49 UTC
710f3e1 Updated for Cython 0.14. 11 January 2011, 14:24:54 UTC
eb61494 Added tag 0.2.0 for changeset a2990c5f7830 11 January 2011, 14:10:26 UTC
a3aae60 Added hgignore file. 18 October 2010, 21:52:32 UTC
c6cb5a8 Fixed setup.py to properly handle source code templates expansion and Cython compiling. 18 October 2010, 21:51:41 UTC
8537d61 Added C API example of signal decomposition. 30 July 2010, 18:04:57 UTC
41744fd Changed README file extension. --HG-- rename : README.txt => README.rst 17 May 2010, 13:51:55 UTC
a55330e update tags 17 May 2010, 12:39:40 UTC
06a40e8 Updated MANIFEST.in declaration. --HG-- extra : convert_revision : svn%3A993dc4b6-72fc-0310-9b3e-91fa30ebc9a8/pywt/trunk%40170 17 March 2010, 12:08:27 UTC
back to top