Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/astropy/astroplan

Observation planning package for astronomers – maintainer @bmorris3
https://github.com/astropy/astroplan

Due to the new printing style, do not run doctest with astropy <1.3 for FixedTarget

632dfaab55bb824b11a4f8ff96db9e7890e767ab authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #288 from bsipocz/coveralls_fix

Fixing coverage reporting

37fa47404b3e1a4eb937cf54683e53b209d40ae7 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #283 from wtgee/issue-282-fixes

Small fixes for astropy 1.3 as discussed in #282

23eb341c9b4fef04adc170b5cbf159efe9456311 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #281 from bsipocz/tests_remote_data_none

Use mock machinery for remote-data='none'

fbfe42d6f460316852b8b029034facbb4b5be797 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #279 from wtgee/doc-fixes

Small documentation fixes that should clear up some test failures

73acffe9cc83ad8d078a83ddd2812d64163d0379 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #274 from bsipocz/observer_fix_scalar_skycoord

Stop recognizing scalar SkyCoord objects as vectors

8969c6776c35bb679e7f99cd32de3a5aaf806807 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #271 from bsipocz/docs_fix_mpl_warning

Fix mpl 1.5 color_cycle deprecation warning

a453ac143c814bb99abbe78f577fc0fb48813dfb authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #270 from bsipocz/update-helpers-v1.3

Update astropy-helpers to v1.3

0390055e7d85efd67c15898fcf692144d56f54b5 authored almost 8 years ago by Erik Tollerud <[email protected]>
Merge pull request #264 from bsipocz/time_range_input_check

Input checking for ``time_range`` parameters

db3fc348a6526bf201db9fa7a4b22ea3dca215c5 authored almost 8 years ago by Erik Tollerud <[email protected]>
Fixing coverage reporting

679f32c9c7c3723a1826370700f80e63d02fbf13 authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #284 from bsipocz/docs_remove_unused_kwargs

Cleaning up parameters

d7ddbf3f0450c9bc65d089e1faffb51bafb3425d authored almost 8 years ago by Brett M. Morris <[email protected]>
Removing invalid, and adding missing kwargs to docstrings [skip ci]

f253c7abefcabae10574896e25004b7dcc4d0e00 authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Small fixes for astropy 1.3 as discussed in #282

* Use vectors to simplify small section
* Force integer indexes

9d4d107d9a7e91a3fff6894b87870c65b1acea84 authored almost 8 years ago by Wilfred Tyler Gee <[email protected]>
using astropy.utils.isiterable instead of local _target_is_vector function

810bca1f3a3ee62154149017badcd25e9ab2b9dd authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Using astropy.utils.isiterable instead of a hack

6503492d4a9a034835f89515b03f2078fc3631cd authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Checking for remote-data value, too to work with astropy 1.3

1710191f203621395ed06c437d936a5ef9ba1011 authored almost 8 years ago by Brigitta Sipocz <[email protected]>
Small documentation fixes that should clear up some test failures

3971d41c0ca82e508e6cf720b20dddd7081591ac authored almost 8 years ago by Wilfred Tyler Gee <[email protected]>
SkyCoord can be a vector, too, but it shouldn’t be treated as a list

95b18784ea47c584890de1da9abb36a7db6eb1d6 authored about 8 years ago by Brigitta Sipocz <[email protected]>
SkyCoord has an __iter__ attribute inherited from ShapedLikeNDArray even if it's a scalar

ef8696fe73986d7b1c23124a484b50688d3d80bf authored about 8 years ago by Brigitta Sipocz <[email protected]>
Fix mpl 1.5 color_cycle deprecation warning

1a7dcce8eb1184ee4f71d19e4b89aa67582ce655 authored about 8 years ago by Brigitta Sipocz <[email protected]>
Updated astropy-helpers to v1.3

a36a2638e98197a82dc6dec50320384727e783dd authored about 8 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #266 from bsipocz/docs_fix_parameterlists

Fixing parameter lists

63dc5b0cc82458fd813fd08b2d6afc85bd94289d authored about 8 years ago by Brett M. Morris <[email protected]>
Fixing parameter lists in docstrings [skip ci]

98c6df250e64b1fad6bbcf97736205288b0cd3ef authored about 8 years ago by Brigitta Sipocz <[email protected]>
Fixed time_grid_from_range test failure

5a24ebfd3ada60c03473ad2989d0020bca5950be authored about 8 years ago by Brigitta Sipocz <[email protected]>
Small style change to use unpackging instead of lenght checking

533ff3266fceea8d46be494a70081efb85229364 authored about 8 years ago by Brigitta Sipocz <[email protected]>
Adding exception for time_grid_from_range() when longer than 2 ranges are passed

9f65eba42ffab8904d5ec3be4987480d6a5491d9 authored about 8 years ago by Brigitta Sipocz <[email protected]>
Checking that not all points are masked before formatting time axis

7b2dfe1fab04323fa08e0243a88b95a52dd82c6b authored about 8 years ago by Brett Morris <[email protected]>
Merge pull request #256 from wtgee/plot-shade-fix-255

Fixes the incorrect shading on certain dates by sorting the datetimes

d8d26881d376fa4bdf22dd89c2213ecf0ef9eecf authored about 8 years ago by Brett M. Morris <[email protected]>
Switching `lambda` to `operator.itemgettr` as per @MSeifert04 suggestion

52f281cd5c2b4aa1b1ac0e98992c79813be10eb1 authored about 8 years ago by Wilfred Tyler Gee <[email protected]>
Fixes the incorrect shading on certain dates by sorting the datetimes

-- Closes #255

2d717cd120faf6463caf1d28decff314ba9a0693 authored about 8 years ago by Wilfred Tyler Gee <[email protected]>
Adding Karl to contributor list

1ea7711634fb10e261cb48cb1daf274e6804e9eb authored about 8 years ago by Brett M. Morris <[email protected]>
Merge pull request #253 from astropy/kelle-patch-1

Add Stephanie Douglas to list of Contributors

7d24276bbd8e49a07148cb892f28a7964ae99611 authored about 8 years ago by Brett M. Morris <[email protected]>
Add Stephanie Douglas to list of Contributors

570d25d09137739b275787caee19a387eb89c414 authored about 8 years ago by Kelle Cruz <[email protected]>
Merge pull request #252 from bsipocz/ci_remove_pyqt_workaround

Removing workaround of qt version pinning

563b9fdc59e08164fe5f529224a87b05adb1f7ac authored about 8 years ago by Brett M. Morris <[email protected]>
Removing workaround of qt version pinning

31b11c414675baba4559222a651e66c81c559003 authored about 8 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #250 from bmorris3/fix-issue-249

Abbreviating conda install command

402d95f68329e9505fe6568de4c78728daa3794c authored about 8 years ago by Brett M. Morris <[email protected]>
Abbreviating conda install command

1943b2fef82e769b9ebf07b1954bfd407909524b authored about 8 years ago by Brett Morris <[email protected]>
Merge pull request #246 from bmorris3/master

v0.2 release

26b6418a1d7d05d52e056ba9708bb9af857fdc8c authored over 8 years ago by Brett M. Morris <[email protected]>
Back to development: v0.3

e07b2f205a96433e65438ec213df7d51b5256653 authored over 8 years ago by Brett Morris <[email protected]>
Preparing release 0.2

ccd184b052cfb3b521417e47a2049a94daa987df authored over 8 years ago by Brett Morris <[email protected]>
Update CHANGES.rst

0bce3d7a1bf8b98c3b1718dbc77ccee48c7e2357 authored over 8 years ago by Brett M. Morris <[email protected]>
Update CHANGES.rst

a5f99e25b2f53f6b9cfb6033b6ab6e2f9dbcb02a authored over 8 years ago by Brett M. Morris <[email protected]>
Merge pull request #238 from kvyh/user-defined-scheduler

added a user-defined scheduler tutorial and fixed x-axis label cut-offs

adb3996cb915e741eb45cf1301de340e7caffeb7 authored over 8 years ago by Brett M. Morris <[email protected]>
Merge pull request #240 from kvyh/mandatory_transitioner

Use an empty transitioner if None provided

3386de65e5b6133a3ceb31cedd5e4c45abf5c0e3 authored over 8 years ago by Brett M. Morris <[email protected]>
fixing variable names

bf7828db9170a5d0018d273ae09ac319411620e1 authored over 8 years ago by kvyh <[email protected]>
using an empty transitioner if None provided

0988aea15edb33023a1a4bf0397a86caf435f3f0 authored over 8 years ago by kvyh <[email protected]>
making the transitioner mandatory

a160dd1f333f60f3419c572a0ee8cdd2d4aa93fc authored over 8 years ago by kvyh <[email protected]>
added a comment for observing block creation

d197e9cec34109c3ba6dbb54dc1a40cb1245f9eb authored over 8 years ago by kvyh <[email protected]>
added requested edits and more inline comments

small edit

52a15d40471ecf621209ffe9b74e683f1f245099 authored over 8 years ago by kvyh <[email protected]>
added a part about the scorer to the tutorial

a11d9b8b14cc4b2e5de1d89440d9993f570e739a authored over 8 years ago by kvyh <[email protected]>
changed to SimpleScheduler and talking about score

fac1560768757141ea259c350925a23396cbd265 authored over 8 years ago by kvyh <[email protected]>
increased clarity of block creation and line length

49ca35631ac30f56b574435a92e84bbb887744e7 authored over 8 years ago by kvyh <[email protected]>
fixing a line in the tutorial

5e05e684b08149eb169ea295bb8a57c6098268a1 authored over 8 years ago by kvyh <[email protected]>
made the altitude constraint check/add more robust

2ba6072d0677c955cfcc1a67306db433895120dd authored over 8 years ago by kvyh <[email protected]>
added a user-defined scheduler tutorial and fixed x-axis label cut-offs

002bc4dbc17019d8628b413ff4d425c050b2f897 authored over 8 years ago by kvyh <[email protected]>
Merge pull request #244 from kvyh/schedule_input

Using a filled schedule as input

108b43c72bf2875a778b0600ad49a751dc487333 authored over 8 years ago by Brett M. Morris <[email protected]>
remove change from --remote-data

00b85d563bbceeea1ab54856818b5ac9f9903045 authored over 8 years ago by kvyh <[email protected]>
adding pyqt4 to appveyor

f1b6590c3b9c6058d0cdde690439e9d345a1edd0 authored over 8 years ago by kvyh <[email protected]>
another attemp at fixing PyQt4

1bce5f7dcb63ba44b505745cb4d0124633341021 authored over 8 years ago by kvyh <[email protected]>
fixing PyQt4 import error

39e5548a6403d59a3675837e2cbae19de6de9ecf authored over 8 years ago by kvyh <[email protected]>
removed testing print statements

bb58a8100f7e175b27fe39865c371e56f6b3cea5 authored over 8 years ago by kvyh <[email protected]>
Merge pull request #236 from kvyh/direction_minmax

two functions for rescaling

5c40add9e4db55f0831ebedb42c3eec8e6ed0f34 authored over 8 years ago by Brett M. Morris <[email protected]>
more consistent syntax and fixing numpy1.7 issue

eab19baba53cb30cba5f79185e1919af238a73dd authored over 8 years ago by kvyh <[email protected]>
added a second call to the scheduler

225e3fb60bc27d2d89124cfe7d6b7ca0b445c81c authored over 8 years ago by kvyh <[email protected]>
PriorityScheduler can now hnadle filled Schedules

39108b0143fa04bc98fc246a2bf8886e0e42f269 authored over 8 years ago by kvyh <[email protected]>
sequentialscheduler able to take filled schedules

38d93cae8971dcc64076e2cd4291bc457a396fdb authored over 8 years ago by kvyh <[email protected]>
clarifying docstring

0252eb1d451220fb5062ad8d404845bc2b9926a5 authored over 8 years ago by kvyh <[email protected]>
fixed an incorrect parameter

4cbc55b46cb5a6302021743faf06ef76a84e54e5 authored over 8 years ago by kvyh <[email protected]>
adding non-boolean to the user-defined constraint

44f8c99ff51842da005ca50b8dbe1a754dd866c9 authored over 8 years ago by kvyh <[email protected]>
Merge pull request #239 from bsipocz/data_remove

Removing unused data module

823be861caefdd73c126ab8ae00eebf21420b7ad authored over 8 years ago by Brett M. Morris <[email protected]>
Removing unused data module

6c1a6734cb0c59d51c4b0ae0d408a4b93e9b2588 authored over 8 years ago by Brigitta Sipocz <[email protected]>
added score to the docstring and removed the unnecessary parameter

5a1e59224f35c7429475fc8a727d4766561800c6 authored over 8 years ago by kvyh <[email protected]>
Merge pull request #218 from kvyh/tutorial_for_scheduling

Tutorial for Scheduling

b5e7cfb89e37f9e961a203c0f88a26d1197fbf9a authored over 8 years ago by Brett M. Morris <[email protected]>
splitting rescale into two functions

c4f26a89cfe2c197944150c8840eeb706774d7c9 authored over 8 years ago by kvyh <[email protected]>
adding to the schedule table and making transitions more visible

e693ec54a26cdb388bdca9d408ed1373d86180d7 authored over 8 years ago by kvyh <[email protected]>
starting changing the targets

rewrote defining targets

changed the tutorial to observation of M13 and Deneb

removed conflict

4d1ce0907db238c3cec3a8a79101a6099f0ac4f3 authored over 8 years ago by kvyh <[email protected]>
fixing sphinx formatting and reducing time resolution in tests

dd65e67b72c02ae03be51d8a6aa1d74e149d765b authored over 8 years ago by kvyh <[email protected]>
fixed times and switched constraints

8cb4458db2d82c2f322019c16261e294a75d5576 authored over 8 years ago by kvyh <[email protected]>
one legend entry per target

ab87cbc9071c19f5113e2154128764de0dbe9442 authored over 8 years ago by kvyh <[email protected]>
fixed an issue with rounding Quantities

091875c88045e15261db66892bda853c93e224aa authored over 8 years ago by kvyh <[email protected]>
removed extra line

e579ce6e9910090570d1b0f1a1d92501f850b031 authored over 8 years ago by kvyh <[email protected]>
changed unit order

6af09bcc64d540e601428c44523b107ff32cfd11 authored over 8 years ago by kvyh <[email protected]>
changed np.abs to abs and changed line-break formatting

48680ed8be3f7235aa6258637c21c49eab7c635d authored over 8 years ago by kvyh <[email protected]>
added a .. code-block:: where it was needed

03b89f520e199875bf2597cc7dfba64a234da6ed authored over 8 years ago by kvyh <[email protected]>
fixed a few issues that can occur because of the Transitioner

47c04d4eb424629bd59799f977392136a2f4f3cc authored over 8 years ago by kvyh <[email protected]>
added doctest skips and mock targets

fd9eb2f4a54ce0d98e6b4ef81811d6932e4aff38 authored over 8 years ago by kvyh <[email protected]>
changed scheduling tests to not take as long

4c938c3541eb7bf162fdc33b22e65fb31f0e2ed4 authored over 8 years ago by kvyh <[email protected]>
changed default time back to defining the time

221d0d68bc23f82d540e22ffa8e8e5b5137655ab authored over 8 years ago by kvyh <[email protected]>
fixed scheduler calls in the tutorial

4526dac627a2ff8e4884514f5c44543608dced05 authored over 8 years ago by kvyh <[email protected]>
added a space to fix plotting

2f4386f907af22f9cbdf1e656ad7a409d9bc28fb authored over 8 years ago by kvyh <[email protected]>
changed the tests to the new call format

dbb06fbcedbf4e85648975a49209b2e8fb0b19e4 authored over 8 years ago by kvyh <[email protected]>
made the plot better

f8d19c2515215f9d3cb8a9b95d80a0da918b8aaa authored over 8 years ago by kvyh <[email protected]>
making doctests skip

79c37f01c994d943bed36809859e4535dc66eee7 authored over 8 years ago by kvyh <[email protected]>
removed the now-unnecessary example notebooks

6065e0f57c48a944811a6ad53c4a48cd9e4ef839 authored over 8 years ago by kvyh <[email protected]>
tests for blocks, transitioner and non-schedulable. Fixed transitioner and scheduler errors

443fd8bb42e780f23316ef00603be293853ea7df authored over 8 years ago by kvyh <[email protected]>
additions to a few tests and fixing a flaw in a scheduler

85063e0120121715eb5246dbc205b37b3e561ab5 authored over 8 years ago by kvyh <[email protected]>
added some assertions

de117815fada6c6967ef2bc48feb952efdad04c0 authored over 8 years ago by kvyh <[email protected]>
moved _components=None to before components=components

0bef1cf59ab20e5b0cb6e142b37b663784cbb3f7 authored over 8 years ago by kvyh <[email protected]>
added tests for methods inside the Schedule

9943d296076c062ff68ba8b16c66b81befec9816 authored over 8 years ago by kvyh <[email protected]>
fixed a few Warnings

36b321fdccc25f75ae16e3599a48cc3caa32b940 authored over 8 years ago by kvyh <[email protected]>