]> gitweb.michael.orlitzky.com - dead/census-tools.git/shortlog
dead/census-tools.git
2010-08-04 Michael OrlitzkyAdded the linear program solving the midatlantic region. master
2010-07-10 Michael OrlitzkyAdded a property for the linear program's epsilon level.
2010-07-09 Michael OrlitzkyFix an off-by-one error.
2010-06-18 Michael OrlitzkyAdded the variables() method to the SimplexIteration...
2010-06-18 Michael OrlitzkyAdded the objective_function_value() method to the...
2010-06-14 Michael OrlitzkyAdded the unit tests for the SimplexIteration class.
2010-06-14 Michael OrlitzkyAdded the SimplexIteration class to the LinearProgrammi...
2010-06-14 Michael OrlitzkyRenamed the SimplexMethodTest to SimplexIterationTest.
2010-06-14 Michael OrlitzkyCreated a new run_tests script that sets LD_LIBRARY_PAT...
2010-06-14 Michael OrlitzkyUpdate a FileUtils test so that it doesn't depend on...
2010-06-14 Michael OrlitzkyRename the run_tests script to test_suite.
2010-06-14 Michael OrlitzkyAdd the SimplexMethod test suite to run_tests.
2010-06-12 Michael OrlitzkyAdded a setter for the type property.
2010-05-22 Michael OrlitzkyAdded three LP scripts that run trials given uniformly...
2010-05-15 Michael OrlitzkySeparate the tests that hit the database from the rest...
2010-05-15 Michael OrlitzkyPlace the call to connection.close() within a try/excep...
2010-05-15 Michael OrlitzkyReduced the size of the test fixture for SummaryFile1...
2010-05-15 Michael OrlitzkyAdded the probability package containing the Distributi...
2010-05-15 Michael OrlitzkyAdded the (Uniform)DistributionTest modules.
2010-05-15 Michael OrlitzkyAdded (Uniform)Distribution tests to the test script.
2010-05-10 Michael OrlitzkyUpdate the search path within the LinearProgramming...
2010-05-10 Michael OrlitzkyUpdate the lp_solve wrapper's LD_LIBRARY_PATH.
2010-05-10 Michael OrlitzkyUpdate the example LP's search path to look one directo...
2010-05-10 Michael OrlitzkyMoved the example linear program and the wrapper in...
2010-05-08 Michael OrlitzkyFixed a variable name in the example linear program.
2010-05-07 Michael OrlitzkyAdded a readme for jsroute.
2010-05-06 Michael OrlitzkyAdded the jsroute folder with a shell script and sample...
2010-05-01 Michael OrlitzkyUpdate the README and makefile for env-js.
2010-05-01 Michael OrlitzkyAdded lib/env-js as a submodule.
2010-04-26 Michael OrlitzkyAdd the objective_coefficient_gcd function to the Linea...
2010-04-26 Michael OrlitzkyRemove lp_solve.py and lp_maker.py from the makefile...
2010-04-26 Michael OrlitzkyUpdate the LinearProgramming module to depend directly...
2010-04-26 Michael OrlitzkyChange MINIMUM, MAXIMUM to MINIMIZE, MAXIMIZE respectively.
2010-04-26 Michael OrlitzkyUpdate the example linear program to use the new constants.
2010-04-26 Michael OrlitzkyRemove the inequality constants in favor of those defin...
2010-04-19 Michael OrlitzkyUpdate example-lp to use the LinearProgram class.
2010-04-19 Michael OrlitzkyAdded the LinearProgramming module.
2010-04-18 Michael OrlitzkyAdded the start-server helper script, and a README...
2010-04-15 Michael OrlitzkyANALYZE the blocks table after it is created.
2010-04-15 Michael OrlitzkyAdd a GiST index on blocks.the_geom after we combine...
2010-04-14 Michael OrlitzkyUpdated the provideTripAlternatives parameter to the...
2010-04-09 Michael OrlitzkyUpdated some class names to match a recent Google change.
2010-04-05 Michael OrlitzkyAdd the example linear programming problem solution...
2010-04-05 Michael OrlitzkyAdd a wrapper which sets the LD_LIBRARY_PATH for lp_sol...
2010-04-05 Michael OrlitzkySwitch lp_solve.py to solve a minimization problem.
2010-04-05 Michael OrlitzkyMerge branch 'master' of michael.orlitzky.com:/var...
2010-04-05 Michael OrlitzkyAdd a new makefile for the third-party libraries.
2010-03-31 Michael OrlitzkySwitched the order of the lat/long output in the KML...
2010-03-04 Michael OrlitzkyAdded the wkt_n-gon script.
2010-03-04 Michael OrlitzkyFixed a typo.
2010-03-04 Michael OrlitzkyMoved the line-height definition into the body element.
2010-02-24 Michael OrlitzkyFixed the performance of the distance CSV generation.
2010-02-24 Michael OrlitzkyFixed a big array index bug.
2010-02-24 Michael OrlitzkyFixed multiple newlines in the distances output.
2010-02-24 Michael OrlitzkyRemoved the Javascript controller.
2010-02-24 Michael OrlitzkyAdded the postback_url parameter to the LocationController.
2010-02-24 Michael OrlitzkyAdded a distances() method returning the distances...
2010-02-24 Michael OrlitzkyAdded a postback_url parameter to determine where the...
2010-02-24 Michael OrlitzkyAdded the distances section to the home page.
2010-02-19 Michael OrlitzkyRenamed the MapUtils class to Form.
2010-02-19 Michael OrlitzkyCreated a MapUtils object to contain the post_data...
2010-02-19 Michael OrlitzkyMoved the post_data() function in to its own static...
2010-02-19 Michael OrlitzkyRenamed the post_directions_result() function to post_d...
2010-02-19 Michael OrlitzkyMade the routing Javascript render inline on a new...
2010-02-15 Michael OrlitzkyAdded the "maps" Pylons project.
2010-02-13 Michael OrlitzkyAdded a Coordinates class, and updated the LineString...
2010-02-09 Michael OrlitzkyUpdated all of the queries within the Database class...
2010-01-29 Michael OrlitzkyUpdated the queries in blocks2kml to use the new "block...
2010-01-29 Michael OrlitzkyFixed a few hard-coded database names in the makefile.
2010-01-27 Michael OrlitzkyAdded the SQL scripts to combine the sf1_blocks and...
2009-11-26 Michael OrlitzkyAdded New Jersey to the download_data script.
2009-11-16 Michael OrlitzkyModified the default_option_parser function to return...
2009-11-16 Michael OrlitzkyAdded an LEHD module, with classes to parse Origin...
2009-11-16 Michael OrlitzkyMoved RecordError in to its own file, Errors.py.
2009-11-16 Michael OrlitzkyAdded the LEHD (OnTheMap) technical documentation.
2009-11-13 Michael OrlitzkyModified the makefile to use the find_file_paths script...
2009-11-13 Michael OrlitzkyRemoved an unnecessary import.
2009-11-13 Michael OrlitzkyMoved the multiple-filename logic inside the find_file_...
2009-11-13 Michael OrlitzkyAdded the find_file_paths script which utilizes the...
2009-11-13 Michael OrlitzkyAdded the find_file_paths function to the FileUtils...
2009-11-13 Michael OrlitzkyAdded the VerbatimHelpFormatter class to the CLI module.
2009-11-12 Michael OrlitzkyFixed a method name in the download_lines function.
2009-11-11 Michael OrlitzkyModified the makefile to import all of the Summary...
2009-11-11 Michael OrlitzkyModified the Data module and download script to downloa...
2009-11-11 Michael OrlitzkyAdded the path2pop script.
2009-11-11 Michael OrlitzkyRemoved an unnecessary include.
2009-11-11 Michael OrlitzkyRemoved rows length checks in two places, and replaced...
2009-11-11 Michael OrlitzkyRenamed pg2kml to blocks2kml; this is more consistent...
2009-11-11 Michael OrlitzkySet a default usage=None for the CLI.default_option_par...
2009-11-11 Michael OrlitzkyAdded the CLI module with a default_option_parser(...
2009-11-10 Michael OrlitzkyModified the download_data script to download the TIGER...
2009-11-10 Michael OrlitzkyAdded the Delaware lines to the download_data script.
2009-11-07 Michael OrlitzkyAdded a "Related Projects" heading containing a descrip...
2009-11-07 Michael OrlitzkyReplaced a missing "not".
2009-11-07 Michael OrlitzkyAdded Python itself, and Shapely to the software requir...
2009-11-07 Michael OrlitzkyChanged most of the <em> elements to <q>.
2009-11-07 Michael OrlitzkyAdded styles for blockquotes and regular quotes (<q...
2009-10-25 Michael OrlitzkyAdded the first draft of drag_wkt_along_kml_path, most...
2009-10-25 Michael OrlitzkyAdded the KML tests to the test script.
2009-10-25 Michael OrlitzkyAdded the KMLTest module containing the LineString...
next