Ecosyste.ms: OpenCollective

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

github.com/astropy/halotools

Python package for studying large scale structure, cosmology, and galaxy evolution using N-body simulations and halo models
https://github.com/astropy/halotools

Merge pull request #875 from aphearin/rotate_vector_collection_bugfix

Fixed bug in rotate_vector_collection

ba16aedca287b4a205cb23573842d0520bfda802 authored almost 7 years ago
Fixed bug in rotate_vector_collection

9810b440fc1959a140390453b0beef6954636819 authored almost 7 years ago
Merge pull request #873 from aphearin/fuzzy_binning

Added new fuzzy_digitize function

7f3abb11096da75649584ab437611ee89940da29 authored almost 7 years ago
Merge pull request #871 from aphearin/mc_nfw_bugfix

Monte Carlo NFW bugfix

6768830954e7caa83e4123f8b0ae975fff534e31 authored almost 7 years ago
Added new fuzzy_digitize function

aec984d8676e13baccbe320814e9ab5fac5bd341 authored almost 7 years ago
Now catching optimize keyword argument in call to np.einsum since apparently this keyword is a relatively recent addition to Numpy

ee8c8ae1530b2fadd9b5b7486becdcf9f4de77f4 authored about 7 years ago
Fixed bug in rotate_vector_collection due to upstream bug in Numpy v1.14. See https://github.com/astropy/astropy/issues/7051. Calling np.einsum with optimize=False has virtually no impact on performance, and should resolved bug

07a669e9f45f7c3132876754d6ad18382f9f0c3b authored about 7 years ago
Resolved bounds checking bug in mc_generate_nfw_phase_space_points argument handling raised in Issue #870

84e3fee37c4ab07c49aee36e3ac87f8105c99dc8 authored about 7 years ago
Merge pull request #869 from aphearin/merger_ratio_mcf

Add new option calculating marked correlation functions

a7c116e4ae6dc031cfeaa33bb05382f56acf5f83 authored about 7 years ago
Fixed bug in return_weighting_function implementation so that the new weight_func_id option is recognized

dd33f2a7b8d41ec1b7e0bc45c884b9cf31dbc30a authored about 7 years ago
Updated changelog

c0e25ebdef7a5602cce20021efccc4f60e5df050 authored about 7 years ago
Added documentation for the new marking function option

49c1e2a5ebdb5fb5c6ba8a952bb595c7bbe32951 authored about 7 years ago
Added unit-test for basic behavior of weight_func_id=11

b4da833bd1f664250dc7b74acef5baf1b4854ae1 authored about 7 years ago
Added implementation of ratio_weights

62890da4c9707b4aa738ad866c1938501790f2a0 authored about 7 years ago
Merge pull request #868 from aphearin/inertia_tensor

Inertia tensor feature

36ad6b0464471b3ec648a614baf8ba0aa70b8a9d authored about 7 years ago
Now skipping tests in environments where from scipy.stats import random_correlation raises ImportError

a629beb20a4b53610452902e5bf311b17a5e9e5d authored about 7 years ago
Dropped _3d from function name inertia_tensor_per_object_3d

35738e5afb7e5ccfcadf27ca8e9724ab6f37a742 authored about 7 years ago
Merge pull request #867 from aphearin/warnings_filter

Filtering out scipy warnings

ab1925655666f9b16f1bb1c7f2e30fe1c64cb2b0 authored about 7 years ago
Updated documentation

300d4deb8316cc29ad42fd68020dc2baec2f3e71 authored about 7 years ago
Added test_triaxiity_from_inertia_tensors function

46d37acde8b356e29f58bef8234da7d81fc34e05 authored about 7 years ago
Added test of PBC behavior of the inertia_tensor_per_object_3d function

1555e2bd6472de3511cf828485a24413119d29e6 authored about 7 years ago
Added nontrivial unit-testing for sphericity_from_inertia_tensors function

258945f386f182d44926d88f48ad3a65717409c8 authored about 7 years ago
Documented test functions

871521a644977ce1fb0dd500a753bbadce0a8eed authored about 7 years ago
docstring edits

af634ba786bd8ace0e8f5ce7a88a8fda95cdb29b authored about 7 years ago
Refactored test suite

8b0d6b65c68155d598d5091445952b0017aadc4f authored about 7 years ago
Added new v0.7 whats new section

863ea46141630eb6712ac1ce0a359391756fd0ff authored about 7 years ago
Added description of inertia tensor calculation in CHANGES.rst

792a4fc12d0e6db616e838fd3db1cfb93e2393e6 authored about 7 years ago
Added unit-test enforcing that private function _principal_axes_from_matrices behaves properly for 500 brute force examples

d2ee6523497b970833eb67118f91e89c45e8052a authored about 7 years ago
Improved unit testing of serial implementation of inertia tensor

f39d6ef82d5857c2e4dc09fb3582b2f5261b4c44 authored about 7 years ago
Added _sphericity_from_matrices and _triaxility_from_matrices convenience kernels

10cc29cfa0e17e7066bd755625ce7879ebd32c84 authored about 7 years ago
Implemented working serial version of inertia_tensor_per_object

9770882e66448ea7c18155e9f39682d85039d6fb authored about 7 years ago
Docstring edits to inertia_tensor_per_object_3d

a2a35f19e4881589d443755dce68b0444f52a133 authored about 7 years ago
Refactored inertia_tensor_per_object_3d to additionally return sum of masses

4220fe9ca2e27aff6bf7dc055961b6f639b73713 authored about 7 years ago
Added new highly nontrivial unit-test of inertia_tensor_per_object

6441b36c985e4b6f35526e10207ce157f0373c35 authored about 7 years ago
Fixed bug in tensor calculation addressing case where there are zero mass tracers for a given object

8052c7778c951cf656f67795972c4dc19e4c80c8 authored about 7 years ago
Fixed bugs revealed by new unit-test test_serial_parallel_agreement

14e7c20440a7e4faf5e0e2c6ff143c0a9f29eb4c authored about 7 years ago
changed function names

217ef0632a9926ffc86ff45ce76ef0853fb45535 authored about 7 years ago
Wrote docstring for inertia_tensor_per_object_3d

95ca8d856f16d28e4daa38ab69e8bc57ad9ac0db authored about 7 years ago
Added empty modules supporting new tensor_calculations subpackage

c2eb33422f5de8fc98fee9e64a5a5356c9055965 authored about 7 years ago
Added inertia_tensor_principal_axis function

c35eb484a0d758b0ffa05d21f80dfc22ff9a0abf authored about 7 years ago
Merge pull request #866 from aphearin/three_dim_rotations

Added new `utils` module for 3d matrix operations

af0df236faebd98e9fcfad43858a7170a40a5d48 authored about 7 years ago
Filtering out harmless scipy warnings

5d5ca7310702d55d4eb1ce744579c71e88e70782 authored about 7 years ago
Fixed non-PEP8 style in readme

65196731c9572e34a8b41c50ddcec2c1c2aa9038 authored about 7 years ago
Fixed broken links to changelog

30f4d0ae5273503391b0c09500e41ebf9b298c20 authored about 7 years ago
Touched up whats new 0.7 docs page

76b6626dec5725e316a3c7f8ec600a737cdf72bc authored about 7 years ago
Fixed bugs in matrix_operations_3d docstring

9b187075f979d4ee87071ae82ee28b59d9dec760 authored about 7 years ago
Updated docs to include whats new 0.7

83f9921fc611a12b669d10b15c87a21394f848ed authored about 7 years ago
Docstring touchups

e8ff14c05a7c1edfa383d032dcb21d595dac7b8a authored about 7 years ago
Added normalized_vectors function to matrix_operations_3d module

6ac972f074eb8c34512ec4f092d6dcf73b25ffcb authored about 7 years ago
Updated changelog

1e8b5810afe0b1dbb9bd501e864931f81d9de3be authored about 7 years ago
Starting to build new matrix_operations_3d module. Added elementwise_dot function

19381c5738d6f2ef252bf8bc48e9a3a692ce32ec authored about 7 years ago
Added elementwise_norm function to matrix_operations_3d module

6980b4b0f3794e12ba6fe1a209c839bde992c41c authored about 7 years ago
Added new matrix operations to list of commonly used utility functions

3121fe59f6fe534c1fbfad6674a93b339c2b76e9 authored about 7 years ago
Added angles_between_list_of_vectors to matrix_operations_3d module

0275f40b40771fed24af45f1cf915b537ed0e6a4 authored about 7 years ago
Added rotation_matrices_from_vectors function. This commit has documentation that does not build. The docs bugs could have crept in at an earlier commit, though.

f1992f3e332798f5fa050f8289617f457463e626 authored about 7 years ago
Added vectors_normal_to_planes function to matrix_operations_3d module

e27d17ef3a2fc22a9108cb2a6b0a3e27c71b2788 authored about 7 years ago
Added rotation_matrices_from_angles function to matrix_operations_3d module

6fbea14963eaa2bd60b373a0086be84607dcad2b authored about 7 years ago
Added rotation_matrices_from_vectors function to matrix_operations_3d module

744bef39dfee9017286ff478c34eb2dfe20d934a authored about 7 years ago
Merge pull request #865 from aphearin/readme_update

Updated readme

c90d4d67f22579dc71dd9c70bc6d9c32c566e8d1 authored about 7 years ago
Removed doctests that were causing travis failures

49357b24b1c82cc1bd64ef48c61f60927762eba5 authored about 7 years ago
Updated readme

67769873983014bb6d1b5ae300017afed7250546 authored about 7 years ago
Back to development: 0.7

53ccb34bb1a2e8ddb8bafceb65d17e5203475dce authored about 7 years ago
Preparing release 0.6

b60499d220d8ea9293eac11e9d3a630d1ca15a3f authored about 7 years ago
Merge pull request #864 from aphearin/cic_bugfix

syntax cleanup

1136a4626291626d1fa71c023bde6a4b24ab2663 authored about 7 years ago
Cleaned up confusing syntax for counts-in-cylinders calculation

b2cf65669715fa571fc88c551a0a4dd27a1780c6 authored about 7 years ago
Merge pull request #863 from aphearin/radial_profile_bugfix

Bugfix for non-PBC behavior of radial_profile_3d function

e18cc5f20909d5ae487b043f033c2720cf37acff authored about 7 years ago
Merge branch 'master' into radial_profile_bugfix

ee7a90ff54306ccfd650b60517df922caa41310b authored about 7 years ago
Merge branch 'master' into radial_profile_bugfix

c8c1966d2a3d6c1d2aca2538927afa23a47eef70 authored about 7 years ago
Merge pull request #860 from duncandc/rp_pi_tpcf_jackknife

improved testing of rp_pi_tpcf_jackknife()

bae9060d85bd893ffd8cec35228fefe58f5dab2d authored about 7 years ago
Updated changelog

62ec45b54ba72fe06dbba68366c5c57d6e5a7e84 authored about 7 years ago
Added bugfix and regression test for bug in radial_profile_3d function for non-PBC case. See Issue #862

009b54955a6adfbbcf67422bc9387c389172f05a authored about 7 years ago
Corrected implementation of test_parallel_serial_consistency_1 so that num_threads is actually called with different inputs when doing the testing comparison

a5d045f73dd78e7c1d4d2af609b5a6a193af611f authored about 7 years ago
added further testing of rp_pi_tpcf_jackknife in regards to threading

563d2c3a2c8b1e450863ecf13542dfaf9b9baa62 authored about 7 years ago
@duncandc - discovered bug in parallel implementation of rp_pi_tpcf_jackknife revealed by new unit-test test_parallel_serial_consistency located in halotools/mock_observables/two_point_clustering/tests/test_rp_pi_tpcf_jackknife.py

f09bd046007707866b82d8d2aaa64f41cc9bd66e authored about 7 years ago
beefed up test of covariance matrix result

22223e82817a4c50a1e9256388b103e33bdbbc8a authored about 7 years ago
Merge remote-tracking branch 'origin/master' into rp_pi_tpcf_jackknife

2efca23bed04b0b86e695e61c9ce4a8528cc0b56 authored about 7 years ago
editing doc string

9501c2c2f2b8b74445ef639fcf584413b748134b authored about 7 years ago
Merge pull request #859 from duncandc/mock_obs_devel

bug fix in velocity_marked_npairs functions

c7fc4a506d1ba7484eb4b7e5a0d83975fbc65c28 authored about 7 years ago
added test to enforce consistency between wp_jackknife and rp_pi_tpcf_jackknife

70765508dff2e097459ce287c44e1df22da680f8 authored about 7 years ago
updated CHANGES.rst doc

6d9834b91c96ca852a6fb0448e303b45f7d23cd4 authored about 7 years ago
fixed bug in weight_func_id and modified doc strings to refelct this change

8cfd6b9bfb49f04cba9d2ec3e21fe5ea9e34a714 authored about 7 years ago
Merge remote-tracking branch 'aph/velocity_marked_pairs_bug' into mock_obs_devel

a27f02b34b46908eead29dc250a69fc510353e6d authored about 7 years ago
Merge pull request #857 from aphearin/v0p6_docs

V0p6 docs

40a5be358ccf60debc4c09154b226aabcafb7e2d authored about 7 years ago
Merge pull request #856 from aphearin/restore_3p5_testing

Restored testing in 3.5 environments

d76c29424c5576b75db9cc26298c33fb5423ad27 authored about 7 years ago
Updated what's new docs

95113733d65f9e60f46dc877f234477368cd87e9 authored about 7 years ago
Merge pull request #855 from aphearin/radprof_bugfix

Bugfix for parallel implementation of radial_profile_3d

5a87e7b2664488cfb8a252fdbe5fe8b2c1a8f5be authored about 7 years ago
Merge pull request #853 from duncandc/weighted_npairs_s_mu_bugfix

weighted npairs s mu bugfix

79ea2f92e11255d25f39662095908d71149453d0 authored about 7 years ago
Restored testing in 3.5 environments

1152beab2fab5c6687441fc5c801cacf504089ac authored about 7 years ago
Updated changelog

258795bc0e8ef582a51e17f800635dfdf0090136 authored about 7 years ago
Modified what's new doc

4d255d504bed4bbf4ea8a3fa6d963a54053f029c authored about 7 years ago
Implemented bugfix for #854

ea903b9c37686574921b76c9b6fb7df33f022264 authored about 7 years ago
Merge pull request #842 from aphearin/changelog

updated changelog

4659fce0a22314426f5febb70a1d3406c5e13611 authored about 7 years ago
fixed bug in weighted s and mu pair counter

904c6b42bc365ee16c9a47cc81777a60c9d122ba authored about 7 years ago
Merge pull request #851 from aphearin/installation_docs

Improved installation docs

f4d93bfc37520b072b002ea9830724a40b67ebe3 authored about 7 years ago
Merge pull request #849 from aphearin/merger_tree_tutorial

Tutorial on merger tree analysis

466072fac8b6a7c541dd1e1f371e44f7853ccabb authored about 7 years ago
Merge pull request #850 from aphearin/monte_carlo_docs

Improved documentation for monte_carlo_from_cdf_lookup

c46e5f3b3f764c3680f464f731a3a83764875f48 authored about 7 years ago
incorporated aphs test

dc09320ff531d6cc4067a4da0a633f9f5b90deed authored about 7 years ago
Merge pull request #843 from aphearin/prim_haloprop_key_propagation

Prim haloprop key propagation

1ae3e91dd1ba3b6ccf1606e3b3a95647984cc9d4 authored about 7 years ago
Added PR number associated with new function rp_pi_tpcf_jackknife

f8e5754b5c38a87412a534ddae7afd5d8346b4f1 authored about 7 years ago
Added documentation for newly added test_installation feature, resolving #841

f9fca497b6a895ec9702dee58ff2488e38407c3a authored about 7 years ago