|
| 1 | +# -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*- |
| 2 | +============================== |
| 3 | + Pyedr and Panedr CHANGELOG |
| 4 | +============================== |
| 5 | + |
| 6 | +The rules for this file: |
| 7 | + * release numbering uses semantic versioning 2.0 https://semver.org/ |
| 8 | + * entries are sorted newest-first. |
| 9 | + * summarize sets of changes - don't reproduce every git log comment here. |
| 10 | + * don't ever delete anything. |
| 11 | + * keep the format consistent (79 char width, M/D/Y date format) and do not |
| 12 | + use tabs but use spaces for formatting |
| 13 | + * accompany each entry with github issue/PR number (Issue #xyz) |
| 14 | + * Note: rules were not applied before v0.6.0 |
| 15 | + |
| 16 | +------------------------------------------------------------------------------ |
| 17 | + |
| 18 | +15/06/2022 jbarnoud, BFedder, orbeckst, hmacdope, IAlibay |
| 19 | + |
| 20 | + * 0.6.0 |
| 21 | + |
| 22 | + Changes |
| 23 | + |
| 24 | + * Add package deployment via github actions (PR #51 and #50) |
| 25 | + * Re-reformat packages into pyedr and panedr (PR #50) |
| 26 | + * Reformat panedr into two packages: panedr and panedrlite (PR #42) |
| 27 | + * Add GitHub actions workflow for CI (PR #32) |
| 28 | + * fixed setup.cfg for installing from source (PR #28) |
| 29 | + |
| 30 | + Fixes |
| 31 | + |
| 32 | + * Fix coverage issues and add coveragerc (PR #47) |
| 33 | + |
| 34 | +13/01/2019 jbarnoud |
| 35 | + |
| 36 | + * 0.5.2 |
| 37 | + |
| 38 | + Changes |
| 39 | + |
| 40 | + * Fix typo in \_\_version\_\_ |
| 41 | + * Fix typo in \_\_version\_\_ |
| 42 | + |
| 43 | + |
| 44 | +11/01/2019 jbarnoud |
| 45 | + |
| 46 | + * 0.5.1 |
| 47 | + |
| 48 | + Changes |
| 49 | + |
| 50 | + * Ignore python3 bytecode in the repo |
| 51 | + * Hopefully allow deploy on tags |
| 52 | + |
| 53 | + |
| 54 | +11/01/2019 jbarnoud, ezavod |
| 55 | + |
| 56 | + * 0.5.0 |
| 57 | + |
| 58 | + Changes |
| 59 | + |
| 60 | + * Add correct handling of blocks and subblocks |
| 61 | + * Fix pypi password for deployment |
| 62 | + * Deploy on the real pypi |
| 63 | + * Only deploy master |
| 64 | + * Fix typo in trove classifiers |
| 65 | + * User correctly encrypted password for deploy |
| 66 | + * Skip file generation by pbr |
| 67 | + * Allow deployment on the pbr branch |
| 68 | + * Try automatic deploy |
| 69 | + * Restore the extra test requirements |
| 70 | + * Move versioning to pbr |
| 71 | + * fix: Initiate an empty frame for each new frame |
| 72 | + * fix: Add correct handling of blocks and subblocks |
| 73 | + * Bump version to 0.4.0 |
| 74 | + * Tell travis to use ubuntu xenial |
| 75 | + * Add python 3.7 to travis |
| 76 | + * Fix compatibility issues with python 3.7 |
| 77 | + |
| 78 | + |
| 79 | +20/12/2018 jbarnoud |
| 80 | + |
| 81 | + * 0.4.0 |
| 82 | + |
| 83 | + Changes |
| 84 | + |
| 85 | + * Fix a typo in the install, bump to 0.3.1 |
| 86 | + |
| 87 | + |
| 88 | +20/09/2018 jbarnoud, mnmelo, kain88-de |
| 89 | + |
| 90 | + * 0.3 |
| 91 | + |
| 92 | + Changes |
| 93 | + |
| 94 | + * Bumb version number to 0.3 |
| 95 | + * Tell travis about the move of the tests |
| 96 | + * Move the tests out of the package |
| 97 | + * Travis install pathlib backport on python 2.7 |
| 98 | + * Accept \`pathlib.Path\` as an argument for edr\_to\_df |
| 99 | + * Bump minimum python3 version to 3.5 |
| 100 | + * Remove pandas \`as\_matrix() deprecated method |
| 101 | + * Update README to refect the use of pytest |
| 102 | + * update python version in ci |
| 103 | + * add manifest |
| 104 | + * Test cleanup |
| 105 | + * Try using py.test instead of pytest |
| 106 | + * Moved to pytest testing |
| 107 | + * Added double-precision support |
| 108 | + * Remove the now unused Enxnms named tuple |
| 109 | + * Move to a more object oriented architecture |
| 110 | + * Fix a typo in the README |
| 111 | + |
| 112 | + |
| 113 | +15/01/2016 jbarnoud |
| 114 | + |
| 115 | + * 0.2 |
| 116 | + |
| 117 | + Changes |
| 118 | + |
| 119 | + * Move to version 0.2 |
| 120 | + * Ignore gromacs backup files |
| 121 | + * Do not write an incomplete frame |
| 122 | + * Add test for the progress display in verbose mode |
| 123 | + * Replace the test file for regular dt |
| 124 | + * Add a verbose mode |
| 125 | + |
| 126 | + |
| 127 | +13/01/2016 jbarnoud |
| 128 | + |
| 129 | + * 0.1.1 |
| 130 | + |
| 131 | + Changes |
| 132 | + |
| 133 | + * Move to v0.1.1 and add \_\_version\_\_ |
| 134 | + * Update README to account for inclusion in PyPi |
| 135 | + * Make the wheels universal |
| 136 | + |
| 137 | + |
| 138 | +13/01/2016 jbarnoud |
| 139 | + |
| 140 | + * 0.1 |
| 141 | + |
| 142 | + Changes |
| 143 | + |
| 144 | + * Prepare repo for inclusion in PyPi |
| 145 | + * Python 3.2 is not supported |
| 146 | + * Fix errors in .travis.yml |
| 147 | + * Add TravisCI badge in the README |
| 148 | + * Set up TravisCI |
| 149 | + * Add tests |
| 150 | + * Add a gitignore file |
| 151 | + * Fix typo in docstring |
| 152 | + * Adapt example to reflect unicode column names |
| 153 | + * Revert license change of format in the README |
| 154 | + * Update the README |
| 155 | + * Fix unicode issues |
| 156 | + * Panedr is now a proper package with setup.py |
| 157 | + * Add a module docstring |
| 158 | + * Remove the initial notebook |
| 159 | + * Add the licence on top of the library |
| 160 | + * Add a README and a license |
| 161 | + * Translate prototype to a library |
| 162 | + * Initial commit |
0 commit comments