]> gitweb.michael.orlitzky.com - dead/census-tools.git/history - src
Added the linear program solving the midatlantic region.
[dead/census-tools.git] / src /
2010-07-10 Michael OrlitzkyAdded a property for the linear program's epsilon level.
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 OrlitzkyUpdate a FileUtils test so that it doesn't depend on...
2010-06-12 Michael OrlitzkyAdded a setter for the type property.
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-10 Michael OrlitzkyUpdate the search path within the LinearProgramming...
2010-04-26 Michael OrlitzkyAdd the objective_coefficient_gcd function to the Linea...
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 OrlitzkyRemove the inequality constants in favor of those defin...
2010-04-19 Michael OrlitzkyAdded the LinearProgramming module.
2010-03-04 Michael OrlitzkyFixed a typo.
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...
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-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 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 Data module and download script to downloa...
2009-11-11 Michael OrlitzkyRemoved rows length checks in two places, and replaced...
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-10-25 Michael OrlitzkyAdded the KMLTest module containing the LineString...
2009-10-25 Michael OrlitzkyMerged branch 'master' with the to_kml() fix.
2009-10-25 Michael OrlitzkyAdded the LineString class.
2009-10-25 Michael OrlitzkyModified the Geometry.Polygon.from_wkt() method to...
2009-10-25 Michael OrlitzkyFixed a bug where the Document open/close tags were...
2009-10-25 Michael OrlitzkyUpdated the Geometry tests to use the new operator...
2009-10-25 Michael OrlitzkyChanged the TwoVector add() method to an operator overload.
2009-10-25 Michael OrlitzkyChanged the wording of a comment.
2009-10-24 Michael OrlitzkyAdded the Geometry module and its tests.
2009-10-21 Michael OrlitzkyAdded XML escaping to the KML classes.
2009-10-19 Michael OrlitzkyUpdated the KML classes with a print_kml() method.
2009-10-07 Michael OrlitzkyAdded the Data module which contains the classes and...
2009-10-07 Michael OrlitzkyAdded the FileUtils module.
2009-10-03 Michael OrlitzkyMoved the default initialization for the Census class...
2009-10-03 Michael OrlitzkyRenamed the "tiger" table to "tiger_blocks" in preparat...
2009-10-03 Michael OrlitzkySwitched the order of longitude/latitude in a comment.
2009-10-01 Michael OrlitzkyAdded default values for the GPS.Coordinates constructor.
2009-10-01 Michael OrlitzkyRemoved the math import from GPS.
2009-09-28 Michael OrlitzkyRemoved unused code from the GPS and SummaryFile1 modules.
2009-09-28 Michael OrlitzkyAdded unit tests for the Census.Database class.
2009-09-28 Michael OrlitzkyChanged the default SRID constant to an integer (as...
2009-09-27 Michael OrlitzkyFactored out the contained population code in to the...
2009-09-27 Michael OrlitzkyAdded the Census module.
2009-09-22 Michael OrlitzkyAdded a default SRID (4269).
2009-09-16 Michael OrlitzkyAdded the is_negative_float() method to the StringUtils...
2009-09-16 Michael OrlitzkyAdded the Configuration package with the Defaults modul...
2009-09-16 Michael OrlitzkyUppercased the exit codes per the Python style guidelines.
2009-09-14 Michael OrlitzkyAdded the KML module with enough classes to export...
2009-09-12 Michael OrlitzkyFixed the Block class initialization so that it convert...
2009-09-12 Michael OrlitzkyAdded tests for the StringUtils module.
2009-09-12 Michael OrlitzkyAdded an additional Block class test which checks that...
2009-09-12 Michael OrlitzkyAdded the is_float() method to the StringUtils module.
2009-09-12 Michael OrlitzkyAdded state, county, and tract fields to the Block...
2009-09-12 Michael OrlitzkyAdded the StringUtils module with the is_integer()...
2009-09-11 Michael OrlitzkyUppercased GeoRecord.MINIMUM_LINE_LENGTH in accordance...
2009-09-10 Michael OrlitzkyAdded an InvalidAreaError class.
2009-09-09 Michael OrlitzkyInitial commit.