File tree Expand file tree Collapse file tree 6 files changed +20
-10
lines changed
Expand file tree Collapse file tree 6 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 1+ ## Version 3.0.0 (2022/06/06)
2+
3+ * Convert to Python 3
4+ * Change ` label ` in ` SpatialDB ` and ` TimeHistory ` to ` description ` to avoid confusion with other Pyre properties called ` label ` .
5+ * Create online documentation for Spatial Data that is now separate from PyLith.
6+ * Documentation covers more features and use cases.
7+ * Examples include C++, Python, and ` cfg ` files.
8+
19## Version 2.0.0 (2021/01/09)
210
311* Update to use Proj 6.x. This allows a user to specify a coordinate
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ DISTCHECK_CONFIGURE_FLAGS = \
3333 LDFLAGS="-L${PROJ4_LIBDIR} -L${CPPUNIT_LIBDIR} -L${CIG_LIBDIR}"
3434
3535EXTRA_DIST = \
36- CHANGES \
37- LICENSE.md \
36+ CHANGES.md \
37+ LICENSE.md \
3838 docker/spatialdata-testenv \
3939 ci-config/run_tests.sh \
4040 ci-config/codecov.yml
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ discretization.
2222
2323* GNU build tools w/C++ and C compilers
2424* Proj cartographic projections library (v6.0 or later) (http://proj.maptools.org )
25- * [ Optional] Pyre 0.8 and NumPy
25+ * [ Optional] Pyre 1.0 and NumPy
2626* [ Optional] CppUnit (for unit testing)
2727
2828## Author
Original file line number Diff line number Diff line change 11# Developer Guide
22
3+ :::{admonition} Under construction.
4+ :class: warning
5+
6+ Placeholder for developer guide.
7+ :::
8+
39:::{toctree}
410contributing.md
511testing.md
Original file line number Diff line number Diff line change 11# Development Plan
22
3- ## Version 3.0.0dev
3+ ## Version 3.x.xdev
44
55List of new features currently available in the ` main ` branch.
66
7- * Convert to Python 3
8- * Change ` label ` in ` SpatialDB ` and ` TimeHistory ` to ` description ` to avoid confusion with other Pyre properties called ` label ` .
9- * Create online documentation for Spatial Data that is now separate from PyLith.
10- * Documentation covers more features and use cases.
11- * Examples include C++, Python, and ` cfg ` files.
7+ No new features.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = spatialdata
77version = 3.0.0
88author = Brad Aagaard
99author_email = baagaard@usgs.gov
10- description = :TODO:
10+ description = Library for specifying spatial variations in input parameters (used in PyLith).
1111license = MIT
1212url = http://www.geodynamics.org/cig/software/spatialdata
1313
You can’t perform that action at this time.
0 commit comments