An open API service providing commit metadata for open source projects.

GitHub / BelgianBiodiversityPlatform/python-dwca-reader / commits

šŸ A Python package to read Darwin Core Archive (DwC-A) files.

SHA Message Author Date Stats
173c1f3e merge Merge pull request #116 from BelgianBiodiversityPlatform/release-0.17.1 Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
18 days ago
eaedfd47 Prepare release 0.17.1 Nicolas NoƩ <n****s@n****u> 18 days ago
29d889dd merge Merge pull request #115 from BelgianBiodiversityPlatform/docs-sphinx-modernise Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
18 days ago
f7977c15 merge Merge pull request #114 from BelgianBiodiversityPlatform/packaging-pyproject Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
18 days ago
ba38f54b Unpin the docs toolchain so Read the Docs can build again Nicolas NoƩ <n****s@n****u> 18 days ago
a8bac35f Pin the build backend so sdist filenames stay PEP 625 compliant Nicolas NoƩ <n****s@n****u> 18 days ago
9dbfd272 Prepare for release Nicolas NoƩ <n****s@n****u> 18 days ago
3ba34d65 merge Merge pull request #113 from BelgianBiodiversityPlatform/parsing-performance Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
18 days ago
408785d0 Repair the .gitignore entry broken by a missing trailing newline Nicolas NoƩ <n****s@n****u> 19 days ago
911e8246 Run the suite without pandas on PyPy Nicolas NoƩ <n****s@n****u> 19 days ago
1060d1d4 Strip a stray carriage return when the file is CRLF but declares LF Nicolas NoƩ <n****s@n****u> 19 days ago
62862edb Update the CI workflow off deprecated actions Nicolas NoƩ <n****s@n****u> 19 days ago
7ce987d4 Document skip_metadata, CSVDataFile.next(), and drop stale ordering/coreid TODOs Nicolas NoƩ <n****s@n****u> 19 days ago
39ab414d Let iter_terms request the id and coreid columns Nicolas NoƩ <n****s@n****u> 19 days ago
aa8c7bfb Describe the quoted-record fix as users of 0.16.4 experienced it Nicolas NoƩ <n****s@n****u> 19 days ago
1f4f366e Fix term_getter generator exhaustion, correct changelog, and minor cleanups Nicolas NoƩ <n****s@n****u> 19 days ago
82711168 Organize and correct the unreleased changelog section Nicolas NoƩ <n****s@n****u> 19 days ago
81fca38f Raise when iterating a closed data file Nicolas NoƩ <n****s@n****u> 19 days ago
ac33abb7 Drop typing_extensions and require Python 3.8 or later Nicolas NoƩ <n****s@n****u> 19 days ago
3c915cdd Document iter_terms and add star_record to the API reference Nicolas NoƩ <n****s@n****u> 19 days ago
9e511b2f Fix documentation calling a method removed in v0.15.0 Nicolas NoƩ <n****s@n****u> 19 days ago
6bfa3666 Add iter_terms() for reading a subset of columns Nicolas NoƩ <n****s@n****u> 19 days ago
942cb5d1 Add a term getter that maps a data row straight to a tuple Nicolas NoƩ <n****s@n****u> 19 days ago
f7488946 Whole-phase review cleanups: unused import, stale docstring, benchmark doc po... Nicolas NoƩ <n****s@n****u> 19 days ago
3ba01c1b Index CSV records rather than physical lines Nicolas NoƩ <n****s@n****u> 19 days ago
9948ddec Record the streaming engine benchmark and refresh stale docstrings Nicolas NoƩ <n****s@n****u> 19 days ago
c4812400 Record the behavior changes brought by the streaming engine Nicolas NoƩ <n****s@n****u> 19 days ago
6dd7c7a8 Give each iteration of a reader its own iterator Nicolas NoƩ <n****s@n****u> 19 days ago
9b348e02 Build the line offset index lazily and from the binary layer Nicolas NoƩ <n****s@n****u> 19 days ago
da6cd1be Stream data files in a single forward pass Nicolas NoƩ <n****s@n****u> 19 days ago
cd703074 Build rows from split fields and stop stripping quotes from content Nicolas NoƩ <n****s@n****u> 19 days ago
f533ed3c Precompute the descriptor field mapping once per data file Nicolas NoƩ <n****s@n****u> 19 days ago
fd829b61 Compare rows and descriptors by value Nicolas NoƩ <n****s@n****u> 19 days ago
1344d1c6 Characterize extension files and direct random access Nicolas NoƩ <n****s@n****u> 19 days ago
b92f701e Add a benchmark harness and retire minibench Nicolas NoƩ <n****s@n****u> 19 days ago
77159313 Make tests assert behavior rather than implementation details Nicolas NoƩ <n****s@n****u> 19 days ago
700e9433 Fix hash() raising TypeError on rows Nicolas NoƩ <n****s@n****u> 19 days ago
da6011a8 Fix headers dropping the column at index 0 Nicolas NoƩ <n****s@n****u> 19 days ago
3995f37e Characterize quoting, degenerate rows and iteration semantics Nicolas NoƩ <n****s@n****u> 19 days ago
6615b0ca Characterize header lines, line terminators and encodings Nicolas NoƩ <n****s@n****u> 19 days ago
ddd46eeb Add a synthetic archive builder for characterization tests Nicolas NoƩ <n****s@n****u> 19 days ago
256ca0cc Attempt to run CI on Python 3.13 Nicolas NoƩ <n****s@n****u> almost 2 years ago
b6a1a039 Fixed a bug + prepare for release Nicolas NoƩ <n****s@n****u> almost 2 years ago
4c5d3613 Prepare for release Nicolas NoƩ <n****s@n****u> almost 2 years ago
9afbad80 Black formatting Nicolas NoƩ <n****s@n****u> almost 2 years ago
1f3aecd5 Added an option to skip the metadata parsing Nicolas NoƩ <n****s@n****u> almost 2 years ago
33f2c363 Prepare for release Nicolas NoƩ <n****s@n****u> almost 2 years ago
27008c6c Add note about recently discovered incompatibility in the Pandas tutorial. Nicolas NoƩ <n****s@n****u> almost 2 years ago
118075bf Attempt to fix CI Nicolas NoƩ <n****s@n****u> almost 2 years ago
1bd29c31 Attempt to fix CI Nicolas NoƩ <n****s@n****u> almost 2 years ago
bddecd2b Attempt to fix CI Nicolas NoƩ <n****s@n****u> almost 2 years ago
b381429c Official support for Python 3.12 Nicolas NoƩ <n****s@n****u> about 2 years ago
4619680b Documentation for the last change Nicolas NoƩ <n****s@n****u> about 2 years ago
60881bb3 Proper error message when trying to use an unsupported combination of Pandas ... Nicolas NoƩ <n****s@n****u> about 2 years ago
d52f285e Use better exception to avoid import issues on non-Windows platforms (#102) Nicolas NoƩ <n****s@n****u> almost 3 years ago
5014bf83 Attempt to fix automatic read the docs build Nicolas NoƩ <n****s@n****u> almost 3 years ago
5ad26374 Attempt to fix automatic read the docs build Nicolas NoƩ <n****s@n****u> almost 3 years ago
c2572ec9 Attempt to fix automatic read the docs build Nicolas NoƩ <n****s@n****u> almost 3 years ago
dd15a8a5 Attempt to fix automatic read the docs build Nicolas NoƩ <n****s@n****u> almost 3 years ago
e8d51b94 Attempt to fix automatic read the docs build Nicolas NoƩ <n****s@n****u> almost 3 years ago
431e7784 Prepare for release Nicolas NoƩ <n****s@n****u> almost 3 years ago
a462ddc6 Remove Python 3.12 support (will require more work) Nicolas NoƩ <n****s@n****u> almost 3 years ago
236e7cba Fix contributing.rst (#103) Nicolas NoƩ <n****s@n****u> almost 3 years ago
13a45291 CI: add recent python versions Nicolas NoƩ <n****s@n****u> almost 3 years ago
bb27bf1e Update name of test runner in CI Nicolas NoƩ <n****s@n****u> almost 3 years ago
46c9ba06 Tiny fixes Nicolas NoƩ <n****s@n****u> almost 3 years ago
de1242b8 Attempt to fix CI Nicolas NoƩ <n****s@n****u> almost 3 years ago
accbf19c merge Merge pull request #101 from csbrown/master Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
01104a38 star record iterator CScott Brown <c****n@u****v> almost 3 years ago
fad17659 adding ability for core file to have a hash index CScott Brown <c****n@u****v> almost 3 years ago
b5b2bea3 Fix to make it compatible with Python 3.11 Nicolas NoƩ <n****s@n****u> almost 3 years ago
8922502f Workaround for buggy GBIF archives (https://github.com/BelgianBiodiversityPla... Nicolas NoƩ <n****s@n****u> over 3 years ago
9affff7f merge Merge pull request #94 from JWCook/master Nicolas NoƩ <n****e@i****e>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
8bbc4dba merge Merge pull request #93 from BelgianBiodiversityPlatform/dependabot/pip/doc/ba... Nicolas NoƩ <n****e@i****e>
Committed by: GitHub <n****y@g****m>
about 4 years ago
1d4da0a7 GH actions: attempt to fix Pypy version Nicolas NoƩ <n****e@i****e> about 4 years ago
a334be1b GH actions: attempt to fix Pypy version Nicolas NoƩ <n****e@i****e> about 4 years ago
30144249 Drop support for Python 3.6 Nicolas NoƩ <n****e@i****e> about 4 years ago
5640dada Don't specify pytest version in an attempt to make it work on older Python ve... Nicolas NoƩ <n****e@i****e> about 4 years ago
5424b759 Nosetests -> Pytest Nicolas NoƩ <n****e@i****e> about 4 years ago
0f7b82ce Attempt to be less precise in requirements to let the resolver choose a compa... Nicolas NoƩ <n****e@i****e> about 4 years ago
345066c5 Testing on Python 3.10 Nicolas NoƩ <n****e@i****e> about 4 years ago
c9939f14 Fix deprecated method name in tutorial Jordan Cook <J****k@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7360f901 Bump babel from 2.7.0 to 2.9.1 in /doc
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c1beeb41 Attempt to restore GitHub actions Nicolas NoƩ <n****e@i****e> about 5 years ago
732ed8c1 merge Merge pull request #89 from BelgianBiodiversityPlatform/dependabot/pip/doc/ji... Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
about 5 years ago
3826feab merge Merge pull request #90 from BelgianBiodiversityPlatform/dependabot/pip/doc/py... Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
about 5 years ago
7c231114 merge Merge pull request #92 from BelgianBiodiversityPlatform/dependabot/pip/doc/ur... Nicolas NoƩ <n****s@n****u>
Committed by: GitHub <n****y@g****m>
about 5 years ago
e20f7c27 Temporarily revert attempt to test on Python 3.10 (numpy version issues) Nicolas NoƩ <n****e@i****e> about 5 years ago
e5b35081 Attempt to upgrade numpy dev requirements to a Python 3.10-compatible version Nicolas NoƩ <n****e@i****e> about 5 years ago
407615cb Attempt to test on Python 3.10RC Nicolas NoƩ <n****e@i****e> about 5 years ago
7835227c Bump urllib3 from 1.25.5 to 1.26.5 in /doc
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
58bfdc79 Bump pygments from 2.4.2 to 2.7.4 in /doc
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
114617b9 Bump jinja2 from 2.10.1 to 2.11.3 in /doc
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
7a237f93 Trigger GitHub Actions Nicolas NoƩ <n****e@i****e> over 5 years ago
d39e2eac Attempt to fix structure of GH action workflow Nicolas NoƩ <n****e@i****e> over 5 years ago
379a7da3 Attempt to fix structure of GH action workflow Nicolas NoƩ <n****e@i****e> over 5 years ago
17f5219d Attempt to fix structure of GH action workflow Nicolas NoƩ <n****e@i****e> over 5 years ago
e2110d07 Trigger GitHub Actions Nicolas NoƩ <n****e@i****e> over 5 years ago
c84eba01 GH actions: attempt to cache requirements - fix deprecation warning Nicolas NoƩ <n****e@i****e> over 5 years ago
dff2f66e GH actions: attempt to cache requirements Nicolas NoƩ <n****e@i****e> over 5 years ago

← Back to repository