Releases: mtth/hdfs
Releases · mtth/hdfs
v2.7.3
What's Changed
- Replace imp.load_source() by @musicinmybrain in #204
- Adjust Sphinx copyright strings to “, ” form by @musicinmybrain in #206
- Add Python 3.12 to CI by @mtth in #205
Full Changelog: v2.7.2...v2.7.3
v2.7.2
What's Changed
- Fix typos by @kianmeng in #200
- Exclude tests from find_packages by @musicinmybrain in #202
New Contributors
- @kianmeng made their first contribution in #200
- @musicinmybrain made their first contribution in #202
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- Fix integration test setup by @mtth in #179
- add possibility to remove acl entries by @matthiasgleichauf in #180
- Run https://github.com/asottile/pyupgrade to fix DeprecationWarnings by @jmcrawford45 in #186
- Update CI workflow by @mtth in #197
- Replace usage of pandas.util.testing with pandas.testing by @udim in #196
- Migrate from nose to pytest by @udim in #198
- feat: replace lib imports by importlib by @Andromelus in #192
- Add release flow by @mtth in #199
New Contributors
- @matthiasgleichauf made their first contribution in #180
- @jmcrawford45 made their first contribution in #186
- @udim made their first contribution in #196
- @Andromelus made their first contribution in #192