-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route choice additions #508
Route choice additions #508
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2efc8ef - Browse repository at this point
Copy the full SHA 2efc8efView commit details -
pveigadecamargo committed
Feb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for a23270f - Browse repository at this point
Copy the full SHA a23270fView commit details -
Merge branch 'develop' of github.com:AequilibraE/aequilibrae into ped…
…ro/improves_dependencies
pveigadecamargo committedFeb 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ccc0d68 - Browse repository at this point
Copy the full SHA ccc0d68View commit details
Commits on Feb 6, 2024
-
pveigadecamargo committed
Feb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 560728f - Browse repository at this point
Copy the full SHA 560728fView commit details -
pveigadecamargo committed
Feb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 608141a - Browse repository at this point
Copy the full SHA 608141aView commit details -
pveigadecamargo committed
Feb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 99fc49d - Browse repository at this point
Copy the full SHA 99fc49dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e668a9 - Browse repository at this point
Copy the full SHA 0e668a9View commit details -
Merge pull request AequilibraE#507 from AequilibraE/pedro/improves_de…
…pendencies Improves dependencies
Configuration menu - View commit details
-
Copy full SHA for 2e3c234 - Browse repository at this point
Copy the full SHA 2e3c234View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85fdb12 - Browse repository at this point
Copy the full SHA 85fdb12View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eecaaa3 - Browse repository at this point
Copy the full SHA eecaaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945e8a9 - Browse repository at this point
Copy the full SHA 945e8a9View commit details -
In what I consider a bad move, the PyPi wheel installation of pyarrow requires modifying the installation environment to create symlinks for the linker.
Configuration menu - View commit details
-
Copy full SHA for e3ea0c6 - Browse repository at this point
Copy the full SHA e3ea0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c39a8b - Browse repository at this point
Copy the full SHA 4c39a8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f18d13c - Browse repository at this point
Copy the full SHA f18d13cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad188b - Browse repository at this point
Copy the full SHA 9ad188bView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c79a17 - Browse repository at this point
Copy the full SHA 6c79a17View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3677b6 - Browse repository at this point
Copy the full SHA d3677b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ed6a4 - Browse repository at this point
Copy the full SHA b5ed6a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 738a657 - Browse repository at this point
Copy the full SHA 738a657View commit details
Commits on Feb 15, 2024
-
Add parallelised sparse frequency implementation and test
Code is unprofiled, I'm not sure if this is the best approach but it works well. It works by stacking all the paths in a route set into a big vector, then sorting it. By sorting it all the links become grouped and we can just count their occurrences. This has the added benefit of the resulting frequency arrays being sorted so we can bisect then later. Generally this has really simple memory accesses and is easy to read. Another possible implementation might be to sort each path individually, then walk and merge them all (not adding duplicates). This is trickier, requires a lot of book keeping to walk n arrays correctly, upside is lower memory usage provided we sort inplace, if not then it should be the same.
Configuration menu - View commit details
-
Copy full SHA for 7d15ef0 - Browse repository at this point
Copy the full SHA 7d15ef0View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1543549 - Browse repository at this point
Copy the full SHA 1543549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31aaaad - Browse repository at this point
Copy the full SHA 31aaaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71257eb - Browse repository at this point
Copy the full SHA 71257ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7688d75 - Browse repository at this point
Copy the full SHA 7688d75View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0627e4 - Browse repository at this point
Copy the full SHA b0627e4View commit details
Commits on Feb 20, 2024
-
The great refactor, batch probability computations to dump to disk
Moves the computation of the path sized logit inside the main multithreaded loop, this lets us batch them as well and dump them to disk along with the reset of the tables. Enable multithreading by default. Catch a handle of memory leaks.
Configuration menu - View commit details
-
Copy full SHA for 8c46115 - Browse repository at this point
Copy the full SHA 8c46115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f195b8 - Browse repository at this point
Copy the full SHA 1f195b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44721e - Browse repository at this point
Copy the full SHA b44721eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab37eaf - Browse repository at this point
Copy the full SHA ab37eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df7565 - Browse repository at this point
Copy the full SHA 0df7565View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb9cfa - Browse repository at this point
Copy the full SHA ccb9cfaView commit details
Commits on Feb 23, 2024
-
OSM importer speedup (AequilibraE#506)
* OSM Geo-processing using GeoPandas * OSM Geo-processing using GeoPandas * OSM Geo-processing using GeoPandas * OSM Geo-processing using GeoPandas * Processing with chunking * Processing with chunking * Processing with chunking * . * . * . * . * . * . * . * . * . * . * . * . * . * . * . * pandas deprecations * improves griding function * adds network cleaning * adds network cleaning * Allows for use of polygons with rings inside * Allows for use of polygons with rings inside * adjusts types * Update pyproject.toml Co-authored-by: Jake Moss <[email protected]> * . * . --------- Co-authored-by: pveigadecamargo <[email protected]> Co-authored-by: Jake Moss <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9fe62b8 - Browse repository at this point
Copy the full SHA 9fe62b8View commit details
Commits on Feb 25, 2024
-
Simply bumping up the version for the next release (AequilibraE#512)
* Removes legacy code * updates versions --------- Co-authored-by: pveigadecamargo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77edeae - Browse repository at this point
Copy the full SHA 77edeaeView commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5e1121 - Browse repository at this point
Copy the full SHA d5e1121View commit details -
Squashed commit of the following:
commit 9337fb611463606b0ca89d1270210fa7fdf46714 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 11:22:48 2024 +1000 . commit 3f2c01b Author: Jake-Moss <[email protected]> Date: Tue Feb 27 10:09:51 2024 +1000 I give up commit c77d5e6 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 10:03:52 2024 +1000 . commit 9dc3650 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:58:40 2024 +1000 . commit b4b945c Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:53:10 2024 +1000 . commit e0c32f2 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:38:29 2024 +1000 . commit eedb859 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:30:20 2024 +1000 . commit d0def11 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:27:33 2024 +1000 . commit a6b2a8e Merge: 0548be6 77edeae Author: Jake Moss <[email protected]> Date: Tue Feb 27 09:19:30 2024 +1000 Merge branch 'develop' into pedro/ci_test commit 0548be6 Author: Jake-Moss <[email protected]> Date: Tue Feb 27 09:13:07 2024 +1000 Macos test commit a10c791 Author: Jake-Moss <[email protected]> Date: Wed Feb 21 20:00:01 2024 +1000 Maybe fix MacOS again commit cad0579 Author: Jake-Moss <[email protected]> Date: Wed Feb 21 19:43:00 2024 +1000 Maybe MacOS fix commit 24de8f7 Author: Jake-Moss <[email protected]> Date: Wed Feb 21 19:31:08 2024 +1000 Hopefully fix CI commit 66ffcc3 Author: pveigadecamargo <[email protected]> Date: Wed Feb 21 17:01:57 2024 +1000 . commit f934c34 Author: pveigadecamargo <[email protected]> Date: Wed Feb 21 16:41:36 2024 +1000 . commit 9f2ca20 Author: pveigadecamargo <[email protected]> Date: Wed Feb 21 16:30:59 2024 +1000 . commit ba0d882 Author: pveigadecamargo <[email protected]> Date: Wed Feb 21 16:27:14 2024 +1000 . commit 315cbce Author: Pedro Camargo <[email protected]> Date: Wed Feb 21 01:01:23 2024 +1000 Update pyproject.toml commit d58e7cc Author: Pedro Camargo <[email protected]> Date: Wed Feb 21 00:58:54 2024 +1000 Update pyproject.toml commit dd6723f Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 23:02:05 2024 +1000 . commit f7ae37e Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:58:19 2024 +1000 . commit 0f954e4 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:54:21 2024 +1000 . commit 3dafd88 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:27:05 2024 +1000 . commit ebe3a19 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:12:39 2024 +1000 . commit 9f4413e Merge: daf48a5 2e3c234 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:11:22 2024 +1000 Merge branch 'develop' of github.com:AequilibraE/aequilibrae into pedro/ci_test commit daf48a5 Merge: 3df73da ccb9cfa Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:11:13 2024 +1000 . commit 3df73da Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:10:13 2024 +1000 . commit 9448e76 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 22:10:05 2024 +1000 adds emulation commit c9f2aaa Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 21:20:12 2024 +1000 adds emulation commit b2d5d3d Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 21:16:51 2024 +1000 adds emulation commit 2458f9a Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 21:02:26 2024 +1000 adds emulation commit e9e660b Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 20:54:57 2024 +1000 adds emulation commit f112262 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 20:42:13 2024 +1000 Add ARM architectures for Linux and mac commit bae7d0d Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 20:28:15 2024 +1000 tests cibuildwheels commit 293457a Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 20:09:43 2024 +1000 tests cibuildwheels commit 06b6a44 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 19:31:21 2024 +1000 tests cibuildwheels commit 0ebce09 Author: pveigadecamargo <[email protected]> Date: Tue Feb 20 19:23:39 2024 +1000 tests cibuildwheels
Configuration menu - View commit details
-
Copy full SHA for 0bb151b - Browse repository at this point
Copy the full SHA 0bb151bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28bfe7d - Browse repository at this point
Copy the full SHA 28bfe7dView commit details