Richard Tibbetts

Results 7 issues of Richard Tibbetts

CREATE OR REPLACE as syntax similar to CREATE IF NOT EXIST but instead drop if it is already there. Yes you can drop if exists first, but I think create...

discoR2

checking that statements in the text of the notebook stay true. Specifically: - the top k results from each "ORDER BY" (similarity, prob of X) obtained from high-quality analyses cohere...

I’m seeing 0.1.4 being notably slower on my laptop than 0.1.3.rc2. Specifically running the following queries: ``` %time q('''simulate Period_Minutes from satellites_cc GIVEN "Users" = 'Military' limit 1000'''); ``` takes...

QPID-2536: Implement posix clock_gettime QPID-4280: clock_gettime not available on Mac OS X QPID-4278: Broken OS X Build Add documentation to INSTALL and fix up build scripts Conditionalize posix clock routines...

It would be nice to distribute binary builds (wheels) on common platforms, to shorten pip install time. This requires a bdist_wheel step. According to http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#wheels platform specific wheels are only...

014 low

Requires extra_link_args = ["-stdlib=libstdc++","-mmacosx-version-min=10.6"], LDFLAGS isn't respected, not sure the right way to detect when this is needed.

014 medium

Currently setup.py assumes numpy and cython are already installed, which requires a workaround in build scripts to explicitly install them before running pip.

014 medium