v1.0.3
·
103 commits
to refs/heads/main
since this release
🗒️ Summary
v1.0.3 release ensures that the generate-files command creates entity schema and dropdown files that exactly match the Benchling tenant.
write_path
argument on generate-files
command is now optional. The default behavior is to write entity_schemas/
and dropdowns/
to your working directory.
🐞 Bug Fixes
- Include tooltips in generate files (#13) @ndamania00
- Fix dropdown generate files to ignore archived (#12) @ndamania00
- update string functions to exclude colons (#11) @ndamania00
⛏ Dependency Changes
- loosen pandas dependency to include >=1.5 (#10) @ndamania00
🚧 Tasks
- Make generate files write path optional (#14) @ndamania00