O . O
7a84df75f3
Resolved wwt.*ground trait metadata errors
2019-09-21 19:35:33 -04:00
O . O
a775295f55
Added time series decay; expanded TableLayer docs
2019-09-21 19:35:33 -04:00
O . O
cf1f45eee9
Made trait error messages more informative
2019-09-21 19:22:04 -04:00
O . O
24b9d95213
Troubleshooting time series layer behavior
2019-09-21 19:22:04 -04:00
Thomas Robitaille
5efac0e568
Merge pull request #234 from pkgw/release-tweaks
...
RELEASE.rst: tweak the release notes
2019-09-21 20:21:22 +01:00
Peter Williams
b76448debd
RELEASE.rst: tweak the release notes
...
Mention updating the `stable` branc to update the ReadTheDocs docs. Also
mention creating a new release on GitHub.
Finally, recommend a workflow in which the release commits are submitted via a
pull request, so that that there is a CI run on the release candidate commit
and the HEAD commit that keeps master at a development version.
2019-09-20 16:03:54 -04:00
Peter Williams
df5179d645
Merge pull request #233 from pkgw/release-0.7
...
Release 0.7
2019-09-20 14:55:57 -04:00
Peter Williams
3666f18093
RELEASE.rst: mention creation of minor-series branch if needed
2019-09-20 14:39:51 -04:00
Peter Williams
4ef68891da
Back to development: v0.8.0.dev0
2019-09-20 14:38:27 -04:00
Peter Williams
50e5373ce3
Preparing release v0.7.0
2019-09-20 12:48:41 -04:00
Peter Williams
19800a285b
CHANGES.rst: write up the changes in this release
2019-09-20 12:45:49 -04:00
Peter Williams
2b2d29d6e8
RELEASE.rst: use a glob instead of a fixed version number in the sample commands
2019-09-20 12:34:05 -04:00
Peter Williams
4c289ac2ad
Merge pull request #195 from ojustino/validate-frames
...
Added validation for frames in TableLayer
2019-09-16 15:42:00 -04:00
Peter Williams
7489513103
Merge pull request #190 from astrofrog/cartesian
...
Started adding support for cartesian coordinates
2019-09-16 15:19:43 -04:00
Peter Williams
98b78d881b
Merge pull request #230 from pkgw/docs-landing-page
...
More work on branding and the docs landing page
2019-09-15 20:02:02 -04:00
Peter Williams
273a31f7cf
Acknowledge the .NET Foundation and other funders too
2019-09-15 19:49:36 -04:00
Peter Williams
60ac38c6a2
Add AAS branding in various places that WorldWide Telescope is introduced
...
Recall that people might be navigating directly to any of these documentation pages, so we have
to be pretty persistent in the branding even if it feels kind of ridiculous.
2019-09-15 19:03:36 -04:00
Peter Williams
f66094891b
docs/installation.rst: update Binder links here, too
2019-09-15 19:02:54 -04:00
Peter Williams
c39c6746b1
README.rst: tell people what the AAS is
2019-09-15 19:02:34 -04:00
Peter Williams
5215ab58dc
docs/index.rst: iterate introductory material and update Binder links
...
This page still had links to `mybinder.org` for demo notebooks, which don’t
work for the time being because of WWT’s well-known issues with SSL. Update
these to our customized BinderHub instance. Sadly, those don’t work *either*
because we need to put out a new release of pywwt to keep compatibility with
the latest versions of JupyterLab.
Also iterate the introductory material to align with the README more closely,
and be more aggressive about the AAS branding.
2019-09-15 18:59:42 -04:00
Thomas Robitaille
b3ec6e1be7
Merge pull request #229 from pkgw/travis-badge
...
README.rst: fix the Travis CI badge
2019-09-15 21:48:25 +01:00
Peter Williams
a84acd0f30
README.rst: fix the Travis CI badge
2019-09-15 16:40:01 -04:00
Peter Williams
b3fd12b0c3
Merge pull request #228 from pkgw/acknowledgments
...
README.rst: revamp and acknowledge the NSF
2019-09-15 16:36:44 -04:00
Peter Williams
1092581d1b
README.rst: revamp and acknowledge the NSF
...
We should acknowledge the NSF here. Acknowledgment also added to
docs/index.rst. Also general revision of the intro content.
2019-09-15 16:24:53 -04:00
Peter Williams
4b94cac5b9
Merge pull request #227 from pkgw/interactive-figure-distrib
...
setup.py: install new interactive figure resource files
2019-09-13 20:33:56 -04:00
Peter Williams
351f098062
setup.py: install new interactive figure resource files
2019-09-13 17:33:10 -04:00
O . O
a16f64f86a
Moved trait name validation function to utils.py
2019-09-13 14:47:08 -04:00
O . O
42dd83f8b1
Wrote trait name validation helper functions
2019-09-08 03:16:06 -04:00
O . O
76a2bf9774
Made trait-related KeyErrors more descriptive
2019-09-08 02:43:35 -04:00
O . O
018107738d
Added validation for frames in TableLayer
2019-09-08 02:43:35 -04:00
Thomas Robitaille
15c5a66f2f
Minor tweaks to docs
2019-09-07 11:43:20 +01:00
Thomas Robitaille
3c5691d9ed
Fix serialization test
2019-09-07 11:06:08 +01:00
Thomas Robitaille
ab4d456014
Updated more reference images
2019-09-07 11:05:46 +01:00
Thomas Robitaille
e0584b8341
Added WebEngine OSX reference image for cartesian layers test
2019-09-06 23:54:18 +01:00
Thomas Robitaille
bcd92d2dd8
Added tests for cartesian functionality, add column guessing, and fix column guessing bug for lon/lat that was related to uppercase column names.
2019-09-06 23:49:57 +01:00
Thomas Robitaille
d1610e3784
Added documentation about cartesian layers
2019-09-06 23:49:57 +01:00
Thomas Robitaille
a42215699c
When in Sky mode, we need to make the mean radius 1au to get things to line up correctly
2019-09-06 23:49:57 +01:00
Thomas Robitaille
6585d0d50b
Started adding support for cartesian coordinates
2019-09-06 23:49:56 +01:00
Thomas Robitaille
0bb30fc0bb
Merge pull request #225 from WorldWideTelescope/azure
...
Switch to Azure Pipelines for Continuous Integration
2019-09-06 23:46:50 +01:00
Thomas Robitaille
2d30a2672c
Report coverage results using codecov
2019-09-06 23:36:40 +01:00
Thomas Robitaille
fe6f6495d2
Don't build on Windows with Python 2.7 as the available version of PyQt5 is too old
2019-09-06 23:23:11 +01:00
Thomas Robitaille
b009d99170
Install PyOpenGL to see diagnostic information in pytest output
2019-09-06 23:12:08 +01:00
Thomas Robitaille
d067165921
Fix logic for running tests
2019-09-06 23:06:00 +01:00
Thomas Robitaille
dba56a4cec
Skip Jupyter Lab-related checks on Windows with Python 2.7
2019-09-06 22:57:11 +01:00
Thomas Robitaille
f5c0090628
Ignore temporarily broken link in docs build, and install MVC++ 9.0 on Windows with Python 2.7
2019-09-06 22:23:25 +01:00
Thomas Robitaille
6f6b7090dd
More fixes to Azure configuration
2019-09-06 22:15:52 +01:00
Thomas Robitaille
0d96a92fa4
Use a different way of setting up build matrix
2019-09-06 22:09:44 +01:00
Thomas Robitaille
41d8de4cec
Don't test on MacOS X for now
2019-09-06 21:32:23 +01:00
Thomas Robitaille
b9b25e2c94
Fix PyQt conda package name
2019-09-06 20:32:19 +01:00
Thomas Robitaille
80e79ec63a
Use conda for all Python versions for now
2019-09-06 20:30:54 +01:00