Releases: dynotx/liminal-orm
Releases · dynotx/liminal-orm
v1.0.6
➕ Minor Enhancements
- Set relationships to variable in generate_files (#48) @ndamania00
- allow sqlalchemy aliasing (#46) @ndamania00
🐞 Bug Fixes
- fix schema properties bug (#44) @ndamania00
- fix tooltip not being included in CreateSchemaField op (#40) @ndamania00
📔 Documentation
- docs clarity for change location (#35) @ndamania00
⛏ Dependency Changes
- add psycopg2-binary dependency (#47) @ndamania00
v1.0.5
🐞 Bug Fixes
- fix env file finding multiple connections bug (#23) @ndamania00
📔 Documentation
- update entity schema doc page (#21) @ndamania00
v1.0.4
🗒️ Summary
v1.0.4 enforces validation on the BenchlingConnection defined in the env.py file, and adds a major upgrade to the documentation found https://dynotx.github.io/liminal-orm/.
🐞 Bug Fixes
- enforce env connection requirements (#19) @ndamania00
📔 Documentation
- mkdocs and documentation (#16) @ndamania00
🚧 Tasks
- clean datetime in revision file (#18) @ndamania00
- rename liminal workflow to cicd (#17) @ndamania00
- loosen mypy dep to ^1.1.1 (#15) @ndamania00
v1.0.3
🗒️ 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
v1.0.2
⛏ Dependency Changes
- include 2.7 for pydantic dependency (#9) @ndamania00
- Loosen dependencies (#7) @ndamania00
🚧 Tasks
- add py.typed (#8) @ndamania00
v1.0.1
🐞 Bug Fixes
- Fix generate files import bug (#5) @ndamania00
- Fix exception in CLI (#4) @ndamania00
⛏ Dependency Changes
- Add lxml dependency (#3) @ndamania00
🚧 Tasks
- reorganize cli commands (#6) @ndamania00
v1.0.0
Initial Liminal Release