Commit Graph

153 Commits

Author SHA1 Message Date
Marcelo de Oliveira Rosa Prates 8bf94ffbec Update README.md 2022-11-08 09:07:02 -03:00
marceloprates 3bcab3e4bb added prints/REAME_files/ folder 2022-11-08 09:06:16 -03:00
Marcelo de Oliveira Rosa Prates cff431eae4 Merge pull request #102 from marceloprates/refactoring
Refactoring
2022-11-08 09:03:25 -03:00
Marcelo Prates c6c8f19084 Refactored quite a bit of of the code, simplified the usage of some features, added option of saving / loading presets and updated the examples.ipynb notebook and the README with a short tutorial 2022-11-07 13:32:38 -03:00
Marcelo Prates 3d58c60221 Updated osmnx, shapely versions in requirements.txt 2022-07-12 14:22:10 -03:00
Marcelo de Oliveira Rosa Prates 72fd33ce5f Merge pull request #76 from worldpotato/add_aur
add AUR link and description to README
2022-01-07 10:32:00 -03:00
Marcelo de Oliveira Rosa Prates a73cf493f0 Update README.md 2021-10-20 07:32:55 -03:00
Marcelo de Oliveira Rosa Prates 2765aafb9e Update README.md 2021-10-19 23:55:33 -03:00
Felix Strobel 1e526fb3bb add AUR link and description to README
There is an AUR in the repositories which makes it easy
to install and update pretty maps
2021-10-19 19:21:26 +02:00
Marcelo Prates d03fb1cf4e Bump version: v0.1.2 → 0.1.3 v0.1.3 2021-10-18 17:50:28 -03:00
Marcelo Prates 0489960c68 Merge branch 'main' of github.com:marceloprates/prettymaps into main 2021-10-18 17:49:31 -03:00
Marcelo Prates 422b4adcdd Downgraded version number in setup.py (trying to make github actions workflow work with bump2version following PR 69 instructions) 2021-10-18 17:48:58 -03:00
Marcelo de Oliveira Rosa Prates e8d9096f38 Update README.md 2021-10-18 14:53:32 -03:00
Marcelo de Oliveira Rosa Prates 04d2281743 Update README.md 2021-10-18 13:18:31 -03:00
Marcelo Prates 4a9e2ac7df Changed license and README 2021-10-18 13:15:29 -03:00
Marcelo de Oliveira Rosa Prates fd97a9bbc2 Update README.md 2021-10-08 15:48:12 -03:00
Marcelo de Oliveira Rosa Prates 75d390229e Update README.md 2021-10-08 15:43:14 -03:00
Marcelo de Oliveira Rosa Prates 4f11bfea21 Update README.md 2021-10-08 15:33:36 -03:00
Marcelo de Oliveira Rosa Prates 4306198560 Create LICENSE 2021-10-08 15:31:42 -03:00
Marcelo de Oliveira Rosa Prates dbd382b465 Delete LICENSE 2021-10-08 15:31:25 -03:00
Marcelo de Oliveira Rosa Prates 69d2fbe86a Create LICENSE 2021-10-08 15:22:36 -03:00
Marcelo de Oliveira Rosa Prates 4c9e589bfa Delete LICENSE 2021-10-08 15:22:20 -03:00
Marcelo de Oliveira Rosa Prates a2a8a5ec17 Update README.md 2021-10-07 22:38:49 -03:00
Marcelo de Oliveira Rosa Prates 30b2363834 Update README.md 2021-10-07 22:05:18 -03:00
Marcelo de Oliveira Rosa Prates 8832e41045 Update README.md 2021-10-07 22:03:45 -03:00
Marcelo de Oliveira Rosa Prates 9ba90defd9 Create LICENSE 2021-10-07 21:45:03 -03:00
Marcelo de Oliveira Rosa Prates 7f433184d1 Delete MIT License 2021-10-07 21:42:21 -03:00
Marcelo Prates 9091bd405e Updated release version 2021-10-06 11:18:44 -03:00
Marcelo Prates 2fa8e3a46b Version v01.2.3 -> v0.1.2 2021-10-06 11:17:57 -03:00
Marcelo Prates 5595203948 Updated release version 2021-10-06 11:09:40 -03:00
Marcelo de Oliveira Rosa Prates 77b992e485 Merge pull request #69 from matthewfeickert/ci/add-deploy-ci
ci: Add publishing workflow with GitHub Actions
2021-10-06 10:51:18 -03:00
Matthew Feickert 1cbad7db7f ci: Add publishing workflow with GitHub Actions
* Test building a sdist and wheel on push events and pull request events
* List contents of sdist and wheel for visual checks / debugging
   - Note that check-manifest is currently incompatible with `prune **`
     strategy
* Publish sdists and wheels to TestPyPI through pushed tags triggered
  through push events
* Publish sdists and wheels to PyPI through published release events
  triggered through GitHub releases
2021-10-05 08:43:07 -05:00
Marcelo de Oliveira Rosa Prates fdf5c28e32 Merge pull request #68 from matthewfeickert/build/add-MANIFEST
build: Add MANIFEST.in with prune strategy
2021-10-05 09:52:04 -03:00
Matthew Feickert 75ca99d2b4 build: Add MANIFEST.in with prune strategy
* Use `prune **` to remove all files from the sdist
    - c.f. https://packaging.python.org/guides/using-manifest-in/#manifest-in-commands
    - "Setuptools also has undocumented support for ** matching zero or
       more characters including forward slash, backslash, and colon."
* Manually include all "default" files for a sdist in MANIFEST.in
    - c.f. https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist
* Include requirements.txt as not using declartive spec for setup
2021-10-03 16:13:27 -05:00
Marcelo de Oliveira Rosa Prates c32b3019ad Update README.md 2021-10-01 18:49:54 -03:00
Marcelo Prates 66c1bbf904 Updated release version on setup.py v0.1.2 2021-10-01 18:13:19 -03:00
Marcelo Prates 7d60660999 Removed IPython dependency v0.1.1 2021-10-01 18:09:32 -03:00
Marcelo Prates e8ecfe5e9e Updated setup.py release version 2021-10-01 17:52:14 -03:00
Marcelo Prates 0f4e7b8554 Appended MIT license to draw.py and fetch.py files v0.1 2021-10-01 17:49:52 -03:00
Marcelo Prates df448320d1 Merge branch 'main' of github.com:marceloprates/prettymaps into main 2021-10-01 17:36:20 -03:00
Marcelo Prates 5930ba70ad Added support for Point and Line geometries 2021-10-01 17:34:54 -03:00
Marcelo de Oliveira Rosa Prates 0511c9c2f8 Update README.md 2021-09-19 20:24:18 -03:00
Marcelo Prates fae4c9ba7e Added missing imports for examples notebook 2021-09-13 17:52:22 -03:00
Marcelo de Oliveira Rosa Prates abeb0614a8 Merge pull request #59 from JonFreer/truncate
Add truncate_by_edge to fix ways which do not extend to edge of figure
2021-09-13 17:08:17 -03:00
Jonathan Freer 85562ad1c3 Merge branch 'main' into truncate 2021-09-13 21:01:16 +01:00
Marcelo Prates 758fb5abbb Small fix (get_geometries was missing 'buffer' parameter) 2021-09-13 16:53:09 -03:00
Marcelo de Oliveira Rosa Prates 18c4dd704c Merge pull request #57 from sacovo/patch-2
catch empty response instead of failing
2021-09-13 16:45:46 -03:00
Marcelo de Oliveira Rosa Prates 74b58711e3 Merge branch 'main' into patch-2 2021-09-13 16:45:39 -03:00
Marcelo de Oliveira Rosa Prates 660019b60b Merge pull request #56 from sacovo/patch-1
Add retain_all to get_streets() for perimeter
2021-09-13 16:44:08 -03:00
Marcelo de Oliveira Rosa Prates eaa41452e6 Merge pull request #55 from JonFreer/main
Fix "Multi-part geometries do not themselves provide the array interface" when using non dict width
2021-09-13 16:43:34 -03:00