--- /srv/reproducible-results/rbuild-debian/r-b-build.wEmjxQVv/b1/ipyparallel_8.8.0-2_amd64.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.wEmjxQVv/b2/ipyparallel_8.8.0-2_amd64.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - b2b07c571814eee3ba514ddc4675e4dc 5435600 doc optional python-ipyparallel-doc_8.8.0-2_all.deb │ + bad0a63467873096edb48cd46815a610 5435532 doc optional python-ipyparallel-doc_8.8.0-2_all.deb │ 3357f8d208f2c52fa965f61bb7b4bca1 2499544 python optional python3-ipyparallel_8.8.0-2_all.deb ├── python-ipyparallel-doc_8.8.0-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-05-09 11:44:58.000000 debian-binary │ │ -rw-r--r-- 0 0 0 5780 2024-05-09 11:44:58.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 5429628 2024-05-09 11:44:58.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 5429560 2024-05-09 11:44:58.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/python-ipyparallel-doc/html/examples/index.html │ │ │ │┄ Ordering differences only │ │ │ │ @@ -130,43 +130,43 @@ │ │ │ │ │ │ │ │
│ │ │ │

Non-notebook examples

│ │ │ │

This directory also contains some examples that are scripts instead of notebooks.

│ │ │ │
│ │ │ │
│ │ │ │
./
│ │ │ │ -  dependencies.py
│ │ │ │ -  iopubwatcher.py
│ │ │ │   itermapresult.py
│ │ │ │ -  phistogram.py
│ │ │ │ -  fetchparse.py
│ │ │ │ -  customresults.py
│ │ │ │   dagdeps.py
│ │ │ │ -  task_mod.py
│ │ │ │ -  throughput.py
│ │ │ │ +  iopubwatcher.py
│ │ │ │   nwmerge.py
│ │ │ │ +  fetchparse.py
│ │ │ │ +  dependencies.py
│ │ │ │   task_profiler.py
│ │ │ │ +  phistogram.py
│ │ │ │ +  task_mod.py
│ │ │ │ +  customresults.py
│ │ │ │ +  throughput.py
│ │ │ │ ./daVinci Word Count/
│ │ │ │ -  pwordfreq.py
│ │ │ │   wordfreq.py
│ │ │ │ +  pwordfreq.py
│ │ │ │ ./interengine/
│ │ │ │ -  communicator.py
│ │ │ │   bintree.py
│ │ │ │   interengine.py
│ │ │ │ +  communicator.py
│ │ │ │   bintree_script.py
│ │ │ │ ./pi/
│ │ │ │ -  parallelpi.py
│ │ │ │   pidigits.py
│ │ │ │ +  parallelpi.py
│ │ │ │ ./rmt/
│ │ │ │   rmtkernel.py
│ │ │ │ ./wave2D/
│ │ │ │   RectPartitioner.py
│ │ │ │   communicator.py
│ │ │ │ -  parallelwave-mpi.py
│ │ │ │   parallelwave.py
│ │ │ │ +  parallelwave-mpi.py
│ │ │ │   wavesolver.py
│ │ │ │
│ │ │ │
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -56,43 +56,43 @@ │ │ │ │ │ o _D_e_b_u_g_g_i_n_g_ _d_i_s_t_r_i_b_u_t_e_d_ _w_i_t_h_ _I_P_y_t_h_o_n │ │ │ │ │ * _U_s_i_n_g_ _d_i_l_l_ _t_o_ _p_i_c_k_l_e_ _a_n_y_t_h_i_n_g │ │ │ │ │ o _U_s_i_n_g_ _d_i_l_l_ _i_n_ _I_P_y_t_h_o_n_ _P_a_r_a_l_l_e_l │ │ │ │ │ ********** NNoonn--nnootteebbooookk eexxaammpplleess_?¶ ********** │ │ │ │ │ This directory also contains some examples that are scripts instead of │ │ │ │ │ notebooks. │ │ │ │ │ ./ │ │ │ │ │ -  _d_e_p_e_n_d_e_n_c_i_e_s_._p_y │ │ │ │ │ -  _i_o_p_u_b_w_a_t_c_h_e_r_._p_y │ │ │ │ │   _i_t_e_r_m_a_p_r_e_s_u_l_t_._p_y │ │ │ │ │ -  _p_h_i_s_t_o_g_r_a_m_._p_y │ │ │ │ │ -  _f_e_t_c_h_p_a_r_s_e_._p_y │ │ │ │ │ -  _c_u_s_t_o_m_r_e_s_u_l_t_s_._p_y │ │ │ │ │   _d_a_g_d_e_p_s_._p_y │ │ │ │ │ -  _t_a_s_k___m_o_d_._p_y │ │ │ │ │ -  _t_h_r_o_u_g_h_p_u_t_._p_y │ │ │ │ │ +  _i_o_p_u_b_w_a_t_c_h_e_r_._p_y │ │ │ │ │   _n_w_m_e_r_g_e_._p_y │ │ │ │ │ +  _f_e_t_c_h_p_a_r_s_e_._p_y │ │ │ │ │ +  _d_e_p_e_n_d_e_n_c_i_e_s_._p_y │ │ │ │ │   _t_a_s_k___p_r_o_f_i_l_e_r_._p_y │ │ │ │ │ +  _p_h_i_s_t_o_g_r_a_m_._p_y │ │ │ │ │ +  _t_a_s_k___m_o_d_._p_y │ │ │ │ │ +  _c_u_s_t_o_m_r_e_s_u_l_t_s_._p_y │ │ │ │ │ +  _t_h_r_o_u_g_h_p_u_t_._p_y │ │ │ │ │ ./daVinci Word Count/ │ │ │ │ │ -  _p_w_o_r_d_f_r_e_q_._p_y │ │ │ │ │   _w_o_r_d_f_r_e_q_._p_y │ │ │ │ │ +  _p_w_o_r_d_f_r_e_q_._p_y │ │ │ │ │ ./interengine/ │ │ │ │ │ -  _c_o_m_m_u_n_i_c_a_t_o_r_._p_y │ │ │ │ │   _b_i_n_t_r_e_e_._p_y │ │ │ │ │   _i_n_t_e_r_e_n_g_i_n_e_._p_y │ │ │ │ │ +  _c_o_m_m_u_n_i_c_a_t_o_r_._p_y │ │ │ │ │   _b_i_n_t_r_e_e___s_c_r_i_p_t_._p_y │ │ │ │ │ ./pi/ │ │ │ │ │ -  _p_a_r_a_l_l_e_l_p_i_._p_y │ │ │ │ │   _p_i_d_i_g_i_t_s_._p_y │ │ │ │ │ +  _p_a_r_a_l_l_e_l_p_i_._p_y │ │ │ │ │ ./rmt/ │ │ │ │ │   _r_m_t_k_e_r_n_e_l_._p_y │ │ │ │ │ ./wave2D/ │ │ │ │ │   _R_e_c_t_P_a_r_t_i_t_i_o_n_e_r_._p_y │ │ │ │ │   _c_o_m_m_u_n_i_c_a_t_o_r_._p_y │ │ │ │ │ -  _p_a_r_a_l_l_e_l_w_a_v_e_-_m_p_i_._p_y │ │ │ │ │   _p_a_r_a_l_l_e_l_w_a_v_e_._p_y │ │ │ │ │ +  _p_a_r_a_l_l_e_l_w_a_v_e_-_m_p_i_._p_y │ │ │ │ │   _w_a_v_e_s_o_l_v_e_r_._p_y │ │ │ │ │ ************ _ii_pp_yy_pp_aa_rr_aa_ll_ll_ee_ll ************ │ │ │ │ │ ******** NNaavviiggaattiioonn ******** │ │ │ │ │ * _T_u_t_o_r_i_a_l │ │ │ │ │ * _R_e_f_e_r_e_n_c_e │ │ │ │ │ * _e_x_a_m_p_l_e_s │ │ │ │ │ o _T_u_t_o_r_i_a_l_s │ │ │ ├── ./usr/share/doc/python-ipyparallel-doc/html/searchindex.js │ │ │ │ ├── js-beautify {} │ │ │ │ │ @@ -2226,32 +2226,32 @@ │ │ │ │ │ "matric": 16, │ │ │ │ │ "wigner": 16, │ │ │ │ │ "nearest": 16, │ │ │ │ │ "neighbor": 16, │ │ │ │ │ "aim": 16, │ │ │ │ │ "fairli": 16, │ │ │ │ │ "nbsp": 16, │ │ │ │ │ - "iopubwatch": 16, │ │ │ │ │ "itermapresult": 16, │ │ │ │ │ - "phistogram": 16, │ │ │ │ │ - "fetchpars": 16, │ │ │ │ │ - "customresult": [16, 31], │ │ │ │ │ "dagdep": [16, 23], │ │ │ │ │ - "throughput": [16, 38], │ │ │ │ │ + "iopubwatch": 16, │ │ │ │ │ "nwmerg": 16, │ │ │ │ │ + "fetchpars": 16, │ │ │ │ │ "task_profil": 16, │ │ │ │ │ + "phistogram": 16, │ │ │ │ │ + "customresult": [16, 31], │ │ │ │ │ + "throughput": [16, 38], │ │ │ │ │ "davinci": 16, │ │ │ │ │ "word": 16, │ │ │ │ │ - "pwordfreq": 16, │ │ │ │ │ "wordfreq": 16, │ │ │ │ │ + "pwordfreq": 16, │ │ │ │ │ "interengin": [16, 31], │ │ │ │ │ "bintre": 16, │ │ │ │ │ "bintree_script": 16, │ │ │ │ │ - "parallelpi": [16, 32], │ │ │ │ │ "pidigit": [16, 32], │ │ │ │ │ + "parallelpi": [16, 32], │ │ │ │ │ "rmt": 16, │ │ │ │ │ "rmtkernel": [16, 19], │ │ │ │ │ "wave2d": 16, │ │ │ │ │ "rectpartition": 16, │ │ │ │ │ "parallelwav": 16, │ │ │ │ │ "wavesolv": 16, │ │ │ │ │ "1630490654": 17,