All Versions
26
Latest Version
Avg Release Cycle
79 days
Latest Release
1464 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.0 Changes
September 15, 2020- ⬇️ Drop Python 2 support
- ➕ Add "data_fields" option to generate data attributes in output SVG.
- ⚡️ Update for newer pyproj and Fiona APIs
- Shift CSS handling from tinycss to tinycss2
- ➕ Add requirements for cssselect, move lxml from optional to required
-
v0.4.6 Changes
February 19, 2019- ⬆️ bump fiona requirements to 1.8
-
v0.4.5 Changes
- ⬆️ bump requirements
-
v0.4.4 Changes
December 19, 2016- ⬆️ bump fiona requirements, now compatible with GDAL v2.
- Ignore id_field in layers without that field
- Sanitize ampersands in data fields
- 👍 Allow an x/y pair argument to
svgis project
.
-
v0.4.3 Changes
- 👌 Improve CSS parsing and creating in
style
- Simplify string conversion in
svg
- ⚡️ Expand and update tests a bit
- 👌 Improve CSS parsing and creating in
-
v0.4.2 Changes
April 10, 2016- ⬆️ Bump fionautil requirement, fixing bug that occurs when Numpy is missing.
-
v0.4.1 Changes
March 15, 2016- ➕ Add support for zipped data
- 💅 Change "svgis style --style" shorthand option from -s to -c
- 👌 Improve support for custom map drawing workflows
- 🔄 Change keyword argument for SVGIS from out_crs to crs
- Shorthand reprojections now work for with data in any projection
- 🏗 build as a universal wheel
- 🛠 Fix bug for unicode attributes in Python 2 (0.4.0 regression)
- 🛠 Fix bug with certain uses of 'file' projection keyword
- 🛠 Fix error on multipolygon coordinates in unexpanded generators
-
v0.4.0 Changes
March 09, 2016- 0️⃣ Make --no-viewbox default in svgis draw
- 🔨 Refactor internal bounds handling, squashing a few bugs
- 👍 Better handling for precision and padding in svgis.SVGIS
- Filter out successive identical coordinates in geometries
- 🛠 Fix padding to truly be in output (projected) units
- Warn, don't crash, when geometry is null
- ➕ Additional verbose flags now provide more debugging infomation
- 💅 Repair bug that sometimes added styles based on a class substring, rather than exact match
- Put r attributes right on the element when inlining
- 🛠 Fix bug when layer contained a field with its name
- Restructured modules: renamed 'clip' and 'convert' to 'transform' and 'bounding'
-
v0.3.10 Changes
March 07, 2016- 🛠 Fix CDATA bug with svgis style
- 🔨 refactoring, PEP 8 formatting
- 🛠 Fix bug that ignored precision
- Correctly identify and use projections in projected files
-
v0.3.9 Changes
March 02, 2016- ✂ Remove periods and number signs from classes and ids.
- 💅 Refactor classing functions to svgis.style
- 👌 Improve error messages when drawing features.