You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* #10 - Remove getting content type from url header as this cause performance issue
* fix warnings
* fix error in test
* Mock mimetype test when run in github action. Python image for github action does not support mimetype
* Resolve Deprecation warning for python 3.12
* Minor fix
* Update readme
* update build version
* update build version to v0.2.0
* In creating a dwca with multimedia extension, provide format and type values in the Simple Multimedia extension, otherwise, dwcahandler will attempt to fill these info by guessing the mimetype from url or extracting content type of the url which will slow down the creation of dwca depending on how large the dataset is.
64
+
* In creating a dwca with multimedia extension, provide format and type values in the Simple Multimedia extension, otherwise, dwcahandler will attempt to fill these info by guessing the mimetype from url.
* Create Darwin Core Archive from pandas dataframe
84
+
* In creating a dwca with multimedia extension, provide format and type values in the Simple Multimedia extension, otherwise, dwcahandler will attempt to fill these info by guessing the mimetype from url.
Copy file name to clipboardexpand all lines: pyproject.toml
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "dwcahandler"
3
-
version = "0.2.0.b2"
3
+
version = "0.2.0"
4
4
description = "Python package to handle Darwin Core Archive (DwCA) operations. This includes creating a DwCA zip file from one or more csvs, reading a DwCA, merge two DwCAs, validate DwCA and delete records from DwCA based on one or more key columns"
5
5
authors = ["Atlas of Living Australia data team <support@ala.org.au>"]
6
6
maintainers = ["Atlas of Living Australia data team <support@ala.org.au>"]
0 commit comments