Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gb-io.py
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Larralde
gb-io.py
Commits
8cf71211
Commit
8cf71211
authored
11 months ago
by
Martin Larralde
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.3.0
parent
504176ae
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.github/workflows/package.yml
+5
-5
5 additions, 5 deletions
.github/workflows/package.yml
CHANGELOG.md
+18
-1
18 additions, 1 deletion
CHANGELOG.md
Cargo.lock
+1
-1
1 addition, 1 deletion
Cargo.lock
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
26 additions
and
9 deletions
.github/workflows/package.yml
+
5
−
5
View file @
8cf71211
...
...
@@ -31,7 +31,7 @@ jobs:
with
:
platforms
:
all
-
name
:
Build manylinux wheels
uses
:
pypa/cibuildwheel@v2.1
6.4
uses
:
pypa/cibuildwheel@v2.1
7.0
env
:
CIBW_ARCHS
:
aarch64
CIBW_BUILD
:
${{ matrix.python-tag }}
...
...
@@ -69,7 +69,7 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Build manylinux wheels
uses
:
pypa/cibuildwheel@v2.1
6.4
uses
:
pypa/cibuildwheel@v2.1
7.0
env
:
CIBW_ARCHS
:
x86_64
CIBW_BUILD
:
${{ matrix.python-tag }}
...
...
@@ -107,7 +107,7 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Build manylinux wheels
uses
:
pypa/cibuildwheel@v2.1
6.4
uses
:
pypa/cibuildwheel@v2.1
7.0
env
:
CIBW_ARCHS
:
x86_64
CIBW_BUILD
:
${{ matrix.python-tag }}
...
...
@@ -141,7 +141,7 @@ jobs:
override
:
true
target
:
aarch64-apple-darwin
-
name
:
Build manylinux wheels
uses
:
pypa/cibuildwheel@v2.1
6.4
uses
:
pypa/cibuildwheel@v2.1
7.0
env
:
CIBW_ARCHS
:
arm64
CIBW_BUILD
:
${{ matrix.python-tag }}
...
...
@@ -179,7 +179,7 @@ jobs:
toolchain
:
stable
override
:
true
-
name
:
Build manylinux wheels
uses
:
pypa/cibuildwheel@v2.1
6.4
uses
:
pypa/cibuildwheel@v2.1
7.0
env
:
CIBW_ARCHS
:
AMD64
CIBW_BUILD
:
${{ matrix.python-tag }}
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
18
−
1
View file @
8cf71211
...
...
@@ -6,7 +6,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/gb-io.py/compare/v0.2.1...HEAD
[
Unreleased
]:
https://github.com/althonos/gb-io.py/compare/v0.3.0...HEAD
## [v0.3.0] - 2024-03-25
[
v0.3.0
]:
https://github.com/althonos/gb-io.py/compare/v0.2.1...v0.3.0
### Added
-
Python constructors to all types.
-
Properties with getter and setters for all remaining
`Record`
fields.
-
Documentation with API reference at https://gb-io.readthedocs.io.
### Changed
-
Bump
`pyo3`
dependency to
`v0.20`
.
-
Add wheels for Python 3.11 and 3.12.
-
Reorganize code to facilitate object creation.
-
Implement copy-on-access for
`Record`
and
`Feature`
attributes.
-
`strand`
property to some common
`Location`
types.
-
Make
`Record.sequence`
a
`bytearray`
to allow changing the sequence content.
## [v0.2.1] - 2022-12-16
...
...
This diff is collapsed.
Click to expand it.
Cargo.lock
+
1
−
1
View file @
8cf71211
...
...
@@ -147,7 +147,7 @@ dependencies = [
[[package]]
name = "gb-io-py"
version = "0.
2.1
"
version = "0.
3.0
"
dependencies = [
"built",
"gb-io",
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
8cf71211
[package]
name
=
"gb-io-py"
version
=
"0.
2.1
"
version
=
"0.
3.0
"
authors
=
[
"Martin Larralde <martin.larralde@embl.de>"
]
edition
=
"2021"
license
=
"MIT"
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
8cf71211
[metadata]
name
= gb-io
version
= 0.
2.1
version
= 0.
3.0
author
= Martin Larralde
author_email
= martin.larralde@embl.de
home_page
= https://github.com/althonos/gb-io.py
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment