repo string | commit string | message string | diff string |
|---|---|---|---|
filewatcher/filewatcher | f3aaefc371b89b396023cbb57058e52838af0f2e | Lock RuboCop plugins versions more strict | diff --git a/Gemfile b/Gemfile
index bf372f4..7546dae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,28 +1,28 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
group :development do
gem 'gem_toys', '~> 0.14.0'
gem 'toys', '~> 0.15.3'
end
group :audit do
gem 'bundler', '~> 2.0'
g... |
filewatcher/filewatcher | 167c1c9d19841c76372b953a2066ac9c6f453ffd | Resolve new RuboCop RSpec offenses | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index a700021..2c3bbaf 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,371 +1,371 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | d4d4ba6cdab9260612df862c21d163087e068e0d | Improve built gem ignorance by git | diff --git a/.gitignore b/.gitignore
index 38d4a79..31c8446 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,12 @@
-*.gem
+/pkg/
/Gemfile.lock
/.ruby-version
/node_modules/
/package-lock.json
/yarn.lock
/coverage/
/test/
/spec/examples.txt
|
filewatcher/filewatcher | eb6d4fe5bc00be65b6911db50d24e5ffc3787dc8 | Add Ruby 3.3 for CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index e729b39..03c0cb9 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,206 +1,207 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | b8c6170faef87ff44a189ce12b01c595dbd2db3d | Try to fix Codecov uploader Cirrus CI cache | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 8c4cc45..e729b39 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,206 +1,206 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 980a41da7a5d2f9a87010696661e5891abf06221 | Revert macOS Codecov debugging | diff --git a/.cirrus.yaml b/.cirrus.yaml
index e199a73..8c4cc45 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,206 +1,206 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 66c72fb2fa665e0f0dabbce34b38810b01aa1b16 | Try a work-around with Rosetta for macOS Codecov | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 61b0ab1..e199a73 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,202 +1,206 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 820ce7db21b7020133989adac927cbad2e92a134 | Debug Codecov for macOS ARM | diff --git a/.cirrus.yaml b/.cirrus.yaml
index e9f706e..61b0ab1 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,195 +1,202 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 48b04cfc067a4ceaa5154aa996e5d8f5ac412002 | Change Codecov OS for macOS CI to `aarch64` | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 5883b4f..e9f706e 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,195 +1,195 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | c8c8ddfecd7e307740d7f0c8c6328f387ae492b8 | Enable `codecov` for macOS CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 8235f14..5883b4f 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,196 +1,195 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | f54792c3cf07baa280fd2a212a4dfac364005a6e | Resolve new RuboCop offenses | diff --git a/lib/filewatcher/snapshot.rb b/lib/filewatcher/snapshot.rb
index b8523ce..b2bc400 100644
--- a/lib/filewatcher/snapshot.rb
+++ b/lib/filewatcher/snapshot.rb
@@ -1,87 +1,87 @@
# frozen_string_literal: true
require 'forwardable'
class Filewatcher
# Class for snapshots of file system
class Snapsho... |
filewatcher/filewatcher | 6c67d8d7f23adc547be9f2aa16e6afc9c6ec9ec8 | Resolve new RuboCop offense | diff --git a/lib/filewatcher/spec_helper/watch_run.rb b/lib/filewatcher/spec_helper/watch_run.rb
index 8a22d44..b5dd1c7 100644
--- a/lib/filewatcher/spec_helper/watch_run.rb
+++ b/lib/filewatcher/spec_helper/watch_run.rb
@@ -1,118 +1,118 @@
# frozen_string_literal: true
require 'module_methods'
class Filewatcher... |
filewatcher/filewatcher | 4d38521a5ff01df88afbaf77b92b1af887108166 | Drop Ruby 2.7 support | diff --git a/.cirrus.yaml b/.cirrus.yaml
index de8a1df..8235f14 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,197 +1,196 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | fca20c50b640fdc232707de87b6953ddcfb71f71 | Move TruffleRuby CI image to Linux matrix | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 0757cbd..de8a1df 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,215 +1,197 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 440fbdc64482cb2dfebabf29e985c16d027a9b5c | Switch to `truffleruby-community` in CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 3de194f..0757cbd 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,215 +1,215 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 4bd1d2827f3697dee4c221273c6e953a1a834ec7 | Resolve new RuboCop offense | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index e960be3..a700021 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,369 +1,371 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | 352c7828766fe3c99e0f388a61c271a540f0e18a | Move development dependencies from gemspec into Gemfile | diff --git a/Gemfile b/Gemfile
index 7f4f5e9..2a2c72e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,28 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec
+
+group :development do
+ gem 'gem_toys', '~> 0.12.1'
+ gem 'toys', '~> 0.14.2'
+end
+
+group :audit do
+ gem 'bundler', '~> 2.0'
+ ge... |
filewatcher/filewatcher | ec02db5722113c5e6589c6d28e853368340388fb | Drop Ruby 2.6 support | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 3a08500..3de194f 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,216 +1,215 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 0f679cfda74ba935cd662a80e92560195138c91c | Remove Codecov Ruby uploader | diff --git a/filewatcher.gemspec b/filewatcher.gemspec
index 229345d..7221b37 100644
--- a/filewatcher.gemspec
+++ b/filewatcher.gemspec
@@ -1,43 +1,42 @@
# frozen_string_literal: true
require_relative 'lib/filewatcher'
require_relative 'lib/filewatcher/version'
Gem::Specification.new do |s|
s.name ... |
filewatcher/filewatcher | 85785d06663296b880b1c98a8a262051b719c86e | Add Ruby 3.2 to CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index f3d1b22..3a08500 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,215 +1,216 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | ebd364b260c68363c61bb94e447c65017b4f57ee | Corrections for CLI plugin after Array of paths changes | diff --git a/lib/filewatcher/spec_helper/watch_run.rb b/lib/filewatcher/spec_helper/watch_run.rb
index 7990a8b..8a22d44 100644
--- a/lib/filewatcher/spec_helper/watch_run.rb
+++ b/lib/filewatcher/spec_helper/watch_run.rb
@@ -1,107 +1,118 @@
# frozen_string_literal: true
require 'module_methods'
class Filewatcher... |
filewatcher/filewatcher | 9747cd7b97f985076d0ed884452133936666609a | Disable Codecov for macOS in CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 89d3fd8..f3d1b22 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,214 +1,215 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 56bd021f05bb904aab1b3d1941481ea84d2445d6 | Allow changes for Array paths be separate in specs result | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index b9da941..70bf5c0 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,360 +1,373 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | 10251f81015b7cf5c78a78cf4be35a6bbd4cdb3a | Replace `**hash.to_h` with `hash.merge` | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index 2977b7e..b9da941 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,358 +1,360 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | 1a17b6d36fa4eccdad75caa6360ce4e83934d7e0 | Try to fix specs for Array paths | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index 76058c1..2977b7e 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,358 +1,358 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | e5d4bbde0a25102820bd2d9aeee1ad446927487d | Add specs for Array Filewatcher input | diff --git a/.rubocop.yml b/.rubocop.yml
index 62432e6..8c9a397 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -1,49 +1,52 @@
require:
- rubocop-performance
- rubocop-rspec
inherit_mode:
merge:
- Include
- Exclude
Layout/LineLength:
Max: 100
Layout/MultilineMethodCallIndentation:
Enfor... |
filewatcher/filewatcher | 0ad47c590693ca93a249276d81ac39391fc7132b | Fix Windows CI Codecov download errors | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 7d1352b..26efbf0 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,214 +1,214 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 5cc857da7a02f5d221be7e5351aacd4c9aa88c4f | Fix Windows CI ENV vars for PowerShell | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 3246824..7d1352b 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,214 +1,214 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 4a1d2c6d15623de952c93364976b49c108a01815 | Enable PowerShell for Windows CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 9cccbd7..3246824 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,213 +1,214 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | 53bfa7f637caa01f395821af2398f0779e90fa93 | Try to fix Windows CI with tilda (`~`) | diff --git a/spec/filewatcher_spec.rb b/spec/filewatcher_spec.rb
index 9a47c91..c53ec2f 100644
--- a/spec/filewatcher_spec.rb
+++ b/spec/filewatcher_spec.rb
@@ -1,328 +1,328 @@
# frozen_string_literal: true
require 'fileutils'
require_relative '../lib/filewatcher'
describe Filewatcher do
subject(:processed) ... |
filewatcher/filewatcher | ec8abde7179d506a6cf9964465f2ba82c5b2c848 | Fix Codecov in OSes | diff --git a/.cirrus.yaml b/.cirrus.yaml
index 8be22d7..9cccbd7 100644
--- a/.cirrus.yaml
+++ b/.cirrus.yaml
@@ -1,181 +1,213 @@
unix_bundle_cache: &unix_bundle_cache
bundle_cache:
folder: vendor/bundle
fingerprint_script:
- echo $CIRRUS_OS
- ruby -v
- cat Gemfile
- cat *.gemsp... |
filewatcher/filewatcher | ab3e9572a4b4d3263154bf2950a11cc1dba4327d | Resolve RuboCop offenses | diff --git a/lib/filewatcher/spec_helper/watch_run.rb b/lib/filewatcher/spec_helper/watch_run.rb
index 6ccd500..4c5e724 100644
--- a/lib/filewatcher/spec_helper/watch_run.rb
+++ b/lib/filewatcher/spec_helper/watch_run.rb
@@ -1,105 +1,105 @@
# frozen_string_literal: true
require 'module_methods'
class Filewatcher... |
filewatcher/filewatcher | a71afc946543af3ae4b1021955c4e5c56f762272 | Remove `depends_on` for Cirrus CI | diff --git a/.cirrus.yaml b/.cirrus.yaml
new file mode 100644
index 0000000..8be22d7
--- /dev/null
+++ b/.cirrus.yaml
@@ -0,0 +1,181 @@
+unix_bundle_cache: &unix_bundle_cache
+ bundle_cache:
+ folder: vendor/bundle
+ fingerprint_script:
+ - echo $CIRRUS_OS
+ - ruby -v
+ - cat Gemfile
+ - cat ... |
tkanmae/levmar | c960715c09754a42fc16dcf8ec158f9c575991c5 | Add tests to packages | diff --git a/setup.py b/setup.py
index a3b49d0..286de1f 100755
--- a/setup.py
+++ b/setup.py
@@ -1,46 +1,47 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
from distutils.extension import Extension
import numpy as np
from numpy.distutils.system_info import get_info
levmar_source... |
tkanmae/levmar | a9bf8f4e6edf5a2b1f2b8370898de5e7ef61dc5d | Add requirements.txt | diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..280a9c9
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+nose>=1.1.0
+numpy>=1.6.2
diff --git a/setup.py b/setup.py
index ba3b75c..a3b49d0 100755
--- a/setup.py
+++ b/setup.py
@@ -1,48 +1,46 @@
#!/usr/bin/env python
# -*- coding... |
tkanmae/levmar | 0305fc71bebe25fa00717aa27c40f07060f24168 | Increase version number to 0.2.0 | diff --git a/levmar/__init__.py b/levmar/__init__.py
index 5278d80..78a7524 100644
--- a/levmar/__init__.py
+++ b/levmar/__init__.py
@@ -1,497 +1,497 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import division
from numpy.testing import Tester as __Tester
import _levmar
-__version__ = '0.... |
tkanmae/levmar | c82864ae90cc6b853b5e6b9c6ffdc1c44ac51cd9 | Add an example | diff --git a/examples/curvefit_expf.py b/examples/curvefit_expf.py
new file mode 100644
index 0000000..94a0770
--- /dev/null
+++ b/examples/curvefit_expf.py
@@ -0,0 +1,47 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""Demonstration of use of analytic Jacobian (curve fitting with an exponential
+funtction).
+
+A... |
tkanmae/levmar | 842430c1a720e6bdd9550592c7b41fbced45959a | Ignore warning messages from levmar | diff --git a/levmar-2.6/lmbc_core.c b/levmar-2.6/lmbc_core.c
index 1cb8482..d594572 100644
--- a/levmar-2.6/lmbc_core.c
+++ b/levmar-2.6/lmbc_core.c
@@ -1,1154 +1,1156 @@
/////////////////////////////////////////////////////////////////////////////////
-//
+//
// Levenberg - Marquardt non-linear minimization algori... |
tkanmae/levmar | 346c443da960ad92a873043f2756faadc3a27dcd | Add examples/ | diff --git a/examples/curvefit_gaussian.py b/examples/curvefit_gaussian.py
new file mode 100644
index 0000000..8979b81
--- /dev/null
+++ b/examples/curvefit_gaussian.py
@@ -0,0 +1,49 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""Demonstration of use of box constraints (curve fitting with Gaussian).
+
+`bc` pas... |
tkanmae/levmar | 27f4378f33d01f0b69a5a2a4a6b8dd96551d5bde | Remove dependency on np.distutils | diff --git a/setup.py b/setup.py
index 10a2089..3033458 100755
--- a/setup.py
+++ b/setup.py
@@ -1,59 +1,48 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-import os
-
-
-PACKAGE_PATH = 'levmar'
-LIBRARY_DIR = 'levmar-2.5'
-
-
-def get_extension_sources():
- src = ('_levmar.c',)
- return [os.path.join(PACKAGE... |
tkanmae/levmar | c8a4f80f96989510c930f0ae8571b8b3d55d4360 | Refactor | diff --git a/levmar/.gitignore b/levmar/.gitignore
index 917100f..b28a12d 100644
--- a/levmar/.gitignore
+++ b/levmar/.gitignore
@@ -1,2 +1,2 @@
-_core.c
-_core.html
+_*.c
+_*.html
diff --git a/levmar/__init__.py b/levmar/__init__.py
index 19595b4..5278d80 100644
--- a/levmar/__init__.py
+++ b/levmar/__init__.py
@@ -1,... |
tkanmae/levmar | 902961f90ad235294a6e689b4c19bbc0ebf8556d | Remove a convenient class Output | diff --git a/levmar/__init__.py b/levmar/__init__.py
index a3da5e2..19595b4 100644
--- a/levmar/__init__.py
+++ b/levmar/__init__.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-from core import (levmar, Output)
+from core import levmar
__version__ = '0.1.0'
# Add test function to the pa... |
tkanmae/levmar | 864ec230589e1a179fd9fbea6606cf6c9f070550 | Use standard exceptions and UserWarning | diff --git a/levmar/__init__.py b/levmar/__init__.py
index d53beb3..a3da5e2 100644
--- a/levmar/__init__.py
+++ b/levmar/__init__.py
@@ -1,12 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-from core import (levmar, Output,
- LMError, LMRuntimeError, LMUserFuncError, LMWarning,)
+from core im... |
tkanmae/levmar | 8fea27ef21db08feda5912532db8ecbf1c3ddb26 | Clean up | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index 29e1853..41ca415 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,89 +1,86 @@
-#!/usr/bin/env python2.6
+#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# --------------------------------... |
tkanmae/levmar | 2d906e0fc8907494302256c70d23bdf7792783c9 | Fix bad type casting for 64-bit platforms | diff --git a/levmar/_core.pyx b/levmar/_core.pyx
index 66304ee..d9dc737 100644
--- a/levmar/_core.pyx
+++ b/levmar/_core.pyx
@@ -1,649 +1,649 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ------------------------------------... |
tkanmae/levmar | 3cf0e83b1285d5bf3b548e45e26a44ebb398c779 | Fix a typo | diff --git a/setup.py b/setup.py
index c7ffa01..4498590 100755
--- a/setup.py
+++ b/setup.py
@@ -1,62 +1,62 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | f7c2c43da86d72eb18dc3cd035541614764e2732 | Minor clean ups | diff --git a/README.rst b/README.rst
index afec4d6..13d2812 100644
--- a/README.rst
+++ b/README.rst
@@ -1,94 +1,94 @@
======
Levmar
======
A Python binding to the levmar library.
Description
===========
The levmar is GPL'ed ANSI C implementation of the Levenberg-Marquardt
(LM) optimization algorithm. ... |
tkanmae/levmar | e0f5b8adcc4b7cbf1989cce41158e694958d6522 | Bug fix: wrong workspace size | diff --git a/levmar/_core.pyx b/levmar/_core.pyx
index 6efb860..66304ee 100644
--- a/levmar/_core.pyx
+++ b/levmar/_core.pyx
@@ -1,651 +1,649 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ------------------------------------... |
tkanmae/levmar | 69b25fa98bde597d76b88209b218cab469ef8c9b | Bug fix: Output.__slots__ = [] | diff --git a/levmar/core.py b/levmar/core.py
index 53485e7..bfc30ca 100644
--- a/levmar/core.py
+++ b/levmar/core.py
@@ -1,218 +1,218 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ------------------... |
tkanmae/levmar | 29ab9fc0221a5122f55cb189e325c9c81fc24336 | Output: __slots__ = [] | diff --git a/levmar/core.py b/levmar/core.py
index 53485e7..bfc30ca 100644
--- a/levmar/core.py
+++ b/levmar/core.py
@@ -1,218 +1,218 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ------------------... |
tkanmae/levmar | 322823866da9bdd13b0e46668c3f4c17303b9735 | Output: moved to core.py | diff --git a/README.rst b/README.rst
index 928d9a6..afec4d6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,95 +1,94 @@
======
Levmar
======
A Python binding to the levmar library.
Description
===========
The levmar is GPL'ed ANSI C implementation of the Levenberg-Marquardt
(LM) optimization algorithm. ... |
tkanmae/levmar | cee30eb5712e687f945f20d0daceb515e73b30e6 | Minor changes | diff --git a/README.rst b/README.rst
index 487a5df..928d9a6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,93 +1,95 @@
======
Levmar
======
A Python binding to the levmar library.
Description
===========
The levmar is GPL'ed ANSI C implementation of the Levenberg-Marquardt
(LM) optimization algorithm. ... |
tkanmae/levmar | 285224020a8038e1943c922714ae99b3a39d1de8 | Rearrange and rename modules | diff --git a/COPYING b/LICENSE.txt
similarity index 100%
rename from COPYING
rename to LICENSE.txt
diff --git a/MANIFEST.in b/MANIFEST.in
index fa4816a..a778018 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,8 @@
-recursive-include lvmr *.pyx *.pxd
+recursive-include levmar *.pyx *.pxd
recursive-include levma... |
tkanmae/levmar | 04b8cb91dfdacb9395986d9e1e3ea448ed07c8f9 | Rearrange and rename modules | diff --git a/MANIFEST.in b/MANIFEST.in
index fa4816a..a778018 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,8 @@
-recursive-include lvmr *.pyx *.pxd
+recursive-include levmar *.pyx *.pxd
recursive-include levmar-2.5 *
recursive-include examples *.py
include MANIFEST.in
include COPYING
include README
di... |
tkanmae/levmar | 2cf5278bc05bbe32bea641acf207756e4128cd3c | Rearrange and rename modules | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index f096faf..986a50b 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,89 +1,89 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# -------------------------------------------------------... |
tkanmae/levmar | 9f620c8a23761189b7f325dc469f9737ee71efae | Clean up | diff --git a/lvmr/__init__.py b/lvmr/__init__.py
index 8eb119a..7e64011 100644
--- a/lvmr/__init__.py
+++ b/lvmr/__init__.py
@@ -1,108 +1,111 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------... |
tkanmae/levmar | 57a74d618a64e09b6207441b9fcd707b9126eec6 | Use of a exponential function | diff --git a/lvmr/tests/test_LMFunction.py b/lvmr/tests/test_LMFunction.py
index 9633c56..7c09c16 100644
--- a/lvmr/tests/test_LMFunction.py
+++ b/lvmr/tests/test_LMFunction.py
@@ -1,107 +1,108 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ---------------------------------------------------------------------... |
tkanmae/levmar | 5acaaff22ae3fb1ebcc16e6781af566e3c82fc5a | Buf fix | diff --git a/MANIFEST.in b/MANIFEST.in
index 1940354..fa4816a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,8 @@
-recursive-include lvmr/src *.pyx *.pxd
+recursive-include lvmr *.pyx *.pxd
recursive-include levmar-2.5 *
recursive-include examples *.py
include MANIFEST.in
include COPYING
include README
... |
tkanmae/levmar | bc13e6bbe26c4f4d1944a9e75613e07b72b4b916 | Clean up test_core.py | diff --git a/lvmr/tests/test_core.py b/lvmr/tests/test_core.py
index 815e371..fa07e94 100644
--- a/lvmr/tests/test_core.py
+++ b/lvmr/tests/test_core.py
@@ -1,1026 +1,937 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010... |
tkanmae/levmar | 8d764edc6d2d7d8e7f081615b988374a730fe8ed | Add docstrings | diff --git a/lvmr/__init__.py b/lvmr/__init__.py
index be864cb..8eb119a 100644
--- a/lvmr/__init__.py
+++ b/lvmr/__init__.py
@@ -1,105 +1,108 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------... |
tkanmae/levmar | 921fa2a34e9c3579115af95c2607f5f2ff2d5de9 | Add `full_ouput` option | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index a5fbd85..f096faf 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,115 +1,89 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ------------------------------------------------------... |
tkanmae/levmar | 1f55a4d009944edede76f173e398f826198ed3fd | Correct a typoe | diff --git a/lvmr/_levmar.pyx b/lvmr/_levmar.pyx
index 0c8dc99..2c06301 100644
--- a/lvmr/_levmar.pyx
+++ b/lvmr/_levmar.pyx
@@ -1,653 +1,653 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ------------------------------------... |
tkanmae/levmar | bc441991d0c114e417b489479125a7ac917045ac | Simplify the package | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index fe0a62e..a5fbd85 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,84 +1,115 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ------------------------------------------------------... |
tkanmae/levmar | 978f38360933e72d712425108b1bfbd2507897a9 | Remove unused declarations | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 3cfa39c..fc1fb9d 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,548 +1,546 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 977dd71dca13737f04baa6058fd5f6e0e4deaa7b | Correct typos | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 3ae971a..3cfa39c 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -78,761 +78,761 @@ class LMUserFuncError(LMError):
class LMWarning(UserWarning):
pass
cdef class _LMFunction:
"""
Parameters
----------
func : callable
A func... |
tkanmae/levmar | d0b9bcfb916ac9010ab25df2d9208bf0c7068914 | Small improvement | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 9e27509..3ae971a 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,837 +1,838 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 0e8793b88c6c437ebedae5d20bf13170ac0088af | Add tests for _LMFunction | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 8d662c1..9e27509 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -320,512 +320,518 @@ cdef class _LMLinConstraints(_LMConstraints):
if size2 != k:
raise ValueError("The shape of the RH constraint vector must be "
... |
tkanmae/levmar | 353b9afc86900c4a9d3abe4f2b79acd2c2b69b91 | Add tests for _LMBoxConstraints | diff --git a/lvmr/tests/test_boxconstraints.py b/lvmr/tests/test_boxconstraints.py
new file mode 100644
index 0000000..7688004
--- /dev/null
+++ b/lvmr/tests/test_boxconstraints.py
@@ -0,0 +1,75 @@
+#!/usr/bin/env python2.6
+# -*- coding: utf-8 -*-
+# --------------------------------------------------------------------... |
tkanmae/levmar | 4deb9f3e0b113b74edc813a1c0af4254545b6603 | Better error handling in _LMBoxConstraints | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index fe5160b..8d662c1 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,825 +1,829 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | aefa18840e8e4fda14a0062eedede2362b9a2b0d | Add tests for _LMLinConstraints | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 1f48f9c..fe5160b 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,822 +1,827 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 414a1384b6f6ab45b0ce28a84ce2428816bcdc7a | Add cdef'ed diagnostic functions | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 7d0ec85..bc14d0c 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,776 +1,823 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 2171d41dc3b1d6226de9fe435a5d50ded0effde6 | Refactor code | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index 15be53b..7d0ec85 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,771 +1,776 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | e4cd70bcd9166741197e170a2ce25836c8a54cac | Remove the unused base class | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index fa33771..15be53b 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,779 +1,771 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 643aede459ab9c920e82987634aa6a1bca959565 | Remove unnecessarily decorators and declarations | diff --git a/lvmr/_lvmr.pyx b/lvmr/_lvmr.pyx
index e11ca53..fa33771 100644
--- a/lvmr/_lvmr.pyx
+++ b/lvmr/_lvmr.pyx
@@ -1,791 +1,779 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------------------------... |
tkanmae/levmar | 4376ae3ec6374495b353d08e052b8afa2cc19a3e | Rearrange the directory trees | diff --git a/lvmr/src/.gitignore b/lvmr/.gitignore
similarity index 100%
rename from lvmr/src/.gitignore
rename to lvmr/.gitignore
diff --git a/lvmr/src/_lvmr.pxd b/lvmr/_lvmr.pxd
similarity index 100%
rename from lvmr/src/_lvmr.pxd
rename to lvmr/_lvmr.pxd
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/_lvmr.pyx
similarity in... |
tkanmae/levmar | 371a73c07d33f18d5765d5d83f5328940a44067f | Calculate diagnostic information in Output | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index d02e5d9..e11ca53 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,801 +1,791 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 2dd9b7b3e784551cbb180eafcddd5b1863f1fca8 | Calculate diagnostic information in Output | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index d02e5d9..356252b 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,801 +1,792 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 54f1039533e81b528875724d8356ba204ec81864 | Convert Output to cdef class | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index ca46942..d02e5d9 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,806 +1,801 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 1c20c5df392d376ef77dcd9956a4cf0c53807a0b | Remove unused `np.finfo` | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index fe396f0..ca46942 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,526 +1,526 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 855c607053b1a07d50e398c5083cf4261a8a1af7 | Extend docstrings and correct typos | diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py
index 89cd95d..775620a 100644
--- a/lvmr/lvmr.py
+++ b/lvmr/lvmr.py
@@ -1,184 +1,201 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------... |
tkanmae/levmar | c5a75323b5a90bd3938c00386c009573768523d6 | More accurate description of the Jacobian | diff --git a/examples/curvefit_expf.py b/examples/curvefit_expf.py
index 7004c81..682e741 100644
--- a/examples/curvefit_expf.py
+++ b/examples/curvefit_expf.py
@@ -1,58 +1,64 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c)... |
tkanmae/levmar | 4291b58f646c703192afcb7f7c1d131786de7459 | Correct typos | diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py
index b762e1a..66a06c7 100644
--- a/lvmr/lvmr.py
+++ b/lvmr/lvmr.py
@@ -1,169 +1,184 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------... |
tkanmae/levmar | 29a4eb97a096342fdf0c3f28f3ccbdbba741f749 | Bug fix | diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py
index b8418e8..b762e1a 100644
--- a/lvmr/lvmr.py
+++ b/lvmr/lvmr.py
@@ -1,169 +1,169 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------... |
tkanmae/levmar | ac81966a656787932c47c5b51d77927c98c6353c | Remove an unused variable `_LM_MAXITER` | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index 1aa6db9..8bc1770 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,559 +1,557 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | d4961668b4a39fb675842093623bba006d71c455 | Brush up docstrings and comments | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index 26d5573..fe0a62e 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,83 +1,84 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# -------------------------------------------------------... |
tkanmae/levmar | b4196dabb356128c24a1791dcad435d059217c98 | Rename `maxiter` with `maxit` | diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py
index e9747ab..bdb2721 100644
--- a/lvmr/lvmr.py
+++ b/lvmr/lvmr.py
@@ -1,168 +1,167 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# --------------------------... |
tkanmae/levmar | 8c7ebcd3e3616d76403b879d494df249673c362a | Correct a typo | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index 129824f..e87f257 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,682 +1,682 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | fbddcedbe6aef7d2b2d6c431f7339af57578633f | Check a user defined Jacobian with `dlevmar_chk_jacf()` | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index 6d191e9..129824f 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,727 +1,756 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 426be961d7ecd622e2925965d1160f100f78f76b | Any Zeros in a initial estimate should be avoided | diff --git a/examples/curvefit_expf.py b/examples/curvefit_expf.py
index b4d3038..7004c81 100644
--- a/examples/curvefit_expf.py
+++ b/examples/curvefit_expf.py
@@ -1,58 +1,58 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c)... |
tkanmae/levmar | 35a464c2a48f57a981f40b0a39d228492a95f9d2 | Any zeros in a initial estimate should be avoided | diff --git a/examples/curvefit_expf.py b/examples/curvefit_expf.py
index b4d3038..7004c81 100644
--- a/examples/curvefit_expf.py
+++ b/examples/curvefit_expf.py
@@ -1,58 +1,58 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c)... |
tkanmae/levmar | 0f2926a53c1bc3af73db06f890523e8229081312 | Minor changes | diff --git a/README b/README
index 838360d..6357445 100644
--- a/README
+++ b/README
@@ -1,92 +1,93 @@
======
PyLVMR
======
A Python binding to the levmar library.
Description
===========
The levmar is GPL'ed ANSI C implementation of the Levenberg-Marquardt
(LM) optimization algorithm. The LM algorithm... |
tkanmae/levmar | de1005ae437b999cb6307ffadbbf57690a85ac60 | More accurate description of `bounds` | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
index 83ae5c0..d2ce898 100644
--- a/examples/curvefit_asympsdvoigt.py
+++ b/examples/curvefit_asympsdvoigt.py
@@ -1,81 +1,84 @@
#!/usr/bin/env python2.6
# -*- coding: utf-8 -*-
# -------------------------------------------------------... |
tkanmae/levmar | 06129f23e26d8c34082e1bf6515ec7bba7d94b98 | Add another two demos for use of box constraints | diff --git a/examples/curvefit_asympsdvoigt.py b/examples/curvefit_asympsdvoigt.py
new file mode 100644
index 0000000..83ae5c0
--- /dev/null
+++ b/examples/curvefit_asympsdvoigt.py
@@ -0,0 +1,81 @@
+#!/usr/bin/env python2.6
+# -*- coding: utf-8 -*-
+# --------------------------------------------------------------------... |
tkanmae/levmar | 068e70c76cf4859e8a0b89acf20597ce00e161b8 | Add a example for use of box-constraints | diff --git a/examples/gaussfit_bc.py b/examples/gaussfit_bc.py
new file mode 100644
index 0000000..cf3fae5
--- /dev/null
+++ b/examples/gaussfit_bc.py
@@ -0,0 +1,65 @@
+#!/usr/bin/env python2.6
+# -*- coding: utf-8 -*-
+# ----------------------------------------------------------------------
+# Copyright (c) 2010 Takes... |
tkanmae/levmar | fb7cf7ba77fa130adb448743300d1760f1d38e30 | Move demos directory to the root directory | diff --git a/.gitignore b/.gitignore
index f7211be..2f4f6ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,19 @@
# Backup files
\#*\#
*~
*.bak
*.orig
*.pyc
*.pyo
*.egg-info/
*.o
*.a
*.so
*.DS_Store
build/
dist/
+MANIFEST
diff --git a/MANIFEST.in b/MANIFEST.in
index 35a1995..1940354 100644
--... |
tkanmae/levmar | 7c5caed092973ad4384fad47075db489a4623dbe | Add MANIFEST.in | diff --git a/.gitignore b/.gitignore
index a3ed0f5..f7211be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,17 +1,18 @@
# Backup files
\#*\#
*~
*.bak
*.orig
*.pyc
*.pyo
*.egg-info/
*.o
*.a
*.so
*.DS_Store
build/
+dist/
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..35a199... |
tkanmae/levmar | f1ae32c42785f157736c46c9b88b669bb93faf73 | Build only double precision routines | diff --git a/levmar-2.5/levmar.h b/levmar-2.5/levmar.h
index 96b5e81..f098ebf 100644
--- a/levmar-2.5/levmar.h
+++ b/levmar-2.5/levmar.h
@@ -1,370 +1,370 @@
/*
////////////////////////////////////////////////////////////////////////////////////
//
// Prototypes and definitions for the Levenberg - Marquardt minim... |
tkanmae/levmar | 3ad6f9b4345c5514f15860107430bcbee8c45dd0 | Small improvement | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index f223fd7..6d191e9 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,709 +1,710 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 68beb23748b0dcc73fa90fa80e20cd377689df54 | Remove unnecessarily assignments to macros | diff --git a/lvmr/src/_lvmr.pxd b/lvmr/src/_lvmr.pxd
index 35c6828..5faf8f4 100644
--- a/lvmr/src/_lvmr.pxd
+++ b/lvmr/src/_lvmr.pxd
@@ -1,150 +1,149 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
tkanmae/levmar | 6860c6436f8458b87cc1492a399e023c96d0c0c0 | Use DBL_EPSILON instead of np.finfo().eps | diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx
index a6a8c44..f223fd7 100644
--- a/lvmr/src/_lvmr.pyx
+++ b/lvmr/src/_lvmr.pyx
@@ -1,577 +1,577 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Copyright (c) 2010 Takeshi Kanmae
# ----------------------------... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.